var #attributes.var# = new Ext.ColorPalette({
allowDomMove: #attributes.allowDomMove#,
allowReselect: #attributes.allowReselect#,
applyTo: "#JSStringFormat(attributes.applyTo)#",
applyTo: #attributes.applyToJS#,
autoShow: #attributes.autoShow#,
cls: "#JSStringFormat(attributes.cls)#",
cls: #attributes.clsJS#,
ctCls: "#JSStringFormat(attributes.ctCls)#",
ctCls: #attributes.ctClsJS#,
disabled: #attributes.disabled#,
disabledClass: "#JSStringFormat(attributes.disabledClass)#",
disabledClass: #attributes.disabledClassJS#,
hidden: #attributes.hidden#,
hideMode: "#JSStringFormat(attributes.hideMode)#",
hideMode: #attributes.hideModeJS#,
hideParent: #attributes.hideParent#,
id: "#JSStringFormat(attributes.id)#",
id: #attributes.idJS#,
itemCls: "#JSStringFormat(attributes.itemCls)#",
itemCls: #attributes.itemClsJS#,
listeners: #attributes.listeners#,
overCls: "#JSStringFormat(attributes.overCls)#",
overCls: #attributes.overClsJS#,
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#,
tpl: "#JSStringFormat(attributes.tpl)#",
tpl: #attributes.tplJS#,
value: "#JSStringFormat(attributes.value)#",
value: #attributes.valueJS#,
xtype: "#JSStringFormat(attributes.xtype)#",
xtype: #attributes.xtypeJS#,
#attributes.passThrough#,
listeners: { #ArrayKeyToList(thisTag.listeners, "_out")# },
tpl: #thisTag.tpl[1]._out#,
colors: #attributes.colors#,
dummy: true
});