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.
| QuiX XML | <qx:listview xmlns:qx="http://www.innoscript.org/quix" nulltext="None"> </qx:listview> |
|---|---|
| JavaScript | lst.nullText = 'None'; lst.refresh(); |