What server-side simple action can Michael add on the second page to navigate the mobile application user to the first page when touched?

Michael has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "page1" and for the second mobile page he set the pageName property to "page2". What server-side simple action can Michael add on the second page to navigate the mobile...

November 20, 2018 No Comments READ MORE +

Which server-side JavaScript statement will return the user to the xHome.xsp XPage?

Which server-side JavaScript statement will return the user to the xHome.xsp XPage?A . window.location("xHome.xsp")B . session.openPage("xHome.xsp")C . facesContext.redirectToHome()D . context.redirectToPage("xHome.xsp")View AnswerAnswer: D

November 19, 2018 No Comments READ MORE +

Which three properties in the Dojo Text Box control are available in the Edit Box control? (Choose three.)

Which three properties in the Dojo Text Box control are available in the Edit Box control? (Choose three.)A . altB . trimC . langD . typeE . headerF . inputTypeView AnswerAnswer: ACD

November 19, 2018 No Comments READ MORE +

What is the significant difference between the two?

Akane is trying to decide between using @Command([RefreshWindow]) and @Command (ReloadWindow]) in a view action. What is the significant difference between the two?A . @Command([RefreshWindow]) executes immediately. @Command(ReloadWindow]) executes after other functions in the action havecompleted.B . @Command(ReloadWindow]) executes immediately. @Command([RefreshWindow]) executes after other functions in the action havecompleted.C ....

November 18, 2018 No Comments READ MORE +

When using the IBM Domino Java Document class method computeWithForm, which three events are triggered? (Choose three.)

When using the IBM Domino Java Document class method computeWithForm, which three events are triggered? (Choose three.)A . Default ValueB . Input ValidationC . Input TranslationD . QueryDocumentSaveE . Computed for displayF . Compute before validationView AnswerAnswer: ABC

November 17, 2018 No Comments READ MORE +

What should she enter in the HTML attributes for the field?

Jessica wants to resize a text field from its default size. What should she enter in the HTML attributes for the field?A . ROWS=10 COLS=20B . "ROWS=10 COLS=20"C . SIZE=75 MAXLENGTH=100D . "SIZE=75 MAXLENGTH=100"View AnswerAnswer: C

November 3, 2018 No Comments READ MORE +

Which is a true statement about XPages in the Notes client (XPiNC)?

Which is a true statement about XPages in the Notes client (XPiNC)?A . XPiNC is a web based application running in the Notes client.B . XPiNC uses the web based Notes-client plugin to display XPages in the Notes client.C . XPiNC does not uphold traditional security features of Notes application...

October 31, 2018 No Comments READ MORE +

After opening the custom control in IBM Domino Designer, how should Jenna pass the data source object handle "document2" from the XPage to the custom control?

Jenna is working on an XPage with multiple data sources which are document1, document2, view2, and view1. The XPage needs a new custom control that needs access to data source document2 from the XPage. After opening the custom control in IBM Domino Designer, how should Jenna pass the data source...

October 18, 2018 No Comments READ MORE +

What statement will Charles append to the snippet to complete the code?

Charles is using IBM LotusScript to read a text file. He would like to read the first 23 characters in the file and replace them with a different string value. The following code snippet has a statement missing after the last line. What statement will Charles append to the snippet...

October 11, 2018 No Comments READ MORE +

Which is a valid method of the XSP client-side object?

Which is a valid method of the XSP client-side object?A . XSB . byId()C . XSD . alert()E . XSF . bindView()G . XSH . bondForm()View AnswerAnswer: B

October 11, 2018 No Comments READ MORE +