An extension of the powerful Custom Widget feature is the ability to embed one or more widgets within a custom widget, therefore allowing for the grouping together of associated widgets. Mixing and matching this with the regular custom widget functionality of HTML formatting and the use of tokens that can manipulate the underlying dataset, this feature can provide a fully customizable widget experience.
(Please note that a custom widget cannot be embedded within another custom widget).

Text/HTML: |
|
Font size |
Default font size |
Font color |
Font color |
Background color |
Widget background color. |
Text Code |
Enter Text or HTML code. You can use {{tag}} to field data for the widget. type in { to get a list of fields along with some options you can use to customize the display of data
Tag Options:
Simple field display:
- {{field_name}} - getting the first value for field with name "field_name".
- {{field_name:n}} - get the nth value of the field with name "field_name".
- {{field_name:n-c}} - get a list comma-separated from "n" to "c" with "field_name".
Commands:
- _ul - builds a bullet list using value field. Command form {{_ul|field_name:n-c}}, {{_ul|field_name:n}}, {{_ul|field_name}}.
- _ol - builds a numbered list using value field. Command form {{_ol|field_name:n-c}}, {{_ol|field_name:n}}, {{_ol|field_name}} (field_name - field name in the sheet, n - from, ? - to)
- _table - builds a table from the field. Command form {{_table|field_name1,field_name2:n-c}}, {{_table|field_name1,field_name2:n}}, {{_table|field_name1,field_name2}}
- _count - total number of records {{_count}}
- _sum - the amount of field values {{_sum|field_name:n-c}}, {{_sum|field_name}}
- _max - maximum value of the field {{_max|field_name:n-c}}, {{_max|field_name}}
- _min - minimum value of field {{_min|field_name:n-c}}, {{_min|field_name}}
- {{_widget|widget_name}}
|