The file {{meta.filename}}
must be included in your JavaScript to use this plugin, along with siteapp.core.js
.{{#if requires}} This plugin also requires these utility libraries:{{/if}}
{{formatJsModule this}}
{{writeJsConstructor this.name}}
Fires these events: {{#each this.fires}} {{this}} {{/each}}
{{/if}} {{#if this.params}}Name | Type | Description |
---|---|---|
{{this.name}} |
{{this.type.names.[0]}} | {{this.description}} |
Use these options to customize an instance of {{title}}. Plugin options can be set as individual data attributes, one combined data-options
attribute, or as an object passed to the plugin's constructor. Learn more about how JavaScript plugins are initialized.
Name | Type | Default | Description |
---|---|---|---|
{{formatJsOptionName this.name}} |
{{formatJsOptionTypes this.type}} |
{{formatJsOptionValue this.defaultvalue}} |
{{this.description}} |
These events will fire from any element with a {{title}} plugin attached.
Name | Description |
---|---|
{{formatJsEventName this.name ../title}} |
{{this.description}} |
{{ writeJsFunction this }}
Fires these events: {{#each this.fires}} {{this}} {{/each}}
{{/if}} {{#if this.params}}Name | Type | Description |
---|---|---|
{{this.name}} |
{{this.type.names.[0]}} | {{this.description}} |