Which statement is true for the Single Page Application control for use on a mobile XPage?

Which statement is true for the Single Page Application control for use on a mobile XPage?A . The XML tag for the Single Page Application control is <xp:singlePageApp>.B . The XML tag for the Single Page Application control is <xc:singlePageApplication>.C . The Single Page Application control is used only when...

March 19, 2019 No Comments READ MORE +

How can he do this?

Tyler has designed a viewMobilePage to display a listing of customer names from the CustomersByName view. During testing Tyler determined that to avoid scrolling he will need to restrict the number of customer names displayed on the viewMobilePage to ten. How can he do this?A . Add the property and...

March 18, 2019 No Comments READ MORE +

In IBM LotusScript, when a variable that has a Variant data type is initialized, what value does it contain?

In IBM LotusScript, when a variable that has a Variant data type is initialized, what value does it contain?A . NULLB . EMPTYC . NOTHINGD . UNKNOWNView AnswerAnswer: B

March 17, 2019 No Comments READ MORE +

What is the proper syntax to use for the URL in the button ?

Charles needs to create a button with a link that will open an attachment that is in a document in his Domino application. What is the proper syntax to use for the URL in the button ?A . http://Host/Database/View/Document/Filename?OpenElementB . http://Host/Database/View/Document/$Filename?OpenElementC . http://Host/Database/View/Document/$Filename?OpenAttachmentD . http://Host/Database/View/Document/$File/Filename?OpenElementView AnswerAnswer: D

March 15, 2019 No Comments READ MORE +

Which property can be used to control the look and feel of the In-Place Form control?

Which property can be used to control the look and feel of the In-Place Form control?A . themeIdB . themeCSSC . newLookFeelD . environmentView AnswerAnswer: A

March 10, 2019 No Comments READ MORE +

What two things should Steve consider before enabling?

Steve has written an agent which is called from a web application. Steve plans to enable "Run Web Agents concurrently". What two things should Steve consider before enabling? (Choose two.)A . Does the agent perform any full-text index searches.B . Does the agent use any Java classes that are not...

March 10, 2019 No Comments READ MORE +

If the facet is named, which is true?

If the facet is named, which is true?A . The control added is determined at run time.B . Controls cannot be added to the editable area.C . Multiple controls can be added to the editable area.D . Only one control can be added to the editable area.View AnswerAnswer: D

March 8, 2019 No Comments READ MORE +

What is an Editable Area?

What is an Editable Area?A . It is a Rich Text control.B . A control that can be added to an XPage.C . A Textarea that allows users to enter multiple lines of text.D . A region on a custom control that developers can modify when the custom control is...

March 6, 2019 No Comments READ MORE +

Which statement is true regarding the Extension Library Tooltip control?

Which statement is true regarding the Extension Library Tooltip control?A . A developer is not allowed to place other data components in between the <xe:tooltip> start and end tags.B . To use the beforeContentLoad and afterContentLoad properties, a developer must set dynamicContent to true.C . When the position property is...

February 27, 2019 No Comments READ MORE +

Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?

Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?A . JavaMaxHeapSizeB . Runtime.maxMemory()C . HTTPJVMMaxHeapSizeD . JVM command option -XmsView AnswerAnswer: C

February 27, 2019 No Comments READ MORE +