Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

maxvalue Property

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.

Syntax

QuiX XML
<qx:progressbar xmlns:qx="http://www.innoscript.org/quix" maxvalue="150">
</qx:progressbar>
JavaScriptvar maxvalue = pb.maxvalue;
ReturnsInteger ProgressBar maximum value.
Page last modified on October 15, 2007, at 09:20 AM