dojox/gfx/vml (version 1.10)

Summary

This the default graphics rendering bridge for IE6-7. This renderer is very slow. For best performance on IE6-8, use Silverlight plugin. IE9+ defaults to the standard W3C SVG renderer.

See the dojox/gfx/vml reference documentation for more information.

Property Summary

Method Summary

Properties

_bool
Defined by: dojox/gfx/vml
text_alignment
Defined by: dojox/gfx/vml
xmlns
Defined by: dojox/gfx/vml

Methods

_parseFloat(str)
Defined by dojox/gfx/vml

a helper function to parse VML-specific floating-point values

Parameter Type Description
str String

a representation of a floating-point number

Returns:undefined
_reparentEvents(dst,src)
Defined by dojox/gfx/vml
Parameter Type Description
dst undefined
src undefined
attachNode(node)

creates a shape from a Node

Parameter Type Description
node Node

a VML node

attachSurface(node)

creates a surface from a Node

Parameter Type Description
node Node

a VML node

Circle()
Defined by dojox/gfx/vml
createSurface(parentNode,width,height)
Defined by dojox/gfx/vml

creates a surface (VML)

Parameter Type Description
parentNode Node

a parent node

width String | Number

width of surface, e.g., "100px" or 100

height String | NUmber

height of surface, e.g., "100px" or 100

Returns:any

newly created surface

Ellipse()
Defined by dojox/gfx/vml
fixTarget(event,gfxElement)
Defined by dojox/gfx/vml

Adds the gfxElement to event.gfxTarget if none exists. This new property will carry the GFX element associated with this event.

Parameter Type Description
event Object

The current input event (MouseEvent or TouchEvent)

gfxElement Object

The GFX target element

Group()
Defined by dojox/gfx/vml
Image()
Defined by dojox/gfx/vml
Line()
Defined by dojox/gfx/vml
Path()
Defined by dojox/gfx/vml
Polyline()
Defined by dojox/gfx/vml
Rect()
Defined by dojox/gfx/vml
Shape()
Defined by dojox/gfx/vml
Surface()
Defined by dojox/gfx/vml
Text()
Defined by dojox/gfx/vml
TextPath()
Defined by dojox/gfx/vml
Error in the documentation? Can’t find what you are looking for? Let us know!