wwControl.css

Sets a CSS style using DOM style element notation for CSS property names. This is the same as referencing ctl.element.style.cssProperty and assiging a value to it. This shortcut is provided to reduce code size.

You can also retrieve a value with this function by omitting the second parameter.

o.wwControl.css(style,value)

Return Value

Returns the value of the style (only when no second parameter is passed).

Parameters

style
The style to retrieve or set.

value
The value to set the style to.

See also:

Class wwControl


  Last Updated: 9/8/2007 | © West Wind Technologies, 2008