{% extends "base.html" %} {% block content %}

Documentation

Version {{ version }}

{% for tag, info in tags %}

{{ tag }}

{% if info.demo %} View Demo » {% endif %}

{{ info.description|escape|nl2br }}

Attributes

{% for key, value in info.documentation.attributes %}
{{ key }}
{{ value|escape|nl2br }}
{% endfor %}

Methods

{% for key, value in info.documentation.methods %}
{{ key }}
{{ value|escape|nl2br }}
{% endfor %}

Events

{% for key, value in info.documentation.events %}
{{ key }}
{{ value|escape|nl2br }}
{% endfor %} top
{% endfor %} {% endblock %}