Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

trueImg Property

Developers.QuiXtrueImg History

Hide minor edits - Show changes to markup

October 15, 2007, at 11:11 AM by Thomas Bellos -
Changed line 12 from:
JavaScriptlst.trueImg = 'imgs/CustomImage?.gif';
lst.refresh();
to:
JavaScriptlst.trueImg = 'imgs/CustomImage.gif';
lst.refresh();
October 15, 2007, at 11:10 AM by Thomas Bellos -
Added lines 1-12:

(:title trueImg Property:)

Gets or sets the widget's displayed image for boolean values. For the new 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" trueimg="imgs/CustomImage.gif">
</qx:listview>
JavaScriptlst.trueImg = 'imgs/CustomImage?.gif';
lst.refresh();
Page last modified on October 15, 2007, at 11:11 AM