IBM Notes and Domino 9.0 Social Edition Application Development B - C2040-410 FREE EXAM DUMPS QUESTIONS & ANSWERS
When he saved this mobile XPage John received a compile-time error indicating a required property for the <xe:singlePageApp> control is not present.

What property and value must John add to the <xe:singlePageApp> start tag to correct this error?

What property and value must John add to the <xe:singlePageApp> start tag to correct this error?
Correct Answer: D
Vote an answer
Which control, used to dynamically switch content, includes support to code the Dynamic Content display using a Simple Action, client-side or server-side JavaScript?
Correct Answer: A
Vote an answer
Which property of the Form Table control is used to display an asterisk (*) before the label for any required fields?
Correct Answer: D
Vote an answer
Jessica wants to resize a text field from its default size. What should she enter in the HTML attributes for the field?
Correct Answer: C
Vote an answer
James is creating an IBM LotusScript agent that will concatenate a string value and a numeric expression. Using the following code snippet, what will be the output? a$ = "500" b% = 200 c$ = "100" print (a$ & b%) + c$
Correct Answer: D
Vote an answer
Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?
Correct Answer: B
Vote an answer
Which is a true statement about XPages in the Notes client (XPiNC)?
Correct Answer: B
Vote an answer
Scott wants to add a <STYLE> tag with a computed rendered property to his XPage. He knows that that <xp:style> tag is not valid XML markup. How can he add the computed style tag to his XPage using one of the All property values of a computed text field?
Correct Answer: C
Vote an answer
Which server-side Global Function is available through the XPages runtime?
Correct Answer: C
Vote an answer