Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

appendChild method

Developers.QuiXappendChild History

Hide minor edits - Show changes to output

November 09, 2007, at 12:29 PM by 195.200.193.51 -
Deleted line 0:
bocvarer
October 28, 2007, at 02:00 AM by 140.128.20.205 -
Added line 1:
bocvarer
June 18, 2007, at 04:45 PM by Tassos Koutsovassilis -
Changed lines 3-4 from:
The '''appendChild''' appends a widget to the [[(QuiX)widgets]] collection. This is the method you should call if you want to add new widgets.
to:
The '''appendChild''' appends a widget to the [[(QuiX)widgets]] collection. This is the method you should call if you want to dynamically add new widgets to you UI.
June 07, 2007, at 10:30 PM by Tassos Koutsovassilis -
Changed line 20 from:
left : offset,
to:
left : 4,
June 07, 2007, at 10:30 PM by Tassos Koutsovassilis -
Added lines 5-6:
!! Syntax
June 07, 2007, at 10:29 PM by Tassos Koutsovassilis -
Added lines 12-25:
!! Example

%code%
[@
var lbl = new Label({
height : '100%',
left : offset,
top : 2,
width : 40,
border : 1,
caption : "A sample label"
});
widget.appendChild(lbl);
@]
June 07, 2007, at 10:26 PM by Tassos Koutsovassilis -
Added lines 1-11:
(:title appendChild method:)

The '''appendChild''' appends a widget to the [[(QuiX)widgets]] collection. This is the method you should call if you want to add new widgets.

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.appendChild(oNewWidget);
@]||
||!Parameters|| ''oWidget'' : Required. The widget to append. ||
||!Returns|| - ||
Page last modified on November 09, 2007, at 12:29 PM