Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

maxvalue Property

Developers.QuiXProgressBarmaxvalue History

Hide minor edits - Show changes to markup

October 15, 2007, at 09:20 AM by Thomas Bellos -
Changed line 13 from:
ReturnsInteger ProgressBar? maximum value.
to:
ReturnsInteger 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:
ReturnsInteger 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:
JavaScriptpb.maxvalue=150;
to:
JavaScriptvar 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

QuiX XML
<qx:progressbar xmlns:qx="http://www.innoscript.org/quix" maxvalue="150">
</qx:progressbar>
JavaScriptpb.maxvalue=150;

Possible values

The maxvalue property must be an integer.

Page last modified on October 15, 2007, at 09:20 AM