Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns a hash of all the parameters that are passed into the custom template. The return value of this method is used as input for the customWidgetTemplate call.

customTemplates

widget.customTemplates['myTemplate.html'](parameters)

...

Optional parameters can be passed in and accessed in the template.

customScripts

widget.customScripts['myLibrary.js'](/* no arguments */)

...