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?
When he saved this mobile XPage John received a compile-time error indicating a required property for the
control is not present.
What property and value must John add to the start tag to correct this error?
John added a Dynamic View Panel to the CustomersViews XPage to switch display to any one of several
views in the Customers application. He set the pageName property to the CustomerDocument XPage to
identify the XPage to open when a customer name is selected from the displayed view in the Dynamic View
Panel control. What must John do to have the selected customer document open in read mode on the
CustomerDocument XPage?
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?
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 application
user to the first page when touched?