Palm Pre Application Development Test
Consider the following Instantiation of the FilterField widget: this.controller.setupWidget('filterField', this.attributes = { delay: 3000, filterFieldHeight: 100 }, this...
Consider the following method: Mojo.Drag.setupDropContainer(element, dropClient) Which of the following dropClient property methods will be called whenever the item is first dragged over this con...
Dashboard applications are applications that provide services like the stock ticker, current weather etc. To enable the users to perform which of the following functions must it have an application...
Does Palm webOS support file uploading?
Is there a way to stop the rendering of the page until all the callbacks have been completed for a Palm based application lifecycle?
Mojo.Animation.animateClip (element, side, animationType, details) is used to animate the clip style property of DOM elements. How many sides may be animated at a time?
State whether true or false: Adding new contact information to a new or an existing contact can be done using the open method of the Contacts Service API.
State whether true or false: If the Mojo.View.visible(element) method is set for an element, its ancestor will be visible along with the element.
Suppose you have an alphabetical list of contacts ordered on the basis of the last name. You want to implement the divider where each divider contains the first letter of the last names as shown in...
To customize the behavior of a stage, scene or application, which of the following folders stores the Javascript function files that use controllers provided by the SDK?
What are the dimensions of the icon.png icon image which application displays in the Launcher?
What does the maxValue attribute property of the ProgressSlider widget signify?
What is problem with the following declaration? <div x-mojo-element="Button" class="xyz" name="xyz"></div>
What is the default value of the lookahead attribute property of the List widget?
What is the default value of the modelProperty attribute property of the Drawer widget?
What is the function of the <canvas> tag ?
What is the function of the View menu widgets supported by the Mojo framework?
What is the keyboard shortcut to perform swipe back in Palm Emulator?
What is the maximum period of setting Monotonic alarm?
What is the type of the accuracy parameter of the getCurrentPosition method of the Location Service API?
What is the type of the allDay event of the Calendar object?
What is the type of the choices attribute of the ListSelector widget?
What is the type of the replace attribute in the class Mojo.Depot?
What is the type of the watchMouse parameter for the Mojo.Controller.SceneController.setUserIdleTimeout(element, func, delay, watchMouse, watchKeys) function?
What is the type of the year attribute property for the DatePicker widget?
What type of return value does the function Mojo.Controller.AppController.getScreenOrientation() return?
What will be returned if the following code is called and is executed successfully? this.controller.serviceRequest('palm://com.palm.calendar/crud', { method: 'listCalendars', parameters: {...
What will be returned if the Mojo.Controller.StageController.activeScene() function is called and no scene is active?
What will be the output of the following code? Mojo.assert(books > 5, "expected books to be greater than 5, but it was 3", {count: 3, amount: books})
What will be the output of the following command when you are using Debugger? list - or l -
What will be the output of the following function? Mojo.Log.info("I have", 5, "books.");
What will happen if the Contacts API PhoneNumber property is set as follows: { "value":4534974378, ""label":1 }
What will happen if the deleteEndpoint method of the Mojo Messaging Service is being called and the device is offline?
What will happen if the following code is executed? this.controller.serviceRequest("palm://com.palm.applicationManager", { method: "open", parameters: { id: 'com.palm.app.browser', par...
What will happen when the Camera Service API capture method is called once and then canceled?
What will the following code display? this.controller.serviceRequest('palm://com.palm.accounts/crud', { method: 'listAccounts', parameters: {}, onSuccess: function(), onFailur...
What will the following code do while using the palm-launch tool on the emulator or device? palm-launch -f com.example.app
What will the following code do? this.controller.serviceRequest('palm://com.palm.applicationManager', { method: 'open', parameters: { id: 'com.palm.app.maps', param...
What will the following function return if the key is the delete key? Mojo.Char.isDeleteKey(key)
What will the get() method of the Mojo.Model.Cookie class return if no cookie exists?
When the appropriate application to handle the request is already known, which of the Application Methods is used?
Which API will you use to display a Popup Menu widget?
Which endocing system is used for the data that is returned by the Mojo.Model.encrypt(key, data) and Mojo.Model.decrypt(key, data) methods?
Which of the following are not Palm webOs Events?
Which of the following are the required properties for the openDatabase() method in HTML 5 database?
Which of the following arguments are required in the function Mojo.Controller.showAlertDialog?
Which of the following features are missing in the Palm Host Tools Graphical launcher for windows?
Which of the following is not a property of the meta tag that is located within the head tag of HTML?
Which of the following is the prefered data storage object to store upto 5 MB of data?
Which of the following parameters of the set method of the Alarms Service API is used to create a calendar based alarm in GMT?
Which of the following Progress Indicators will you use for audio/video applications when you know how long the content is and want the user to know where they are in the playback process and allow...
Which of the following scrolling modes of the Scroller widget allows scrolling along the horizontal or vertical axes, but not both at once?
Which of the following widgets is not supported by the Mojo.Event.propertyChange event?
You are using the Mojo Messaging Service. If three messages a, b, and c arrive one after another while the device is offline, what will happen?
You want to create a Palm application using the Mojo SDK command-line development in /projects/Ticker having the title Good Day. Which of the following will be used?
You want to create an animation curve that is quick in the middle, and slow at both ends. Which of the following methods will be used?
You want to create an Application service for dialing a phone number. Which of the following will be used?
You want to play the audio or the video medium. Which of the following services will be used?