| java.lang.Object uk.org.ponder.htmlutil.HTMLUtil
HTMLUtil | public class HTMLUtil (Code) | | |
JS_DATE_FORMAT | public static String JS_DATE_FORMAT(Code) | | The "natural" format accepted by Javascript's Date.parse() method *
|
emitJavascriptArray | public static String emitJavascriptArray(String name, String[] elements)(Code) | | Constructs the String representing a Javascript array declaration.
Parameters: name - The Javascript name of the required array Parameters: elements - The values of the elements to be rendered. |
emitJavascriptCall | public static String emitJavascriptCall(String name, String[] arguments)(Code) | | Emits the text for a single Javascript call, that is
name(arguments[0], arguments[1]) ...)
Parameters: name - The name of the JS function to be invoked Parameters: arguments - The function arguments to be applied. |
parseStyle | public static void parseStyle(String style, Map toreceive)(Code) | | Parses a CSS string (separated by ; with keys named with :) into a
key/value map of Strings to Strings
|
|
|