Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

cellBorder Property

Developers.QuiXListViewcellBorder History

Hide minor edits - Show changes to output

October 15, 2007, at 11:03 AM by Thomas Bellos -
Changed lines 12-15 from:
||!`JavaScript||lst.'''cellBorder''' = 2; ||


to:
||!`JavaScript||lst.'''cellBorder''' = 2; [[<<]] lst.refresh(); ||


October 15, 2007, at 10:23 AM by Thomas Bellos -
Changed lines 3-4 from:
Gets or sets the widget's cell border. For the new cell border to be applied, you need to refresh the widget by calling its "[[(Developers.QuiXListView)rerfresh]]" method.
to:
Gets or sets the widget's cell border. For the new cell border to be applied, you need to refresh the widget by calling its "[[(Developers.QuiXListView)refresh]]" method.
October 15, 2007, at 10:11 AM by Thomas Bellos -
Changed line 10 from:
</qx:rect>
to:
</qx:listview>
Changed lines 14-23 from:
!! Possible values

The ''height'' property can be of the following types:

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
|| ''length'' ||Integer that specifies the widget's height in pixels.||
|| ''percentage'' ||An integer followed by the "%" sign. The value is a percentage of the height of the parent widget.||
|| ''calculated'' ||A string expression or function that once evaluated or called, returns the widget's height.[[<<]]For instance, a value of [@"this.parent.getHeight(true)-30"@] makes the current widget 30 pixels shorter than its parent.||

to:

October 15, 2007, at 10:09 AM by Thomas Bellos -
Added lines 1-23:
(:title cellBorder Property:)

Gets or sets the widget's cell border. For the new cell border to be applied, you need to refresh the widget by calling its "[[(Developers.QuiXListView)rerfresh]]" method.

!!Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!`QuiX XML||[@
<qx:listview xmlns:qx="http://www.innoscript.org/quix" cellborder="2">
</qx:rect>
@]||
||!`JavaScript||lst.'''cellBorder''' = 2; ||

!! Possible values

The ''height'' property can be of the following types:

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
|| ''length'' ||Integer that specifies the widget's height in pixels.||
|| ''percentage'' ||An integer followed by the "%" sign. The value is a percentage of the height of the parent widget.||
|| ''calculated'' ||A string expression or function that once evaluated or called, returns the widget's height.[[<<]]For instance, a value of [@"this.parent.getHeight(true)-30"@] makes the current widget 30 pixels shorter than its parent.||

Page last modified on October 15, 2007, at 11:03 AM