Exemple #1
0
		/// <summary>Appends the passed element(s) to this element</summary>
		/// <param name="el"></param>
		/// <returns>Ext.Element</returns>
		public extern virtual void appendChild(CompositeElement el);
Exemple #2
0
 public Element appendChild(CompositeElement el) { throw new Exception(); }