{% if include.data.borrows.size > 0 %}

Extends

{% for item in include.data.borrows %} {{ item }} {% endfor %} {% endif %} {% if include.data.examples.size > 0 %}

Examples

{% for example in include.data.examples %}
{{example.content | filter_code}}
{% endfor %} {% endif %} {% if include.data.settings.size > 0 %}

Settings

{% for item in include.data.settings %} {% endfor %}
name type summary defined by
{{ item.name }} {% if item.dataTypes[0] contains 'tinymce' %} {{ item.dataTypes[0] }} {% else %} {{ item.dataTypes[0] }} {% endif %} {{ item.desc | no_nl }} {{ item.definedBy }}
{% endif %} {% if include.data.properties.size > 0 %}

Properties

{% for item in include.data.properties %} {% endfor %}
name type summary defined by
{{ item.name }} {% if item.dataTypes[0] contains 'tinymce' %} {{ item.dataTypes[0] }} {% else %} {{ item.dataTypes[0] }} {% endif %} {{ item.desc | no_nl }} {{ item.definedBy }}
{% endif %} {% if include.data.constructors.size > 0 %}

Constructors

{% for item in include.data.constructors %} {% endfor %}
name summary defined by
{{ item.name }}() {{ item.desc | no_nl }} {{ item.definedBy }}
{% endif %} {% if include.data.methods.size > 0 %}

Methods

{% for item in include.data.methods %} {% endfor %}
name summary defined by
{{ item.name }}() {{ item.desc | no_nl }} {{ item.definedBy }}
{% endif %} {% if include.data.events.size > 0 %}

Events

{% for item in include.data.events %} {% endfor %}
name summary defined by
{{ item.name }} {{ item.desc | no_nl }} {{ item.definedBy }}
{% endif %} {% if include.data.constructors.size > 0 %}

Constructors

{% for item in include.data.constructors %}

{{ item.name }}

{{ item.signature }}

{{ item.desc | no_nl }}

{% if item.examples.size > 0 %}
Examples
{% for example in item.examples %}
{{example.content | filter_code}}
{% endfor %} {% endif %} {% if item.params.size > 0 %}
Parameters
{% endif %} {% if item.return.types.size > 0 %}
Return value
{% endif %} {% endfor %} {% endif %} {% if include.data.methods.size > 0 %}

Methods

{% for item in include.data.methods %}

{{ item.name }}

{{ item.signature }}

{{ item.desc | no_nl }}

{% if item.examples.size > 0 %}
Examples
{% for example in item.examples %}
{{example.content | filter_code}}
{% endfor %} {% endif %} {% if item.params.size > 0 %}
Parameters
{% endif %} {% if item.return.types.size > 0 %}
Return value
{% endif %} {% endfor %} {% endif %} {% if include.data.events.size > 0 %}

Events

{% for item in include.data.events %}

{{ item.name }}

{{ item.desc | no_nl }}

{% if item.params.size > 0 %}
Parameters
{% endif %} {% endfor %} {% endif %}