Some additional server-side JavaScript @Functions have been provided via the Extension Library for presenting messages to users. Which three @Formulas can be used? (Choose three.)
A. @IsError
B. @Prompt
C. @InfoMessage
D. @ErrorMessage
E. @FailureMessage
F. @WarningMessage
Which property on the pagerAddRows control defines the number of rows to add to the dataView?
A. size
B. numRows
C. addCount
D. rowCount
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.
The Notes Calendar APIs allow what type of operations?
A. only read and update
B. only read, update and delete
C. only create, read and update
D. only create, read, update and delete
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.
In which of the Name Picker's properties would the associated Dojo Name Text Box be set?
A. for
B. field
C. datasource
D. associatedField
When using the Pager Save State Control, which property is used to define which control the pager applies to?
A. for
B. target
C. binding
D. refreshId
What type of content is stored in the faces-config file?
A. Java
B. XML
C. XSP
D. HTML
What happens when a variable changes value when stepping through the server-side JavaScript debugger?
A. The variable in the source code tab flashes on and off.
B. The variable in the source code is highlighted in yellow.
C. In the Source tab, the variable and the value are highlighted in yellow and the variable's blue diamond has a red triangle added.
D. In the Variables tab, the variable and the value are highlighted in yellow and the variable's blue diamond has a red triangle added.
James is debugging server-side JavaScript on the server. Graham is developing on the server and his page stops working. How should this be resolved?
A. Graham needs to disable the debugging configuration on his system.
B. Graham needs to remove "debugger;" lines and breakpoints from his code.
C. James must remove his name from Graham's application's access control list.
D. James must uncheck the option "Stop at first line of server-side JavaScript in All Javascript".