Getting Started
For getting started with the MyMobileWeb development environment, please see this article.
The screenshots below provide an example of how things work in MyMobileWeb. The content of the XML file defines the user interface view, which, in this case, is a set of menu options to be displayed on a mobile phone screen. The menu is inside a container with vertical layout and each menu option has an identifier and both a short and long description.
bind attribute which defines the model variable that will be automatically updated with the option selected by the user (link identifier). When the user selects an option, an event will be raised and treated at the server side with event handlers defined by the developer. The appropriate event handler will find out the option selected using the bind variable menuOption and will perform the necessary tasks depending on the option selected (call an OA, call another presentation, etc).













