Sam is creating a mobile application using the Mobile controls. When a user opens a page from a view, she would like the view page to fade in when the user returns to it. How can she accomplish this?
A. On the page heading control, Sam should set the transition
Which is true about enabling "Set Partial Execution Mode" and then clicking on the "Select Element" button to specify an id?
A. It allows a developer to execute code only for the specified id and it's children.
B. It allows a developer to refresh only a portion of the XPage specified by the id.
C. It allows a developer to execute code only for the specified id and it's children. "Partial Update" cannot be enabled for this to work.
D. It allows a developer to execute code only for the specified id and it's children. "Partial Update" must also be enabled for this to work.
Harvey would like to access data from TimeOff.nsf using the Domino Access Services. What does he have to configure to be able to access the data?
A. Harvey must allow Domino Data Service access in TimeOff.nsf's Application Properties and enable the services on the server's Configurationdocument.
B. Harvey must allow Domino Data Service access in TimeOff.nsf's Application Properties and enable the services in either the Server documentor Internet Site document.
C. Harvey must allow Domino Data Service access in TimeOff.nsf's access control list (Advanced section) and enable the services on the server'sConfiguration document.
D. Harvey must allow Domino Data Service access in TimeOff.nsf's access control list (Advanced section) and enable the services in either theServer document or Internet Site document.
What does the pagerDetail control do when added to a data view?
A. defines the label for hiding detail rows
B. provides the facility to expand and collapse categories in a Data View
C. allows all the details of a Data View detail row to be shown or hidden at a single click
D. defines whether expand and collapse actions should be processed on the browser and/or IBM Notes client
Regina is using a Dojo List Text Box control to display a list of user selected values. She is using the Value Picker control to display the selection list to the user. After Regina adds the Value Picker control and configures the data provider she saves the XPage. After saving she notices that the XPage now contains an error with message "Required value for Value Picker is not present". What is the reason for the error?
A. The value of the valueProvider property on the Value Picker control needs to be set to the id of the Dojo List Text Box control.
B. The value of the valueProvider property on the Dojo List Text Box control needs to be set to the id of the Value Picker.
C. The value of the for property on the Value Picker control needs to be set to the id of the Dojo List Text Box control.
D. The value of the for property on the Dojo List Text Box control needs to be set to the id of the Value Picker control.
Which is an event available on the Mobile controls Toggle Switch control?
A. onBlur
B. onClick
C. onTouch
D. onStateChanged
Kyle is creating a mobile page using the Mobile controls. He wants the "Documents" view page to refresh every time the user displays the page. How should he accomplish that?
A. Kyle should place the view on a page with the refreshContent property set to "true".
B. Kyle should set the resetContent property to "true" on the Application Page containing the view.
C. Kyle should add server-side JavaScript to the "onLoad" event of the page to refresh the view.
D. Kyle should put the view page into a panel with the "BeforePageLoad" event sent to refresh the view.
In what situation will the Close Application context menu option be shown and enabled (not grayed out)?
A. when right-clicking on the application properties
B. when right-clicking on any design element group for an open application
C. when right-clicking on an application header in the Applications Navigator
D. when right-clicking on an application in the package explorer Eclipse view
Livi is using the Boolean Converter for the first time and reviewing the code in the source pane of the XPages editor. As she hovers over the xp:convertBoolean tag, a help window is displayed. Livi would like to make the hover help window bigger. How can she do this?
A. Press F9 to maximize the window.
B. Press F1 to view the topic in the main Help.
C. Press F2 to get focus and then resize the window.
D. Press F6 + repeatedly to increase the window size.
Ella's development team use a software version control system to keep track of changes to external resource files. How can Ella include NSF-based design in the system?
A. Enable the Source Control Feature under Team Development.
B. Set the parameter "ENABLE_SOURCE=1" in the notes.ini file.
C. This is not possible since the version control system can only work with physical files.
D. Create an association or mapping between a virtual NSF project and an on-disk project.