Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

cellPadding Property

Developers.QuiXListViewcellPadding 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.'''cellPadding''' = 2; ||


to:
||!`JavaScript||lst.'''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 "[[(Developers.QuiXListView)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 "[[(Developers.QuiXListView)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 "[[(Developers.QuiXListView)rerfresh]]" method.

!!Syntax

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


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