Namespace for the VML rendering engine. Also a
a static class providing utility functions.
- Source:
Classes
Members
-
(private, static) xrx.vml.browserEnabled :boolean
-
Whether the browser already has VML rendering enabled.
Type:
- boolean
- Source:
Methods
-
(private, static) xrx.vml.createElement(tagName, opt_fillAndCo) → {HTMLElement}
-
Creates a new VML element including fill, stroke and skew.
Parameters:
Name Type Description tagName
string The tag name of the HTML element. opt_fillAndCo
boolean Whether to append fill, stroke and skew element. - Source:
Returns:
The HTML element.- Type
- HTMLElement
-
(private, static) xrx.vml.initVmlRendering()
-
Initialize the browser for VML rendering.
- Source: