Documentation Version 3.4.2
From Morfeo Wiki
(Redirected from Documentation Version 3.4.1)
Documentation remarks
-
${_MYMW_DEV_BELONGS.xxxx}disappeared- Use dcn:belongsTo('xxxx') function
-
${_MYMW_DEVICE.allCapabilities.capability}disappeared- Use propertyValue() function
-
inheritsFrom()method disappeared so if you used it you should invoke thebelongsTo()method and define new families- E.g:
device.inheritsFrom ('sonyericsson_xhtml_generic') -> device.belongsTo ('SonyEricsson')
- E.g:
- The expressions conveyed using the expr attribute must not be put between ${}
Documentation
- Tutorials & Training
- IDEAL Language 1.2
- IDEAL Language Reference 1.0
- How to use events listeners?
- How to use telephonecaller control?
- How to use phonebookadder control?
- How to use smssend control?
- How to use upload control?
- How to use datefield control?
- How to use script control?
- Added new style to div tag:
display-as: auto-collapse- This style allows the user to expand / collapse the content of one div
- This feature is only available for delivery contexts supports [scriptSupport] in ['ecmascript-MP'].
- Added new style to document tag:
native-look-and-feel: true- This style indicates that MyMobileWeb should adapt the look&feel to the device's native (only implemented for iPhone)
- Added
sel-cellstyle to td tag- A cell is displayed as link when
sel-cellstyle is true
- A cell is displayed as link when
- Modified rendering for
display-panels-as:client-tabs
- MyMobileWeb - JSTL Integration
- Code Generator Tools
- IDEAL Language Reference 1.0
- Delivery Context Management
- Server Platform
- Transcoding
- SCXML Flow Engine User's Manual
- New Cool URIs allows to bookmark and remember individual pages, as well as enabling crawlers to index your website
- MyMobileWeb - Alfresco Integration (Experimental)
- Enhanced IPhone Rendering
- Client Framework
- Development Tools
Presentations
- MyMobileWeb Overview (Certification Course - Part I)
- MyMobileWeb Basic Development (Certification Course - Part II)
- Advanced MyMobileWeb (Certification Course - Part III)
- Going Beyond : Mastering MyMobileWeb (Certification Course - Part IV)
- MyMobileWeb Presentation for Free Software Forum 9.0 Porto Alegre (Brazil) (translation by Marcos Curiel)