wwWebControl::Attributes

A collection of Attributes that are to be rendered on the control. Any attributed added is rendered into the HTML of the control.

For example, to add a custom client side JavaScript script handler you can use:

this.Attributes.Add("OnClick","ClientClick(this.value);")

You can use this for any attribute you might need to add.

Default Value

Initial value: null

See also:

Class wwWebControl

© West Wind Technologies, 1996-2022 • Updated: 10/09/05
Comment or report problem with topic