What does the disableHideRow property provide on the Data View control?
A. The property automatically shows the details facet and does not allow the user to hide the detail.
B. The property automatically shows response documents and does not allow the user to hide them.
C. The property does not allow the user to hide the detail, but requires expandedDetail="true" to be set.
D. The property does not allow the user to hide response documents, but requires collapsibleRows="true" to be set.
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 methods can be used to show all the applications in the Applications view which do not belong to a specific working set? (Choose two.)
A. In the Applications view, in the manage working sets menu, select "None".
B. In the Applications view, in the manage working sets menu, deselect all working sets.
C. In the Quick Links tab of the Home page, click on the "Applications Not in Working Set" option.
D. In the Applications view, in the manage working sets menu, select "Applications not in Working Set".
E. In the Quick Links tab of the Home page, click on the "None" option under the "My Working Sets" heading.
Henry is creating a custom control. When this control is added to the XPage, Henry wants the developer to be able to create and enter a regular expression that will be used inside the custom control to validate data input. How can Henry make it easy for the developer to create and define this regular expression value that will be used in the custom property of the custom control?
A. Use the Regular Expression editor in Eclipse and then copy the code to the XPage.
B. Point the developer who will be using the custom control to a website that has a regular expression tester.
C. Create a Custom Control Property Definition and specify for the editor to use the Regular Expression Picker.
D. The developer can type in the regular expression into the custom property that Henry defined as part of the custom control after it has beenplaced on the XPage.
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.
Jason would like to use the Dojo List Text Box control in his service request application. Which control is typically used along with this control?
A. Value Picker
B. Dojo Value Picker
C. Custom Value Picker
D. Dynamic Value Picker
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.
The support of which image resource is new to IBM Domino Designer 9.0 Social Edition?
A. GIF
B. PNG
C. JPEG
D. Bitmap
The Notes Calendar APIs are available on which of the following programming languages?
A. Only IBM LotusScript and Java
B. Only C, IBM LotusScript and Java
C. Only IBM LotusScript and server-side JavaScript
D. Only C, IBM LotusScript, Java and server-side JavaScript