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.
Aidan has a number of databases listed in the Application navigator. He wants to sort his applications based on the server where they reside. How can Aidan accomplish this?
A. Click on Window > Application navigator > Sort > By Server
B. Click on the Menu icon in the Application navigator and click Sort > By Server
C. Right click in the Application view and select Sort > By Server
D. IT can not be done. Once you add a database to the Application navigator that is the orderit appears.
Viktor has been asked to begin modifying the corporate Domino Web sites to adhere to XHTML standards. He has enabled enhanced HTML generation in the application properties. When testing a couple of the page elements in the Web browser and viewing the source, Viktor notices that tags like
and
What could be the problem?
A. This setting only applies to generated HTML, like passthrough HTML on a form.
B. The Web closes tags that have content. Tags that do not have content are ignored.
C. Each page element needs to be opened and saved to incorporate this new application property setting.
D. The Web server generates valid XML, but there are exceptions. One of the exceptions ispassthrough HTML.
Kumar is building the XPage that serves as the home page for the Corporate Happenings site. The home page needs to include an image at the top right of the page, and this image changes weekly. How can Kumar design his XPage to do a look up to the vConfig view to determine the location of the image, rather than hard-coding an image URL?
A. Drag a computed field control onto the XSP editor. Select Formula language for the Data Binding. Enter this code in the script pane: ""
B. Drag a computed field control onto the XSP editor. Select Formula language for the Data Binding. Enter this code in the script pane: ""
C. Drag an image control onto the XPage. Select Use an image placeholder. For the Image source property, select the Computed propertybutton. Enter this code for the script: @DbLookup("","vConfig","spotlightImage",1)
D. Drag an image control onto the XPage. Select Use an image placeholder. For the Image source property, select the Computed propertybutton. Enter this code for the script: @DbLookup("";"vConfig";"spotlightImage";1)
Mike wants to add a delete button to his XPage so that the owner of the document can delete the document. In the following code, Mike wants to prompt the user to verify that the user wants to delete this document.
What attribute and value can he use to complete the code?
A. alert="Are you sure you want to delete current document?"
B. prompt="Are you sure you want to delete current document?"
C. msgbox="Are you sure you want to delete current document?"
D. message="Are you sure you want to delete current document?"
John wants to use Themes to help him define controls properties. He wants to use the OneUI theme but also extend it to be able to manage a different style for some buttons. How can he override the global theme properties for some of his buttons?
A. You cannot override any property of a specific control.
B. He has to change the Style attribute of his button.
C. He needs to specify one theme file.
D. He can use the option
Annie is working to develop an application based on XPages. One of the Xpages that she developed will be used for data collection. The data filled in the fields needs to be validated before submitting the entire page. In some cases, empty the fields and request the user type need to be in a valid value.
How can she activate the Ajax Partial Update to achieve this target?
A. Select "Partial Update" on the Properties tab related to the field she wants to partially refresh.
B. Select "Partial Update" on the Event tab related to the field she wants to partially refresh.
C. The Partial Update can be activated to any Event. Select "Partial Update" on the Event tab andthen select the element she wants to haveupdated when the event is fired.
D. The Partial Update can be activated to any Event. Select "Partial Update" on the Properties tab and then select the element she wants tohave updated when the event is fired.
Christopher's Environment Monitoring XPage dashboard allows the user to enter the current time, temperature, and humidity. The Update core control button needs to update two different Domino databases with this data when clicked. What simple action can Christopher use to accomplish this task?
A. Set Value
B. Modify Field
C. Save Document
D. Save Data Sources
Abigail has added a computed field control to her Person XPage. For that field, she chose to use JavaScript? For binding data to that field How will she add code to that control to get the data to display?
A. Right-click the Computed Field control and select Open Script Editor.
B. Click the Computed Field control and enter the code into the correct Events tab area.
C. Right-click the Computed Field control and select the Source option for the control.
D. Click the Computed Field control and then click the Open Script Dialog button on the Properties > Value tab.
Jennifer has to get the IP address of the user who is accessing her Reporting XPage. This information is stored in a CGI variable. What global object can she use to access the IP address and all other CGI variables contained in the incoming request?
A. cookie
B. paramValues
C. facesContext
D. headerValues