Abbas has imported the screen.css stylesheet into his application. He has discovered that he needs to edit the properties of some of the classes in the CSS. What steps can he follow to make the needed changes and save the CSS changes within the application?
A. From the application navigator in Designer, expand Resources and expand Style Sheets. Double-click screen.css to use the built-in CSSeditor.
B. From the application navigator in Designer, expand Resources and expand Style Sheets. Click screen.css and in the Outline view select aclass to use the built-in CSS editor.
C. From the application navigator in Designer, expand Resources and double-click Style Sheets. Select screen.css in the Design pane. Fromthe Design tab of the Properties view, double-click a CSS class to edit its properties.
D. From the application navigator in Designer, expand Resources and double-click Style Sheets. Select screen.css in the Design pane. Fromthe Web Properties tab of the Properties view, double- click a CSS class to edit its properties.
Carlos added an edit box control to his registration XPage. He wants to make the field a required field with a message displaying to the user if the field is left blank. Where would he add these additional features to the edit box control?
A. Editor
B. Events view
C. Properties view
D. Controls palette
Amalis has created an agent that will remove all links from the shipping field. When she runs the agent listed below an "Object variable not set error". What does she need to do to correct the error?
A. Call rtlink.getElement
B. Call rtlink.getFirstDocLink
C. Set rtlink = rtnav.GetElement
D. Set rtlink = doc.getFirstDoclink
Sawyer wants to display the contents of the family members field, which contains multiple values, as a list on his contacts XPage. Which control would allow Sawyer to display multiple values in a field as a list?
A. Use the repeat control
B. Use the table control
C. Use the panel control
D. Use the database control
John would like the user to open another page from the current XPage set on the screen. What kind of simple action he can use to to that?
A. Advanced (Server)
B. Basic (Server)
C. Advanced (Client)
D. Basic (Client)
Russell has added a button to the XPage he is developing to save the contents as a Lotus Notes document. What steps can Russell take to configure the button to accomplish this?
A. In the button's Events view, select the Server tab, click the "AddAction..." button, select the Save Document action, and click OK
B. In the button's Events view, select the Client tab, click the "AddAction..." button, select the Save Document action, and click OK
C. In the button's Properties view, select the Server tab, click the"Add Action..." button, select the Save Document action, and click OK
D. In the button's Properties view, select the Client tab, click the"Add Action..." button, select the Save Document action, and click OK
Tom added a button to an XPage and a Simple Action. Tom chose "Basic" as the category, so he can select "Execute Script" to execute a script. What are the options that Tom will find under the "Language" section?
A. JavaScript(server side), LotusScript
B. JavaScript(server side), Expression Language(EL)
C. JavaScript(server side), Expression Language(EL), Custom
D. JavaScript(server side), Expression Language(EL), LotusScript
Elizabeth has added a button to her XPage and wants to add custom JavaScript to the onclick event of that button. Where can she do this?
A. In the Events view
B. In the Editor view
C. In the Outline view
D. In the controls palette
Lisa wants a confirmation before the document, which was edited in an XPage, is submitted and saved. How can she accomplish this task?
A. She puts a Confirmation Button Control on the XPage.
B. She puts a Button Control on the XPage and selects Confirmation Action from the Add Action dialog box.
C. She puts a Button Control on the XPage, adds a Confirmation Action through "Add Action ...", and adds the "Save Document" simple action.
D. She puts a Button Control on the XPage, adds a group to the Simple Action panel, opens the group, addsa Confirm Action to the group,enters the text for the prompt, and then adds the Simple Action "Conditional Save Document" to the group.
Sean is trying to use an XPage application, and he needs to fill some fields located in the XPage. Even if he clicks the edit button located at the bottom of the page, the XPage is not switched into edit mode.
What can be the cause of this behavior?
A. The rights assigned to Sean are Author rather than Editor.
B. The OnClick Event of the button does not have "Edit" associated with "Change Document Mode" in the "Document Mode" field.
C. The OnClick Event of the button does not have "Auto Edit" associated with "Change Document Mode" in the "Document Mode" field.
D. Sean needs to access the XPage application as "Manager" set in the ACL of the database, which is the only user-level right that allows theediting of documents.