Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

maxvalue Property

Developers.QuiXProgressBarmaxvalue History

Hide minor edits - Show changes to output

October 15, 2007, at 09:20 AM by Thomas Bellos -
Changed line 13 from:
||!Returns||''Integer'' ProgressBar maximum value. ||
to:
||!Returns||''Integer'' `ProgressBar maximum value. ||
October 15, 2007, at 09:20 AM by Thomas Bellos -
Changed lines 3-4 from:
Gets the progressbar's maximum value.
to:
Gets the progressbar's maximum value. Setting this value during runtime, will have no affect to the widget. It must be set only during the widget's initialization.
Changed lines 13-16 from:

!! Possible values

The ''maxvalue'' property must be an integer.
to:
||!Returns||''Integer'' ProgressBar maximum value. ||
October 15, 2007, at 09:17 AM by Thomas Bellos -
Changed lines 3-4 from:
Gets or sets the progressbar's maximum value.
to:
Gets the progressbar's maximum value.
Changed lines 12-13 from:
||!`JavaScript||pb.'''maxvalue'''=150; ||
to:
||!`JavaScript||var maxvalue = pb.'''maxvalue'''; ||
October 15, 2007, at 09:12 AM by Thomas Bellos -
Changed lines 3-4 from:
Gets or sets progressbar's maximum value.
to:
Gets or sets the progressbar's maximum value.
October 15, 2007, at 09:11 AM by Thomas Bellos -
Added lines 1-16:
(:title maxvalue Property:)

Gets or sets progressbar's maximum value.

!!Syntax

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!`QuiX XML||[@
<qx:progressbar xmlns:qx="http://www.innoscript.org/quix" maxvalue="150">
</qx:progressbar>
@]||
||!`JavaScript||pb.'''maxvalue'''=150; ||

!! Possible values

The ''maxvalue'' property must be an integer.
Page last modified on October 15, 2007, at 09:20 AM