Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

nullText Property

Developers.QuiXListViewnullText History

Hide minor edits - Show changes to output

October 15, 2007, at 11:02 AM by Thomas Bellos -
Changed lines 12-13 from:
||!`JavaScript||lst.'''nullText''' = 'None'; [[<<]]
lst.refresh(); ||
to:
||!`JavaScript||lst.'''nullText''' = 'None'; [[<<]] lst.refresh(); ||
October 15, 2007, at 11:01 AM by Thomas Bellos -
Changed lines 12-13 from:
||!`JavaScript||lst.'''nullText''' = 'None'; ||
to:
||!`JavaScript||lst.'''nullText''' = 'None'; [[<<]]
lst.refresh(); ||
October 15, 2007, at 10:46 AM by Thomas Bellos -
Added lines 1-12:
(:title nullText Property:)

Gets or sets the widget's displayed value when encountering null or empty value. For the attribute to be applied, you need to refresh the widget by calling its "[[(Developers.QuiXListView)refresh]]" method.

!!Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!`QuiX XML||[@
<qx:listview xmlns:qx="http://www.innoscript.org/quix" nulltext="None">
</qx:listview>
@]||
||!`JavaScript||lst.'''nullText''' = 'None'; ||
Page last modified on October 15, 2007, at 11:02 AM