Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

setDisplay method

Developers.QuiXsetDisplay History

Hide minor edits - Show changes to output

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:
||!Parameters||''sDispl'' : Required. String indicating the display property (ie block, none etc). ||
to:
||!Parameters||''sDispl'' : Required. String indicating the display property. ||
October 02, 2007, at 07:51 AM by Thomas Bellos -
Changed line 11 from:
||!Parameters||''sDispl'' : Required. String indicating the display property (ie block,none etc). ||
to:
||!Parameters||''sDispl'' : 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

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.setDisplay(sDispl);
@]||
||!Parameters||''sDispl'' : Required. String indicating the display property (ie block,none etc). ||
||!Returns|| - ||
Page last modified on October 02, 2007, at 07:51 AM