-
Notifications
You must be signed in to change notification settings - Fork 13
Widget Constants
Coackroach edited this page Jan 19, 2020
·
5 revisions
-
FormWizard::ICON_NEXT
defaults to'<i class="formwizard-arrow-right-alt1-ico"></i>'
. -
FormWizard::ICON_PREV
defaults to'<i class="formwizard-arrow-left-alt1-ico"></i>'
. -
FormWizard::ICON_FINISH
defaults to'<i class="formwizard-check-alt-ico"></i>'
. -
FormWizard::ICON_ADD
defaults to'<i class="formwizard-plus-ico"></i>'
. -
FormWizard::ICON_RESTORE
defaults to'<i class="formwizard-restore-ico"></i>'
.
-
FormWizard::BS_3
defaults to3
. -
FormWizard::BS_4
defaults to4
.
-
FormWizard::STEP_TYPE_DEFAULT
defaults to'default'
. -
FormWizard::STEP_TYPE_TABULAR
default to'tabular'
. -
FormWizard::STEP_TYPE_PREVIEW
default to'preview'
.
-
FormWizard::THEME_DEFAULT
defaults to'default'
. -
FormWizard::THEME_DOTS
defaults to'dots'
. -
FormWizard::THEME_ARROWS
defaults to'arrows'
. -
FormWizard::THEME_CIRCLES
defaults to'circles'
. -
FormWizard::THEME_MATERIAL
defaults to'material'
. -
FormWizard::THEME_MATERIAL_V
defaults to'material-v'
. -
FormWizard::THEME_TAGS
defaults to'tags'
.
- Get Running with Minimal Options
- Disable ActiveForm Validation
- Enable Ajax Validation
- Add Custom Buttons
- Widget Constants
- Customizing Form Fields
- Configuring File Uploads
- Custom Field Order
- Single Model Across Steps
- Multiple models in a single step
-
Tabular Steps-(New)
- Working With Widgets
- Limiting Rows
- Dependent Inputs Since v1.7.2
- Skip-able Step-(Since v1.5.0)
- Enable Preview Step-(New)
- Group Fields-(New)
- Enable Form Persistence-(New)
- Enable Edit Mode - (Since v1.6.4)