Wizard forms display several main tabs in a left sidebar. They are:
- Configuration: Displays the overall form properties and allows you to configure methods, shortcuts, etc.
- Design: Default view of the form. Displays the form's UI and allows you to add, remove, and configure form controls. If selected, this tab displays the More icon under all the other tabs.
- View Source: Displays the form's HTML code.
- Life Cycle Methods: Displays the methods your app executes when it processes form data.
- Form Rules: Displays the graphical rules that affect the form's behavior.
- Conditions and Actions: Displays the logic that controls whether the form applies an action to configured controls: showing, hiding, enabling, disabling, etc.
- Devices: Displays the logic that controls how the form appears on different user devices.
- Script: Displays the JavaScript functions for the form.
- Style: Displays the form's CSS classes.
- More: This only displays if the Design tab is selected. When clicked, it displays a menu of the following actions:
- Preview: Displays a popup of the form as it will appear to users.
- Entity: Displays a popup of the form's entity that enables you to add or delete columns.
- Multiple Controls: Displays a popup of the form's controls with basic properties that can be edited simultaneously.
- Masterpage: Displays your app's default form.
- Lookup: Launches the wizard to create a lookup form for this form.
- Menu: Displays a popup of your app's menu that can be edited.
- Search: Allows searching the form for controls.
This post is part of the Wizard Form topic. Click here to open the Wizard Form Overview.
#Forms
#Xelence