Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

Widget class

Developers.QuiXWidget History

Hide minor edits - Show changes to markup

October 01, 2007, at 11:39 AM by Thomas Bellos -
Changed lines 18-19 from:
to:
October 01, 2007, at 11:29 AM by Thomas Bellos -
Changed lines 18-19 from:
to:
June 09, 2006, at 11:16 AM by Tassos Koutsovassilis -
Changed lines 5-6 from:

This is the base class for all QuiX controls, and it implements a simple rectangle.

to:

This is the base class for all QuiX controls, implementing a simple rectangle.

June 08, 2006, at 03:55 PM by Tassos Koutsovassilis -
Added lines 7-15:

Syntax

QuiX XML
<qx:rect xmlns:qx="http://www.innoscript.org/quix" width="180" height="24">
</qx:rect>
JavaScriptnew Widget({width:180, height:24})
May 30, 2006, at 03:16 PM by Tassos Koutsovassilis -
Changed lines 11-13 from:

Methods

to:
May 30, 2006, at 03:12 PM by Tassos Koutsovassilis -
Changed lines 9-10 from:
to:
May 30, 2006, at 03:03 PM by Tassos Koutsovassilis -
Changed lines 9-10 from:
to:
May 30, 2006, at 03:02 PM by Tassos Koutsovassilis -
Changed lines 9-10 from:
to:
May 30, 2006, at 03:02 PM by Tassos Koutsovassilis -
Changed lines 9-10 from:
to:
May 30, 2006, at 03:01 PM by Tassos Koutsovassilis -
Added lines 9-10:
May 30, 2006, at 02:59 PM by Tassos Koutsovassilis -
Added lines 1-9:

(:title Widget class:)

Description

This is the base class for all QuiX controls, and it implements a simple rectangle.

Properties

Methods

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