{{page.title}}
{{page.short}}
{% if page.relat == "i18n" %} {% assign fletter = page.title | truncate: 1, '' %}
This is a i18n option! i18n options can not be set directly on
a per-instance basis, you must include the "override" directive, and properly
camel case the new name - (i.e.
override{{ fletter | upcase }}{{ page.title | remove_first: fletter }}). For
more information, please take a look at the
Localizing Datebox
section.
{% endif %}
{% assign namestart = page.title | truncate: 5, '' %}
{% if namestart == "theme" %}
This is a theme class option! Theme class options take a letter
argument (jqm:a,b,c...), or a context class (bootstrap:danger,success,info...).
However, this is really just part of a class name, so by adding a space, you can
also include any arbitraty class name you want with the option. For more
information, please take a look at the
Theming Datebox
section.
{% endif %}
{{content}}
Data Type Expected
{{ page.dattype }}
Default Vaule
{{ page.defval }}
Option is Dynamic Post Initialization
{{ page.dyn }}
{% if page.relat == "i18n" %}Per Instance Override Name
{% assign fletter = page.title | truncate: 1, '' %}override{{ fletter | upcase }}{{ page.title | remove_first: fletter }}
{% endif %}Valid Modes
{% for mode in page.modes %} {% endfor %}Valid Frameworks
{% if page.frames %} {% for frame in page.frames %}{{ frame }}
{% endfor %} {% else %}Any
{% endif %}