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.

 A CSS style sheet, which controls the final aspect of the menu, is declared at the top of the XML file and can be redefined for different devices or clusters of devices.

 Data binding is specified using the 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).

Image:Menu_ini_opw.jpg Image:Menu_ini_pda.jpg Image:Menu_ini_siemens.jpg

Tags: none