Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

ProgressBar class

Developers.QuiXProgressBar History

Hide minor edits - Show changes to markup

October 15, 2007, at 09:15 AM by Thomas Bellos -
Changed lines 18-19 from:
to:
October 15, 2007, at 09:06 AM by Thomas Bellos -
Changed lines 5-6 from:

This is the class for creating a QuiX? Progress Bar.

to:

This is the class for creating a QuiX Progress Bar.

October 15, 2007, at 09:06 AM by Thomas Bellos -
Changed lines 11-12 from:

<qx:rect xmlns:qx="http://www.innoscript.org/quix" width="180" height="24"> </qx:rect>

to:

<qx:progressbar xmlns:qx="http://www.innoscript.org/quix" width="200" height="20" id="prBar" maxvalue="150"> </qx:progressbar>

Changed line 22 from:
to:
October 15, 2007, at 09:03 AM by 195.200.193.51 -
Changed lines 14-15 from:
JavaScriptnew ProgressBar({width:200, height:20, id='prBar'})
to:
JavaScriptvar pb = new ProgressBar({width:200, height:20, id='prBar'});
October 15, 2007, at 09:02 AM by 195.200.193.51 -
Changed lines 14-15 from:
JavaScriptnew ProgressBar?({width:200, height:20, id='prBar'})
to:
JavaScriptnew ProgressBar({width:200, height:20, id='prBar'})
October 15, 2007, at 09:01 AM by 195.200.193.51 -
Added lines 1-22:

(:title ProgressBar class:)

Description

This is the class for creating a QuiX? Progress Bar.

Syntax

QuiX XML
<qx:rect xmlns:qx="http://www.innoscript.org/quix" width="180" height="24">
</qx:rect>
JavaScriptnew ProgressBar?({width:200, height:20, id='prBar'})

Properties

maxvalue, value?

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 09:15 AM