From Porcupine wiki

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

Syntax

QuiX XML
<qx:listview xmlns:qx="http://www.innoscript.org/quix" nulltext="None">
</qx:listview>
JavaScriptlst.nullText = 'None';
lst.refresh();
Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXListViewnullText
Page last modified on October 15, 2007, at 11:02 AM