-
Notifications
You must be signed in to change notification settings - Fork 2
4.1.4 Generic Parameter Lists
Lucas F. Lu edited this page Jan 30, 2020
·
3 revisions
name | Description | Default |
---|---|---|
WidgetName | Name of the widget | Null |
ID | Uniquely identifying a widget in the system | Randomly assigned |
DisableHeader | Hide header bar | false |
DisableFooter | Hide footer bar | true |
WidgetBackground | background color class name | bg-white |
HeaderBackground | background color class name | bg-primary |
FooterBackground | background color class name | bg-dark |
HeaderIcon | font-awesome icon class name | star |
Widget_header | header contents to display | Null |
Widget_footer | footer contents to display | Null |
DisableControls | Hide header controls but show header | false |
Width | Width of the widget range from 1-12. Bootstrap class | 3 |
DataHeight | Widget height in px | 400 |
Widget_contents | Html contents of the widget | Null |
WidgetData | When set to anything other than false, Widget_contents is overwritten by WidgetData's return value | false |
AjaxLoad | for ajax data loading configuration | false |
Feedback is much appreciated! I can be reached at [email protected]