{{ tag }}
{% if info.demo %} View Demo » {% endif %}{{ info.description|escape|nl2br }}
Attributes
{% for key, value in info.documentation.attributes %}{{ key }}
- {{ value|escape|nl2br }}
Methods
{% for key, value in info.documentation.methods %}{{ key }}
- {{ value|escape|nl2br }}
Events
{% for key, value in info.documentation.events %}{{ key }}
- {{ value|escape|nl2br }}