var #attributes.var# = new Ext.Window({
activeItem: "#JSStringFormat(attributes.activeItem)#",
activeItem: #attributes.activeItemJS#,
allowDomMove: #attributes.allowDomMove#,
animCollapse: #attributes.animCollapse#,
animateTarget: "#JSStringFormat(attributes.animateTarget)#",
animateTarget: #attributes.animateTargetJS#,
applyTo: "#JSStringFormat(attributes.applyTo)#",
applyTo: #attributes.applyToJS#,
autoDestroy: #attributes.autoDestroy#,
autoHeight: #attributes.autoHeight#,
autoLoad: "#JSStringFormat(attributes.autoLoad)#",
autoLoad: #attributes.autoLoadJS#,
autoScroll: #attributes.autoScroll#,
autoShow: #attributes.autoShow#,
baseCls: "#JSStringFormat(attributes.baseCls)#",
baseCls: #attributes.baseClsJS#,
bbar: #attributes.bbar#,
bodyBorder: #attributes.bodyBorder#,
bodyStyle: "#JSStringFormat(attributes.bodyStyle)#",
bodyStyle: #attributes.bodyStyleJS#,
border: #attributes.border#,
bufferResize: #attributes.bufferResize#,
buttonAlign: "#JSStringFormat(attributes.buttonAlign)#",
buttonAlign: #attributes.buttonAlignJS#,
buttons: #attributes.buttons#,
closable: #attributes.closable#,
closeAction: "#JSStringFormat(attributes.closeAction)#",
closeAction: #attributes.closeActionJS#,
cls: "#JSStringFormat(attributes.cls)#",
cls: #attributes.clsJS#,
collapseFirst: #attributes.collapseFirst#,
collapsed: #attributes.collapsed#,
collapsedCls: "#JSStringFormat(attributes.collapsedCls)#",
collapsedCls: #attributes.collapsedClsJS#,
collapsible: #attributes.collapsible#,
constrain: #attributes.constrain#,
constrainHeader: #attributes.constrainHeader#,
contentEl: "#JSStringFormat(attributes.contentEl)#",
contentEl: #attributes.contentElJS#,
ctCls: "#JSStringFormat(attributes.ctCls)#",
ctCls: #attributes.ctClsJS#,
defaultButton: "#JSStringFormat(attributes.defaultButton)#",
defaultButton: #attributes.defaultButtonJS#,
defaultType: "#JSStringFormat(attributes.defaultType)#",
defaultType: #attributes.defaultTypeJS#,
defaults: #attributes.defaults#,
disabled: #attributes.disabled#,
disabledClass: "#JSStringFormat(attributes.disabledClass)#",
disabledClass: #attributes.disabledClassJS#,
draggable: #attributes.draggable#,
elements: "#JSStringFormat(attributes.elements)#",
elements: #attributes.elementsJS#,
expandOnShow: #attributes.expandOnShow#,
footer: #attributes.footer#,
header: #attributes.header#,
headerAsText: #attributes.headerAsText#,
height: #attributes.height#,
hidden: #attributes.hidden#,
hideBorders: #attributes.hideBorders#,
hideCollapseTool: #attributes.hideCollapseTool#,
hideMode: "#JSStringFormat(attributes.hideMode)#",
hideMode: #attributes.hideModeJS#,
hideParent: #attributes.hideParent#,
html: "#JSStringFormat(attributes.html)#",
html: #attributes.htmlJS#,
iconCls: "#JSStringFormat(attributes.iconCls)#",
iconCls: #attributes.iconClsJS#,
id: "#JSStringFormat(attributes.id)#",
id: #attributes.idJS#,
items: "#JSStringFormat(attributes.items)#",
items: #attributes.itemsJS#,
keys: #attributes.keys#,
layout: "#JSStringFormat(attributes.layout)#",
layout: #attributes.layoutJS#,
layoutConfig: #attributes.layoutConfig#,
listeners: #attributes.listeners#,
manager: #attributes.manager#,
maskDisabled: #attributes.maskDisabled#,
maximizable: #attributes.maximizable#,
minButtonWidth: #attributes.minButtonWidth#,
minHeight: #attributes.minHeight#,
minWidth: #attributes.minWidth#,
minimizable: #attributes.minimizable#,
modal: #attributes.modal#,
onEsc: #attributes.onEsc#,
overCls: "#JSStringFormat(attributes.overCls)#",
overCls: #attributes.overClsJS#,
pageX: #attributes.pageX#,
pageY: #attributes.pageY#,
plain: #attributes.plain#,
plugins: #attributes.plugins#,
renderTo: "#JSStringFormat(attributes.renderTo)#",
renderTo: #attributes.renderToJS#,
resizable: #attributes.resizable#,
resizeHandles: "#JSStringFormat(attributes.resizeHandles)#",
resizeHandles: #attributes.resizeHandlesJS#,
shadow: "#JSStringFormat(attributes.shadow)#",
shadow: #attributes.shadowJS#,
shadowOffset: #attributes.shadowOffset#,
shim: #attributes.shim#,
stateEvents: #attributes.stateEvents#,
stateId: "#JSStringFormat(attributes.stateId)#",
stateId: #attributes.stateIdJS#,
stateful: #attributes.stateful#,
style: "#JSStringFormat(attributes.style)#",
style: #attributes.styleJS#,
tabTip: "#JSStringFormat(attributes.tabTip)#",
tabTip: #attributes.tabTipJS#,
tbar: #attributes.tbar#,
title: "#JSStringFormat(attributes.title)#",
title: #attributes.titleJS#,
titleCollapse: #attributes.titleCollapse#,
tools: #attributes.tools#,
width: #attributes.width#,
x: #attributes.x#,
xtype: "#JSStringFormat(attributes.xtype)#",
xtype: #attributes.xtypeJS#,
y: #attributes.y#,
#attributes.passThrough#,
bbar: #thisTag.bbar[1]._out#,
buttons: [ #ArrayKeyToList(thisTag.buttons, "_out")# ],
items: [ #ArrayKeyToList(thisTag.items, "_out")# ],
listeners: { #ArrayKeyToList(thisTag.listeners, "_out")# },
tbar: #thisTag.tbar[1]._out#,
tools: [ #ArrayKeyToList(thisTag.tools, "_out")# ],
disabled: #attributes.disabled#,
html: "#_html#",
dummy: true
});
#attributes.var#.show();