MobiOne converts all design components and layout to HTML and CSS for execution in the emulator or on your device. So you can access any button, label, image, etc using std javascript or jquery.
To update the label of a button who’s id is “m1-Untitled1-push1” then use a snippet such as the following jquery code:
$(‘#m1-Untitled1-push1’).html(‘Hello World’)
Add this to a function in the xxx_custom.js file.
NOTE: mobione regenerates all HTML & CSS files which can result in loss of any customization of those files. The xxx_custom.js file is not regenerated and can be modified without concern for loss. Please backup any HTML and CSS changes you make before exporting as HTML. The next release will be provide much better notices.
Wayne
Genuitec Mobile Team