-
"Fabrik 4" helpers needed!Dismiss Notice
You are invited to join other community members active in coding, maintaining and improving Fabrik. Please visit https://fabrik.help for more information!
YesNo element
-
Introduction(top)
The yes no element is a short cut to the having to manually set up a radio button with a standard 'Yes' or 'No' options (represented as 1 and 0 in the underlying raw table data). It also has the advantage of automatically showing icons for the results in the list view.
Form example (top)
List example (top)
Administration settings (top)
- Default - should the default selected option be 'yes' or 'no'.
- Options per row - (Fabrik 3.0 only) The radio button spancing
Notes(top)
Certain Rocket Themes templates override the Bootstrap CSS we use for Yes/No, such that both buttons end up being blue, and don't change on hover / selection. You may need to add something like this to a custom CSS file in your form template:
Code (Text):
.fabrikForm label.btn.active.btn-danger {
background-color: red;
}
.fabrikForm label.btn.active.btn-success {
background-color: green;
}
.fabrikForm label.btn:not(.active) {
background-color: lightgray;
}
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM