HTML elements are pieces of HTML code that you can arrange within a mobile application with other element types.
Creating an HTML element
From the Mobile Application perspective, select File | New | Mobile Application.
When the Mobile Application wizard appears, select Launch Element Wizard, select HTML from the Element Type drop-down list and click Finish. You see the New HTML Element window.
Alternatively, right-click the Mobile Application status folder in which you want to create the mobile application, and select Create (status name) Mobile Application With | HTML Element.
Complete these options:
Charset - allows you to change the character set used for displaying the mobile application in a Web browser from the default of iso-8859-1. Select Add New, and enter the character set name in the text box provided if the character set name doesn’t already exist in the drop-down list. Some character sets require you to install the corresponding language pack to preview the mobile application. Follow the Language Pack Installation wizard for instructions.
Enable Grid Rules - select this option to establish grid rules for your HTML element. See Rules and Record Layout for more information.
HTML – enter the HTML code; for example:
<IFRAME STYLE="width:100%; height:552;" SRC="http://www.marketwatch.com/tools/marketsummary/default.asp"> </IFRAME>
Preview – previews the rendered HTML.
When you are satisfied with your entries, click Next. If you selected Enable Grid Rules, you can establish those rules in the next screen.
Select Finish when done.
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com