Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

setDisplay method

Developers.QuiXsetDisplay History

Hide minor edits - Show changes to markup

October 02, 2007, at 07:51 AM by Thomas Bellos -
Changed lines 3-4 from:

The setDisplay method sets the CSS display property of the widget.

to:

The setDisplay method sets the CSS display property of the widget (ie block, inline, none etc).

Changed line 11 from:
ParameterssDispl : Required. String indicating the display property (ie block, none etc).
to:
ParameterssDispl : Required. String indicating the display property.
October 02, 2007, at 07:51 AM by Thomas Bellos -
Changed line 11 from:
ParameterssDispl : Required. String indicating the display property (ie block,none etc).
to:
ParameterssDispl : Required. String indicating the display property (ie block, none etc).
October 02, 2007, at 07:50 AM by Thomas Bellos -
Added lines 1-12:

(:title setDisplay method:)

The setDisplay method sets the CSS display property of the widget.

Syntax

Syntax
widget.setDisplay(sDispl);
ParameterssDispl : Required. String indicating the display property (ie block,none etc).
Returns-
Page last modified on October 02, 2007, at 07:51 AM