Page 1 of 1

Michelle would like to add a button with a "+" labelin the top right corner on the vlewMobilePage which, when touched, w

Posted: Fri Aug 26, 2022 9:57 am
by answerhappygod
Michelle would like to add a button with a "+" labelin the top right corner on the vlewMobilePage which, when touched, will open the documentMobilePage to create a new document.What can she add to the actionFact of the Page Heading on the viewMobilePage to create the new document?

A. Add a Tab Bar Button control and set its moveTo property to "documentMobilePage".
B. Add a Tool Bar Button control and set its moveTo property to "documentMobilePage".
C. Add a ToolBar Button control and code its onclick event with the Move To Mobile Page simple action and set the targetPage property to "documentMobilePage".
D. Add a Tab Bar Button control and code its onclick event with the Move To Application Page simple action and set the targetPage property to "documentMobilePage".