var #attributes.var# = new Ext.form.Label({
allowDomMove: #attributes.allowDomMove#,
applyTo: "#JSStringFormat(attributes.applyTo)#",
applyTo: #attributes.applyToJS#,
autoEl: "#JSStringFormat(attributes.autoEl)#",
autoEl: #attributes.autoElJS#,
autoHeight: #attributes.autoHeight#,
autoShow: #attributes.autoShow#,
autoWidth: #attributes.autoWidth#,
cls: "#JSStringFormat(attributes.cls)#",
cls: #attributes.clsJS#,
ctCls: "#JSStringFormat(attributes.ctCls)#",
ctCls: #attributes.ctClsJS#,
disabled: #attributes.disabled#,
disabledClass: "#JSStringFormat(attributes.disabledClass)#",
disabledClass: #attributes.disabledClassJS#,
forId: "#JSStringFormat(attributes.forId)#",
forId: #attributes.forIdJS#,
height: #attributes.height#,
hidden: #attributes.hidden#,
hideMode: "#JSStringFormat(attributes.hideMode)#",
hideMode: #attributes.hideModeJS#,
hideParent: #attributes.hideParent#,
html: "#JSStringFormat(attributes.html)#",
html: #attributes.htmlJS#,
id: "#JSStringFormat(attributes.id)#",
id: #attributes.idJS#,
listeners: #attributes.listeners#,
overCls: "#JSStringFormat(attributes.overCls)#",
overCls: #attributes.overClsJS#,
pageX: #attributes.pageX#,
pageY: #attributes.pageY#,
plugins: #attributes.plugins#,
renderTo: "#JSStringFormat(attributes.renderTo)#",
renderTo: #attributes.renderToJS#,
stateEvents: #attributes.stateEvents#,
stateId: "#JSStringFormat(attributes.stateId)#",
stateId: #attributes.stateIdJS#,
stateful: #attributes.stateful#,
style: "#JSStringFormat(attributes.style)#",
style: #attributes.styleJS#,
text: "#JSStringFormat(attributes.text)#",
text: #attributes.textJS#,
width: #attributes.width#,
x: #attributes.x#,
xtype: "#JSStringFormat(attributes.xtype)#",
xtype: #attributes.xtypeJS#,
y: #attributes.y#,
#attributes.passThrough#,
listeners: { #ArrayKeyToList(thisTag.listeners, "_out")# },
dummy: true
});