In Panel Card Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/In Panel Card Properties/index.xml
The 'In Panel Card Properties' section appears with embedded UX components.
Panel Card Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/Panel Card Properties/index.xml
A Panel Card can be added to component through the 'Panels' menu. Panel cards are useful for defining the different screens, or panels, that a user will see as they navigate through an application on a mobile device. If panel cards are being used inside a component, then every control in that component must be inside a specified panel card. Panel card's come with their own set of properties, listed here:
Panel Card with header, Title and Buttons
/documentation/pages/Guides/Mobile and Web Components/UX/Intro/UX Templates/PanelCardHeaderTitle.xml
This panel card layout includes a header with a centered title and left and right aligned buttons.
Synchronize when Panel Card gets focus
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/In Panel Card Properties/Synchronize when Panel Card gets focus.xml
When you have an embedded UX component this property allows you to automatically synchronize the UX every time the Panel Card gets focus (assuming that the Panel Card is contained in a Panel Navigator). If this option is checked, the embedded UX component's server-side onSynchronize event and client-side onSynchronizeDialog events are fired.
In Panel Card Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/In Panel Card Properties.xml
Defines how to display the embedded object when placed inside a Panel.
Has 'Next card' button
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/Parent Navigation Buttons/Has 'Next card' button.xml
Specify if this Panel Card has a 'Next Card' button.
Panel Card with Header, Title, Buttons and Footer with button list
/documentation/pages/Guides/Mobile and Web Components/UX/Intro/UX Templates/PanelCardHeaderTitleFooter.xml
Panel Card Layout includes a header with centered text, a left and right aligned button, and a footer with a button list.
Has 'Previous card' button
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/Parent Navigation Buttons/Has 'Previous card' button.xml
Specify if this Panel Card has a 'Previous Card' button.
Has 'Previous card' button
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/Navigation Buttons/Has 'Previous card' button.xml
Specify if this Panel Navigator has a 'Previous Card' button in its Header and Footer. When a user clicks the previous button this will open the Panel that is the next down on the Panel list. The button to be used as the 'Previous card' button is assign in 'Previous card' button Id property.
Has 'Next card' button
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/panel/Navigation Buttons/Has 'Next card' button.xml
Specify if this Panel Navigator has a 'Next Card' button in its Header and Footer. Checking this property will open the 'Next button Id' property, which assigns the 'Next card' button to an existing button control. When a user clicks on a 'Next card' button they will move to the next Panel in the control.