How would a developer enable partial refresh using a Dynamic Content control?
A. partialEvents="true"
B. partialRefreshMode="true"
C. No action needed. By default, partial refresh is enabled.
D. getComponent("dynContent").setRefreshMode("Partial")
By default, which framework can be used to modify the User Interface of a Value Picker control?
A. Dojo
B. ExtJS
C. JQuery
D. SmartClient
Adam wants to debug a button on an XPage that runs server-side JavaScript code and has already set up the JavaScript server-side debugger. How does Adam get to the line in the button code using the debugger?
A. Adam needs to refresh the webpage after setting the breakpoint.
B. Adam needs to close the browser, and relaunch the web page previewer of the XPage after setting the breakpoint.
C. Open the debug perspective, click on the button in the design panel, right click and set a breakpoint. Click on the button in the browser.
D. Open the debug perspective, click on the button in the design panel, click on source, double click on the line's gutter. Click on the button in thebrowser.
Which two actions can be done using the Notes Calendar APIs? (Choose two.)
A. Create a To Do entry.
B. Create a repeating meeting.
C. Directly manage free/busy time.
D. Interact with Resource and Reservation application.
E. Counter/propose a new time on a meeting invitation.
Which describes the Single Page Application control?
A. The Single Page Application control contains elements for the Application Page, Page Heading, Page Footer, and Page Content.
B. The Single Page Application control functions like the Application Layout control and generates all the components of a mobile application.
C. The Single Page Application control is a wizard that generates the mobile application. The layout and components are configurable from the Single Page Application.
D. The Single Page Application control contains one or more Application Page controls, which in turn make up the mobile application and controls the layout and function of the mobile application.
Which Navigator node allows a developer to choose the page to be linked to from a drop-down list of all the XPages within an application?
A. pageNode
B. pageTreeNode
C. basicLeafNode
D. basicLinkNode
Which property is used to identify the data source of a Value Picker control?
A. dataSource
B. dataProvider
C. sourceControl
D. rendererSource
What type of content is stored in the faces-config file?
A. Java
B. XML
C. XSP
D. HTML
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.
Donna would like to give certain users the ability to delete documents from SupportWiki.nsf's portal application interface. Using the Domino Access Services, which request URL can she use to accomplish this?
A. DELETE http://{server_host}/{database}/api/documents/unid/{document_unid}
B. DELETE http://{server_host}/{database}/api/data/documents/unid/{document_unid}
C. POST http://{server_host}/{database}/api/documents/unid/{document_unid}?Delete
D. POST http://{server_host}/{database}/api/data/documents/unid/{document_unid}?Delete