Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

ListView class

Developers.QuiXListView History

Hide minor edits - Show changes to markup

October 15, 2007, at 12:49 PM by Thomas Bellos -
Changed line 22 from:
to:
October 15, 2007, at 11:08 AM by Thomas Bellos -
Changed lines 18-19 from:
to:
October 15, 2007, at 11:07 AM by Thomas Bellos -
Changed lines 18-19 from:
to:
October 15, 2007, at 09:54 AM by Thomas Bellos -
Changed lines 14-15 from:
JavaScriptvar lst = new ListView?({width:'100%', height:'100%', multiple:true, id:'list'})
to:
JavaScriptvar lst = new ListView({width:'100%', height:'100%', multiple:true, id:'list'})
Changed lines 18-19 from:
to:
October 15, 2007, at 09:50 AM by Thomas Bellos -
Added lines 1-22:

(:title ListView class:)

Description

This is the class for creating a ListView QuiX widget.

Syntax

QuiX XML
<qx:listview xmlns:qx="http://www.innoscript.org/quix" width="100%" height="100%" multiple="true" id="list">
</qx:listview>
JavaScriptvar lst = new ListView?({width:'100%', height:'100%', multiple:true, id:'list'})

Properties

attributes, contextMenu, div, height, left, minh , minw , top, tooltip , widgets, width

Methods

addPaddingOffset, appendChild, attachEvent, bringToFront, clear, click, destroy, detach, detachEvent, disable, enable, getBgColor, getBorderWidth, getDisplay, getHeight, getId, getLeft, getOverflow, getParentByType, getPadding, getPosition, getScreenLeft, getScreenTop, getTop, getWidgetById, getWidgetsByType, getWidth, hide, moveTo, print, parseFromString, parseFromUrl, redraw, resize, setBgColor, setBorderWidth, setDisplay, setId, setOverflow, setPadding, setPosition, show

Page last modified on October 15, 2007, at 12:49 PM