up: ZUT | index | Zimbu documentation |
A string that is properly formatted Javascript. This is used to ensure proper Javascript escaping.
|
FUNC $add(string js) ZUT.Base @public
FUNC $add(ZUT.Javascript js) ZUT.Javascript @public
|
FUNC fromSafeString(string safeContent) ZUT.Javascript @public
FUNC toSafeString(string js) string @public
FUNC toSafeString(int nr) string @public
FUNC toSafeString(float nr) string @public
FUNC toSafeString(ZUT.Javascript js) string @public
|
Copyright 2014 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |