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.
Which navigator control only works with data within the same database?
A.
B.
C.
D.
Which is a valid Form Table control property?
A. formId
B. tableId
C. formTableId
D. formDescription
Lynn would like to obtain the current date and time from the server hosting the database where his Formula code is executing. Which line of code could he use to do that?
A. myTime := @Now([SERVERTIME])
B. myTime := @ServerTime([NOW])
C. myTime := @Time([SERVER]:[NOW])
D. myTime := @Server([TIME]:[NOW])
Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and replace them with a different string value. The following code snippet has a statement missing after the last line. What statement will Charles append to the snippet to complete the code?
A. Write #eof
B. Close fileNum%
C. Close #fileNum%
D. Close fileNum% for Output
Which control should Jane use to switch display to any one of several views in the Customers application?
A.
B.
C.
D.
Twill is using the NotesDXLImporter class to import a text file containing the DXL for an IBM LotusScript agent that she would like to use in her application. However, the agent is not appearing after the import. Why?
A. She needs to set the AgentImportOption property to something other than its default value.
B. She needs to set the CompileLotusScript property to something other than its default value.
C. She needs to set the DesignImportOption property to something other than its default value.
D. She needs to set the DocumentImportOption property to something other than its default value.
Charles wants to be able to add a collapsible area to his XPage. Which control would allow him to do that?
A. Panel
B. Repeat
C. Section
D. Tabbed Panel
Ava is working on an XPage with multiple data sources which are document1, document2, view1, and view2. The XPage needs a new custom control that needs access to data source view1 from the XPage. Which is the correct way to pass the data source object handle "view1" from the XPage to the custom control?
A. Click the Computed Property icon and type in ?Click the Computed Property icon and type in return view1;?
B. Click the Computed Property icon and type in eturn currentView;?eturn currentView;?
C. Click the Computed Property icon and type in ?Click the Computed Property icon and type in getComponent('view1').getValue();?
D. In the Resources tab section in Properties tab, create a Data source and select the form that view1 is using in the XPage.
Pamela wants to be able to able to debug her JavaScript within her XPages in the Notes client (XPiNC) application. What Extension Library control should she add to her XPage to enable this?
A. Firebug
B. Firebug Lite
C. XPiNC CSJS Debugger
D. XPages CSJS Debugger