-
Notifications
You must be signed in to change notification settings - Fork 130
Items menu_code
ggodart edited this page Jan 5, 2021
·
1 revision
See original
Method | Description |
---|---|
menu_parse |
Parse the menu into %Menus
|
menu_submenu |
Find just one level of submenus |
<menu_submenus> |
Find nn levels of submenus, grouped by levels |
menu_create |
Create a menu for all voice commands |
menu_run |
Called to execute menu actions $format: v->vxml, h->html, hn->html no_response, w->wml, l->lcd
|
menu_html |
Creates the web browser menu interface |
menu_wml |
Creates the wml (for WAP enabled cell phones) menu interface. You can test it here: http://www.gelon.net or |
menu_vxml |
Creates the vxml (for WAP enabled cell phones) menu interface |
menu_lcd_load |
This loads in a menu and refreshes the LCD display data |
menu_lcd_refresh |
This will refresh the LCD Display records and position the cursor scroll line if needed |
menu_lcd_navigate |
Monitor keypad data (allow for computer keyboard simulation) |
menu_format_list |
Format a list of things, based on format |
set_menu_default |
Call this to set default menus |