A string that is properly formatted CSS.
This is used to ensure proper style sheet escaping.
|
$add(text)
ZUT.Base @public | Add text to the Css, it will be CSS-escaped.
|
|
$add(css)
ZUT.Css @public | Add css to the Css, it will be added as-is.
|
|
|
fromSafeString(safeContent)
ZUT.Css @public | Create a ZUT.Css object from a string that contains safe, already
escaped Css.
|
|
Inherited from ZUT.Base:
|
|
NEW() @public |
|
$addUNESCAPED(safeContent)
ZUT.Base @public | Add safeContent to the section, it will not be escaped.
|
|
$add(number)
ZUT.Base @public | Add number to the item as a string.
|
|
$add(number)
ZUT.Base @public | Add number to the item as a string.
|
|
$ToString()
string @public | Return the concatenated result.
|
|