Ext.get("#attributes.renderTo#").createChild({
tag: "#attributes.tag#", html: "#JSStringFormat(html)#"
, class: "#JSStringFormat(attributes.class)#"
, class: #attributes.classJS#
, id: "#JSStringFormat(attributes.id)#"
, id: #attributes.idJS#
, style: "#JSStringFormat(attributes.style)#"
, style: #attributes.styleJS#
}
,#attributes.insertBefore#
);