- added documentation for ip-menuitem, menuscreen_goto,

menuevents enter+leave.
- corrected typos and cut-n-paste errors (VB)
This commit is contained in:
marschap
2005-04-05 07:27:45 +00:00
parent 29065ca74d
commit f15c5729ec
+46 -4
View File
@@ -454,6 +454,15 @@
Is visible as a text. When selected, a screen comes up that shows the current string value, that you can edit with the cursor keys and Enter. The string is ended by selecting a 'null' input character. After that the menu returns. Is visible as a text. When selected, a screen comes up that shows the current string value, that you can edit with the cursor keys and Enter. The string is ended by selecting a 'null' input character. After that the menu returns.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>ip</term>
<listitem><para>
Allows the user to input an ip number (v4 or
v6). When selected, a screen comes up that shows an ip
number that can be edited - digit by digit - via
left/right (switch digit) and up/down keys (increase/decrease).
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>menu</term> <term>menu</term>
<listitem><para> <listitem><para>
@@ -469,7 +478,7 @@
<term>menu_del_item &lt;menu_id&gt; &lt;item_id&gt;</term> <term>menu_del_item &lt;menu_id&gt; &lt;item_id&gt;</term>
<listitem> <listitem>
<para> <para>
Adds a new menuitem to a menu. THe menu named "" is the client's main menu that will be created automatically. Removes a menuitem &lt;item_id&gt; from menu &lt;menu_id&gt;. The menu named "" is the client's main menu.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -646,6 +655,27 @@
</variablelist> </variablelist>
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>ip</term>
<listitem><para>
<variablelist>
<varlistentry>
<term>-value &lt;string&gt; ("192.168.1.245")</term>
<listitem><para>
Set the value of the item,
e.g. "192.168.1.245" (v4) or
":::ffff:ffff:ffff:ffff:ffff" (v6).
</para></listitem>
</varlistentry>
<varlistentry>
<term>-v6 false|true (false)</term>
<listitem><para>
Changes IP version from default v4.
</para></listitem>
</varlistentry>
</variablelist>
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>menu</term> <term>menu</term>
<listitem><para> <listitem><para>
@@ -657,6 +687,18 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>menuscreen_goto &lt;menu_id&gt;</term>
<listitem>
<para>
Changes current menu to &lt;menu_id&gt;. Depending on the
configure option --enable-permissive-menuscreen-goto the
client may switch to any (if enabled) or his menus only
(if not enabled).
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>backlight on|off|toggle|blink|flash</term> <term>backlight on|off|toggle|blink|flash</term>
<listitem> <listitem>
@@ -745,7 +787,7 @@
<varlistentry> <varlistentry>
<term>select (action)</term> <term>select (action)</term>
<listitem><para> <listitem><para>
The item was activated. The item was activated.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
@@ -764,7 +806,7 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>enter (unimplemented)</term> <term>enter</term>
<listitem><para> <listitem><para>
This item has been entered, which means it is currently This item has been entered, which means it is currently
active on the screen. The client could now for example active on the screen. The client could now for example
@@ -774,7 +816,7 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>leave (unimplemented)</term> <term>leave</term>
<listitem><para> <listitem><para>
This item has been left, so it is currenly not the (main) This item has been left, so it is currenly not the (main)
active item anymore. active item anymore.