cc1
v2.1
CC1 source code docs
|
Classes | |
class | VerbatimNode |
jQuery templates use constructs like: More... |
Functions | |
def | filesizeformatmb |
Function formats the [mbytes] value like a 'human-readable' file size. | |
def | getitem |
Templatetag for fetching dictionary attribute values. | |
def | resizable_field |
Renders a resizable field. | |
def | url_pattern |
def | verbatim2 |
Templatetag used in workaround of the '{{' conflict between jquery templates and django templates. |
Variables | |
tuple | register = template.Library() |
def src.wi.commontags.templatetags.templatetags.filesizeformatmb | ( | mbytes | ) |
Function formats the [mbytes] value like a 'human-readable' file size.
(i.e. 13 KB, 4.1 MB, 102 bytes, etc).
Definition at line 66 of file templatetags.py.
def src.wi.commontags.templatetags.templatetags.getitem | ( | item, | |
string | |||
) |
Templatetag for fetching dictionary attribute values.
Definition at line 48 of file templatetags.py.
def src.wi.commontags.templatetags.templatetags.resizable_field | ( | field_name | ) |
Renders a resizable field.
Definition at line 39 of file templatetags.py.
def src.wi.commontags.templatetags.templatetags.url_pattern | ( | url_name | ) |
Definition at line 53 of file templatetags.py.
def src.wi.commontags.templatetags.templatetags.verbatim2 | ( | parser, | |
token | |||
) |
Templatetag used in workaround of the '{{' conflict between jquery templates and django templates.
Definition at line 120 of file templatetags.py.
tuple src.wi.commontags.templatetags.templatetags.register = template.Library() |
Definition at line 31 of file templatetags.py.