Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

minw Property

Developers.QuiXminw History

Hide minor edits - Show changes to markup

October 01, 2007, at 11:49 AM by Thomas Bellos -
Added lines 1-16:

(:title minw Property:)

Gets or sets widget's minimum width. No resizing below the assigned value is possible.

Syntax

QuiX XML
<qx:rect xmlns:qx="http://www.innoscript.org/quix" minw="450">
</qx:rect>
JavaScriptwidget.minw=450;

Possible values

The minw property must be an integer or a function.

Page last modified on October 01, 2007, at 11:49 AM