Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

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 "refresh" method.

Syntax

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

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