appendChild methodDevelopers.QuiXappendChild HistoryHide minor edits - Show changes to markup November 09, 2007, at 07:29 AM
by -
Deleted line 0:
bocvarer October 27, 2007, at 10:00 PM
by -
Added line 1:
bocvarer June 18, 2007, at 12:45 PM
by -
Changed lines 3-4 from:
The appendChild appends a widget to the widgets collection. This is the method you should call if you want to add new widgets. to:
The appendChild appends a widget to the widgets collection. This is the method you should call if you want to dynamically add new widgets to you UI. June 07, 2007, at 06:30 PM
by -
Changed line 20 from:
left : offset, to:
left : 4, June 07, 2007, at 06:30 PM
by -
Added lines 5-6:
SyntaxJune 07, 2007, at 06:29 PM
by -
Added lines 12-25:
Example
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 06:26 PM
by -
Added lines 1-11:
The appendChild appends a widget to the widgets collection. This is the method you should call if you want to add new widgets.
|
|||||||
|
Page last modified on November 09, 2007, at 07:29 AM
|
|||||||