Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

cellBorder Property

Developers.QuiXListViewcellBorder History

Hide minor edits - Show changes to markup

October 15, 2007, at 11:03 AM by Thomas Bellos -
Changed lines 12-15 from:
JavaScriptlst.cellBorder = 2;

to:
JavaScriptlst.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 "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 "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:

lengthInteger that specifies the widget's height in pixels.
percentageAn integer followed by the "%" sign. The value is a percentage of the height of the parent widget.
calculatedA 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 "rerfresh?" method.

Syntax

QuiX XML
<qx:listview xmlns:qx="http://www.innoscript.org/quix" cellborder="2">
</qx:rect>
JavaScriptlst.cellBorder = 2;

Possible values

The height property can be of the following types:

lengthInteger that specifies the widget's height in pixels.
percentageAn integer followed by the "%" sign. The value is a percentage of the height of the parent widget.
calculatedA 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