| Exam Code/Number: | 000-278Join the discussion |
| Exam Name: | IBM Worklight V6.0 Mobile Application Development |
| Certification: | IBM |
| Question Number: | 54 |
| Publish Date: | May 21, 2026 |
|
Rating
100%
|
|
A mobile application developer needs to add a button to a Worklight application. Using the Rich Page Editor, the application developer drags a button widget onto the canvas of the existing page. What should the application developer do to give the button the id "getContactsButton" and have it invoke the JavaScript function getContacts() when it is clicked?
A mobile application developer has created a Worklight adapter, largeData, which returns a large amount of data. Due to network latency, the application developer would like to compress the data returned. How can the application developer compress the data sent between the mobile device and the Worklight server? The developer can set compressResponse to true in the:
Multiple mobile applications will be installed and used from the same device. To ease the burden of having to authenticate each application separately, device single sign-on will be implemented. A custom security test definition will be required to implement this capability. With which ustomSecurityTest?definition can a mobile application developer implement this requirement? With which ?ustomSecurityTest?definition can a mobile application developer implement this requirement?
The following code appears in a Worklight application:
What output should a mobile application developer expect?
A mobile application developer needs to invoke a native page from the webpage In a Hybrid application using WL.Nativepage.show ("com.nativepage" ,arg,param)
What is the arg parameter In the statement above?