Merges a set of attributes with a given template. To avoid redundanct
attributes being added to the final list, a list of default values (based
of the specific panel creation callback formals) is used to validate the
need of the argument value in the final list.
Lists all available grid and flex templates. If type is given, returns only
templates for the given grid type. Templates are collections of
arguments that can be grouped and stored for later usage via the "template"
argument of panel and page functions.
Returns a imola template as an object for future use. Depending on the
given type, the template will then be available to be passed as an
argument to a panel or page function of that specific type. Templates are
collections of arguments that can be grouped and stored for later usage
via the "template" argument of panel and page functions.
Registers a new css template for future use. Depending on the given type,
the template will then be available to be passed as an argument to a panel
or page function of that specific type. Templates are collections of
arguments that can be grouped and stored for later usage via the "template"
argument of panel and page functions.
Deletes an existing css template from the available list of templates for the
given grid type. Templates are collections of arguments
that can be grouped and stored for later usage via the "template"
argument of panel and page functions.
Current active media breakpoints. By default the default_system
setting values are used, but the list can be customized by using the
registerBreakpoint() and unregisterBreakpoint() functions.
Sets the current active media breakpoints. By default the default_system
setting values are used, but the list can be customized by using the
registerBreakpoint() and unregisterBreakpoint() functions.