Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
1 answer
281 views

Calling setupWidget from the stage assistant in WebOS/Mojo

The scroller and other widgets in Palm's WebOS are commonly called like so: this.controller.setupWidget(Mojo.Menu.appMenu, {}, this.appMenuModel); within on of the JavaScript assistant files ...
james_womack's user avatar
  • 10.3k
1 vote
2 answers
232 views

Using palm mojo on web pages?

I want to customize my web page for Palm pre. Is the a way to use Mojo in web pages for palm pre? Can I for example use a Mojo picker or a scroll tag?
Mi.'s user avatar
  • 31
4 votes
1 answer
334 views

Double tap in webOS

How can I implement DoubleTap event and SingleTap event separately in webOS ?
fanat's user avatar
  • 385
1 vote
0 answers
163 views

Command Menu: Spaces in Labels

I am working on a Palm-Pre App. For some Custom Functionality, I am creating a Command Menu in my App which has 3 options at the maximum. The options are labels and doesn't contain any images. The ...
Haseeb Khan's user avatar
1 vote
1 answer
271 views

Mojo SDK retrieve all contacts

I'm playing with the Mojo SDK and I want to get all contacts. this.controller.serviceRequest('palm://com.palm.contacts/crud', { method: 'listContacts', parameters: { limit: 100 ...
carnz's user avatar
  • 270