Which statement is true for the Single Page Application control for use on a mobile XPage?
A. The XML tag for the Single Page Application control is
B. The XML tag for the Single Page Application control is
C. The Single Page Application control is used only when the mobile XPage includes a single mobile page.
D. There must be only one Single Page Application control as the container for all of the Application Page controls on the mobile XPage.
Charles needs to create a button with a link that will open an attachment that is in a document in his Domino application. What is the proper syntax to use for the URL in the button ?
A. http://Host/Database/View/Document/Filename?OpenElement
B. http://Host/Database/View/Document/$Filename?OpenElement
C. http://Host/Database/View/Document/$Filename?OpenAttachment
D. http://Host/Database/View/Document/$File/Filename?OpenElement
Peter is writing a Java agent for his application that will need to read data from a text file on the server. How can Peter accomplish this task?
A. Use the Session class createFile method and use the File class methods to get the data from the file.
B. Use the Session class Open method and use the standard Java IO methods to get the data from the file.
C. Use the Session class createStream method and use the Stream class methods to get the data from the file.
D. Use the Session class getDatabse method, supply the name of the file instead of a database name, and use the Database class methods toread the file.
Sally wants to manually bind an Edit Box control to the LastName field on her document data source "contactDoc". Which is the correct syntax for the Edit Box?
A.
B.
C.
D.
There is a requirement in a XPage to display a dialog box to gather data from the user without losing the context of the underlying XPage. After the user enters FirstName, LastName, and MiddleInitial, the underlying XPage should be updated with the "Full Name". Which control should be used?
A. @DialogBox
B. Name Picker
C. Dialog control
D. Value Picker control
James is using the simple action "Send mail message" in a button. Which statement describes a limitation when using this simple action?
A. The Body field accepts only plain text.
B. The Body field accepts only text and graphics.
C. The Body field accepts only text and attachments.
D. The Body field accepts both plain and styled text, but not graphics.
James has created an IBM Domino application that users will access over the web. He needs to create a link to open the application's "Using This Application" page. What URL string will he use?
A. http://Host/Database?OpenAbout
B. http://Host/Database/$help?OpenHelp
C. http://Host/Database/$about?OpenHelp
D. http://Host/Database/$about?OpenAbout
Jaden is looking for a way to show all the error messages from his validated fields in one place. Which of the following could he use to accomplish this?
A. Add a Display Error control to the XPage which will then display all errors upon validation.
B. Add a Display Errors control to the XPage which will then display all errors upon validation.
C. In the All Properties section of the XPage within the data area set the "display error messages" option to true.
D. In the All Properties section of the XPage within the data area set the "display all error messages" option to true.
John wants to add a "data-role" attribute to his Edit Box control. Which can he use to accomplish this?
A. Using the attrs property of the Edit Box he can add a "data-role" and an associated value.
B. Using the dojoAttributes property of the Edit Box he can add a "data-role" and an associated value.
C. Using the customProperty property of the Edit Box he can add a "data-role" and an associated value.
D. Custom attributes are not possible in XPages and must be added to the field using an external Javascript library such as jQuery.
Which attribute of a facet specifies the location to display the facet's contents in its parent control?
A. id
B. key
C. xp:id
D. xp:key