Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

cellPadding Property

Developers.QuiXListViewcellPadding History

Hide minor edits - Show changes to markup

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

to:
JavaScriptlst.cellPadding = 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 padding. For the new cell padding to be applied, you need to refresh the widget by calling its "rerfresh?" method.

to:

Gets or sets the widget's cell padding. For the new cell padding to be applied, you need to refresh the widget by calling its "refresh" method.

October 15, 2007, at 10:12 AM by Thomas Bellos -
Added lines 1-15:

(:title cellPadding Property:)

Gets or sets the widget's cell padding. For the new cell padding 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" cellpadding="2">
</qx:listview>
JavaScriptlst.cellPadding = 2;

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