All Questions
5 questions
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 ...
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?
4
votes
1
answer
334
views
Double tap in webOS
How can I implement DoubleTap event and SingleTap event separately in webOS ?
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 ...
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
...