Want scrollable log trace or text edit? here's how:
HTML:<div class="palm-group unlabeled" id="scrollID" x-mojo-element="Scroller">
<div id="scrolling_contents">
</div>
</div>
JS:SETUPthis.modesModel = {scrollbars: true, mode: "vertical"},
this.controller.setupWidget('scrollID', {}, this.modesModel);
...
Want to add professional advertisements to your palm pre applicatio? It's as simple as 1,2,3
1 . go to http://code.google.com/p/admob-webos/
download admob.js and place it in your application
2. HTML File:
<div id="admob_ad"></div>3. Initialize:
AdMob.ad.initialize({
pub_id:...