Class | Description |
---|---|
Checked |
checked returns "checked" when the value, as integer, is > 0.
|
Cut |
cutN return the first N characters from the value.
|
Dash |
dash replaces all non-alphanumeric sequences of characters each with a single dash.
|
Date |
date or dateFORMAT decode the date from the value and show it in the specified format.
|
DDot |
ddot or ddotN show nice double values, with a given number of digits after the point
(when not specified N is by default 2) and groups of 3 digits separated by comma.
|
Dot |
dot displays an integer value as comma separated groups of 3 digits.
|
Enc |
enc tag produces an URL-safe encoding of the value.
|
Esc |
esc tag produces an HTML-safe encoding of the value.
|
Interval |
interval decodes the value into a time interval and shows it in a human readable format
|
JS |
js tag produces an JavaScript-safe encoding of the value.
|
NiceDate |
nicedate translates the value (a date) into a nice human readable form.
|
NtoBR |
ntobr tag replaces all \n occurences with <BR>
|
Size |
size takes the integer value and returns the size (in bytes) indicated by the value.
|
Strip |
strip or stripTAG,LIST cut the HTML tags from the text, optionally leaving some
of them behind.
|
Time |
time decodes the value into a Date object then displays only the time part of it.
|
UEnc |
uenc decodes a previously URL-encoded string.
|
Under |
under replaces all non-alphanumeric sequences of characters each with a single underscore.
|
StringFormat
. See the descriptions of each for more details
and take a look at BasePage
to see how they are used.