Which statement is true regarding the Extension Library Tooltip control?
A. A developer is not allowed to place other data components in between the
B. To use the beforeContentLoad and afterContentLoad properties, a developer must set dynamicContent to true.
C. When the position property is set to auto, the tooltip calculates where it should display in relation to the element on the page.
D. To use the beforeContentLoad and afterContentLoad properties, a developer does need to set dynamicContent to false.
Mark has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "viewMobilePage" and for the second mobile page he set the pageName property to "documentMobilePage". He designed the viewMobilePage to display a listing of customer names from the CustomersByName view. He designed the documentMobilePage to display the document details for the customer touched on the viewMobilePage. He specified "customerDoc" as the name for the Domino Document data source and the field with the customer phone number is named "phone". What can Mark do to add a touch control to send an SMS message to the customer currently displayed on the documentMobilePage?
A. For the Edit Box control bound to the phone field add the property and value of type="sms".
B. Nothing, access to the SMS function of the mobile device is not supported for mobile applications developed using the Mobile controls inDomino Designer.
C. Add a Tool Bar Button control and compute its href property using this server-side JavaScript:return "sms:" + customerDoc.getItemValueString("phone");
D. Add a Rounded List Item control and compute its sms property using this server-side JavaScript:return customerDoc.getItemValueString("phone");
What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items
*
Values; subtotal * (1 + rate)
A.
15.1
B.
16.5
C.
50
D.
55
Which statement is true when developing an XPage in IBM Domino Designer?
A. The XPages XML syntax is called XSP markup.
B. The Source View depicts an HTML representation of the XPage.
C. XPages controls cannot be added to the XPage through the Source View.
D. Use of standard HTML tags like