applyTemplate | R Documentation |
Merges a set of attributes with a given template. To avoid redundant 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 a argument value in the final list.
applyTemplate(attributes, template, defaults, type)
attributes |
The manually given attribute values that will take priority during the merge. |
template |
The name of the template to merge, or a template object. |
defaults |
Default attribute values to ignore from attributes. |
type |
The type of css grid of the template. |
A named list of css attributes that can be used to generate a html element style rules of the given type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.