-
21 Feb 2011 12:18 AM #1
[FIXED] Ext designer crash after project loading
[FIXED] Ext designer crash after project loading
Hello,
I need help with Ext designer. The tool seems to have a problem. I created my project from scratch and saved it.
When I open it again it says that there is a script error and the tool asks to stop the script or keep it running. Whatever is my answer the program crashes (and it asks to send the crash report).
How can use the tool again with my project? I don't want to rebuild again my pages.
Thank you very mutch.
-
21 Feb 2011 6:51 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi, can you attach your .xds project file? We can take a look. Thanks.
-
22 Feb 2011 12:04 AM #3
I don't know if it is enough for you to understand the problem.Code:{ "name": "project.xds", "projectId": "A690D4BE-94C0-4DD7-8508-D06625A013BB", "settings": { "urlPrefix": "http://192.168.1.6/", "directAPI": "", "spacesToIndent": "4", "codeGenFormat": "Class", "extPath": "http://extjs.cachefly.net/ext-3.2.1/", "exportPath": "C:\\Program Files\\Embedthis Appweb\\web\\backup", "lineEnding": "LF", "instantiateStore": true, "exportXDSFiles": true, "genTimestamps": true }, "xdsVersion": "xds-1.0.3.2", "components": [ ......many components ...... ] "stores": [ { "id": "MyStore", "cid": "jsonstore", "jsClass": "astore", "snapToGrid": 10, "userConfig": { "storeId": "astore", "root": "ethIf", "idProperty": "Index", "url": "data/astore.json", "autoLoad": true }, ......more stores ...... ] }
I didn't publish all the components and just the first store so that the code can be easier to read. That is what happen, I load the project and then I have a pop up window which says "The script on this page appears to have a problem. Do you want to stop the script?". Whether I click yes or no the tool crashes and it is not possible to open it again.
Thanks again for the help.
-
22 Feb 2011 5:50 AM #4Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
I'm afraid I need the wholllleee thing
You can attach the .xds file directly, but copy/paste is fine as long as it's in a code block like the above.
P.S. if some of it is private, you can email it to me at jarred [at] sencha.com.
-
15 Mar 2011 1:55 AM #5
I sent you a private mail from another mail address but you didn't answer.
So I attach you the project file here. Thank you for the help.
Code:{ "name": "project.xds", "projectId": "A690D4BE-94C0-4DD7-8508-D06625A013BB", "settings": { "urlPrefix": "http://192.168.1.50/", "directAPI": "", "spacesToIndent": "4", "codeGenFormat": "Class", "extPath": "/extbase/", "exportPath": "D:\\Sebastianim\\Desktop\\actual version", "lineEnding": "LF", "instantiateStore": true, "exportXDSFiles": true, "genTimestamps": true }, "xdsVersion": "xds-1.0.3.2", "components": [ { "id": "MyViewport", "cid": "viewport", "jsClass": "MyViewport", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": 2 }, "userConfig": { "layout": "vbox" }, "cn": [ { "id": "MyContainer", "cid": "container", "jsClass": "MyContainer", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "width": 862, "height": 100, "layout": "hbox", "flex": 1 }, "cn": [ { "id": "MyContainer1", "cid": "container", "jsClass": "MyContainer2", "snapToGrid": 10, "userConfig": { "flex": 2, "tpl": "", "layout": "fit", "autoShow": "-ext-undefined-", "html": "<img src='images/logo.jpg' alt=\"Logo\" vspace=5 hspace=5 />", "margins": "2 2 2 2" } }, { "id": "MyContainer2", "cid": "container", "jsClass": "MyContainer2", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 3, "layout": "vbox" }, "cn": [ { "id": "MyContainer3", "cid": "container", "jsClass": "MyContainer3", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 2, "layout": "hbox" }, "cn": [ { "id": "MyContainer52", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer59", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/green.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "InServiceSig" } }, { "id": "MyContainer61", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">In Service</p>", "layout": "-ext-undefined-" } } ] }, { "id": "MyContainer62", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer63", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/red.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "AllSig" } }, { "id": "MyContainer64", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">All</p>", "layout": "-ext-undefined-" } } ] }, { "id": "MyContainer65", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer66", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/gray.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "ReMallSig" } }, { "id": "MyContainer67", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">Rem All</p>", "layout": "-ext-undefined-" } } ] }, { "id": "MyContainer68", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer69", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/gray.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "RDISig" } }, { "id": "MyContainer70", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">RDI</p>", "layout": "-ext-undefined-" } } ] } ] }, { "id": "MyContainer51", "cid": "container", "jsClass": "MyContainer51", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 2, "layout": "hbox" }, "cn": [ { "id": "MyContainer53", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer54", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "", "flex": 1 } }, { "id": "MyContainer55", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "", "layout": "-ext-undefined-" } } ] }, { "id": "MyContainer56", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer57", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/gray.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "WarnSig" } }, { "id": "MyContainer58", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">Warn</p>", "layout": "-ext-undefined-" } } ] }, { "id": "MyContainer60", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer71", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/gray.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "RemWarnSig" } }, { "id": "MyContainer72", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">Rem Warn</p>", "layout": "-ext-undefined-" } } ] }, { "id": "MyContainer73", "cid": "container", "jsClass": "MyContainer52", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "html": "", "layout": "hbox" }, "cn": [ { "id": "MyContainer74", "cid": "container", "jsClass": "MyContainer59", "snapToGrid": 10, "userConfig": { "html": "<img src='images/gray.gif' alt=\"Logo\" vspace=5 hspace=5 />", "flex": 1, "id": "LoopSig" } }, { "id": "MyContainer75", "cid": "container", "jsClass": "MyContainer61", "snapToGrid": 10, "userConfig": { "flex": 2, "html": "<p style=\"font-size : 12px\">Loop</p>", "layout": "-ext-undefined-" } } ] } ] } ] }, { "id": "MyContainer4", "cid": "container", "jsClass": "MyContainer4", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 4, "layout": "hbox", "margins": "2 2 2 2" }, "cn": [ { "id": "MyContainer5", "cid": "container", "jsClass": "MyContainer4", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": 2 }, "userConfig": { "flex": 1, "layout": "vbox", "tpl": "", "html": "", "hideLabels": true }, "cn": [ { "id": "MyFieldSet2", "cid": "fieldset", "jsClass": "MyFieldSet2", "snapToGrid": 10, "userConfig": { "title": "Tx Freq", "flex": 1, "layout": "border", "border": "-ext-undefined-", "shadow": "-ext-undefined-", "shadowOffset": "-ext-undefined-", "unstyled": "-ext-undefined-", "margins": "", "style": "", "bodyStyle": "", "padding": "", "closable": "-ext-undefined-", "baseCls": "-ext-undefined-", "id": "TxFreq", "autoWidth": "-ext-undefined-", "header": "-ext-undefined-", "titleCollapse": "-ext-undefined-" } }, { "id": "MyFieldSet3", "cid": "fieldset", "jsClass": "MyFieldSet3", "snapToGrid": 10, "userConfig": { "title": "Rx Freq", "flex": 1, "layout": "border", "margins": "0 0 0 0", "id": "RxFreq" } } ] }, { "id": "MyContainer6", "cid": "container", "jsClass": "MyContainer5", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": 2 }, "userConfig": { "flex": 1, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet10", "cid": "fieldset", "jsClass": "MyFieldSet10", "snapToGrid": 10, "userConfig": { "title": "Tx Pwr", "flex": 1, "layout": "border", "border": "-ext-undefined-", "baseCls": "-ext-undefined-", "buttonAlign": "-ext-undefined-", "id": "TxPwr" } }, { "id": "MyFieldSet11", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "Rx Pwr", "flex": 1, "layout": "border", "id": "RxPwr" } } ] }, { "id": "MyContainer7", "cid": "container", "jsClass": "MyContainer7", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": 2 }, "userConfig": { "flex": 1, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet12", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "CS", "flex": 1, "layout": "border", "id": "CS" } }, { "id": "MyFieldSet13", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "Rem Rx Pwr", "flex": 1, "layout": "border", "id": "RemRxPwr" } } ] }, { "id": "MyContainer25", "cid": "container", "jsClass": "MyContainer7", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": 2 }, "userConfig": { "flex": 1, "layout": "vbox", "hidden": true }, "cn": [ { "id": "MyFieldSet21", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "Tx Mod", "flex": 1, "layout": "border", "id": "TxMod" } }, { "id": "MyFieldSet22", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "Rx Mod", "flex": 1, "layout": "border", "id": "RxMod" } } ] }, { "id": "MyContainer14", "cid": "container", "jsClass": "MyContainer7", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": 2 }, "userConfig": { "flex": 1, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet14", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "Tx Rate", "flex": 1, "layout": "border", "id": "TxRate" } }, { "id": "MyFieldSet15", "cid": "fieldset", "jsClass": "MyFieldSet11", "snapToGrid": 10, "userConfig": { "title": "Rx Rate", "flex": 1, "layout": "border", "id": "RxRate" } } ] } ] } ] }, { "id": "MyContainer8", "cid": "container", "jsClass": "MyContainer1", "snapToGrid": 10, "userConfig": { "flex": 2, "layout": "border", "margins": "0 0 0 0" }, "cn": [ { "id": "MyTreePanel", "cid": "treepanel", "jsClass": "MyTreePanel", "snapToGrid": 10, "userConfig": { "title": "Main Menu", "flex": 1, "region": "west", "split": true, "width": 177, "hidden": "-ext-undefined-", "hideParent": "-ext-undefined-", "rootVisible": false, "id": "mainmenuid" }, "cn": [ { "id": "MyAsyncTreeNode", "cid": "asynctreenode", "jsClass": "MyAsyncTreeNode", "dock": "root", "snapToGrid": 10, "userConfig": { "text": "Tree Node", "cls": "", "id": "mymenuid" }, "cn": [ { "id": "MyTreeNode", "cid": "treenode", "jsClass": "MyTreeNode", "snapToGrid": 10, "userConfig": { "text": "Interfaces", "leaf": "-ext-undefined-", "id": "Interfacesid", "singleClickExpand": true }, "cn": [ { "id": "MyTreeNode6", "cid": "treenode", "jsClass": "MyTreeNode", "snapToGrid": 10, "userConfig": { "text": "Radio", "leaf": true, "href": "-ext-undefined-", "id": "radioid", "singleClickExpand": true, "hrefTarget": "#RadioInterfaceTab" } }, { "id": "MyTreeNode7", "cid": "treenode", "jsClass": "MyTreeNode7", "snapToGrid": 10, "userConfig": { "text": "Ethernet", "leaf": true, "id": "ethernetid", "singleClickExpand": true } }, { "id": "MyTreeNode8", "cid": "treenode", "jsClass": "MyTreeNode8", "snapToGrid": 10, "userConfig": { "text": "TDM", "leaf": true, "id": "tdmid", "singleClickExpand": true } } ] }, { "id": "MyTreeNode1", "cid": "treenode", "jsClass": "MyTreeNode1", "snapToGrid": 10, "userConfig": { "text": "Equipment", "id": "Equipmentid", "singleClickExpand": true }, "cn": [ { "id": "MyTreeNode9", "cid": "treenode", "jsClass": "MyTreeNode9", "snapToGrid": 10, "userConfig": { "text": "System Settings", "leaf": true, "id": "SystemSettingsId", "singleClickExpand": true } }, { "id": "MyTreeNode10", "cid": "treenode", "jsClass": "MyTreeNode10", "snapToGrid": 10, "userConfig": { "text": "Inventory and Housekeeping", "leaf": true, "id": "InventoryHousekeepingid", "singleClickExpand": true } }, { "id": "MyTreeNode11", "cid": "treenode", "jsClass": "MyTreeNode11", "snapToGrid": 10, "userConfig": { "text": "Protection", "leaf": true, "id": "Protectionid", "singleClickExpand": true } }, { "id": "MyTreeNode12", "cid": "treenode", "jsClass": "MyTreeNode12", "snapToGrid": 10, "userConfig": { "text": "Logs", "leaf": true, "id": "Logsid", "singleClickExpand": true } } ] }, { "id": "MyTreeNode2", "cid": "treenode", "jsClass": "MyTreeNode2", "snapToGrid": 10, "userConfig": { "text": "Configuration files", "id": "Configurationfilesid", "singleClickExpand": true }, "cn": [ { "id": "MyTreeNode13", "cid": "treenode", "jsClass": "MyTreeNode13", "snapToGrid": 10, "userConfig": { "text": "Backup", "leaf": true, "id": "backupid", "singleClickExpand": true } }, { "id": "MyTreeNode14", "cid": "treenode", "jsClass": "MyTreeNode14", "snapToGrid": 10, "userConfig": { "text": "Restore", "leaf": true, "id": "restoreid", "singleClickExpand": true } } ] }, { "id": "MyTreeNode3", "cid": "treenode", "jsClass": "MyTreeNode3", "snapToGrid": 10, "userConfig": { "text": "External links", "id": "Externallinksid", "singleClickExpand": true }, "cn": [ { "id": "MyTreeNode15", "cid": "treenode", "jsClass": "MyTreeNode15", "snapToGrid": 10, "userConfig": { "text": "Remote Main Terminal", "leaf": true, "id": "RemoteMainTerminalid", "singleClickExpand": true } }, { "id": "MyTreeNode16", "cid": "treenode", "jsClass": "MyTreeNode16", "snapToGrid": 10, "userConfig": { "text": "Mate Terminal", "leaf": true, "id": "MateTerminalid", "singleClickExpand": true } }, { "id": "MyTreeNode17", "cid": "treenode", "jsClass": "MyTreeNode17", "snapToGrid": 10, "userConfig": { "text": "Remote Protection Terminal", "leaf": true, "id": "RemoteProtectionTerminalid", "singleClickExpand": true } } ] }, { "id": "MyTreeNode4", "cid": "treenode", "jsClass": "MyTreeNode3", "snapToGrid": 10, "userConfig": { "text": "Admin", "id": "adminid", "singleClickExpand": true }, "cn": [ { "id": "MyTreeNode18", "cid": "treenode", "jsClass": "MyTreeNode18", "snapToGrid": 10, "userConfig": { "text": "Upgrade", "leaf": true, "id": "upgradeid", "singleClickExpand": true } }, { "id": "MyTreeNode19", "cid": "treenode", "jsClass": "MyTreeNode19", "snapToGrid": 10, "userConfig": { "text": "Restart", "leaf": true, "id": "restartid", "singleClickExpand": true } }, { "id": "MyTreeNode20", "cid": "treenode", "jsClass": "MyTreeNode20", "snapToGrid": 10, "userConfig": { "text": "Password", "leaf": true, "id": "Passwordid", "singleClickExpand": true } }, { "id": "MyTreeNode5", "cid": "treenode", "jsClass": "MyTreeNode3", "snapToGrid": 10, "userConfig": { "text": "Performances", "id": "Performancesid", "singleClickExpand": true }, "cn": [ { "id": "MyTreeNode21", "cid": "treenode", "jsClass": "MyTreeNode21", "snapToGrid": 10, "userConfig": { "text": "Radio Channel", "leaf": true, "id": "RadioChannelid", "singleClickExpand": true } }, { "id": "MyTreeNode22", "cid": "treenode", "jsClass": "MyTreeNode22", "snapToGrid": 10, "userConfig": { "text": "Radio Rx Power", "leaf": true, "id": "RadioRxPowerid", "singleClickExpand": true } } ] }, { "id": "MyTreeNode23", "cid": "treenode", "jsClass": "MyTreeNode23", "snapToGrid": 10, "userConfig": { "text": "Statistics", "leaf": true, "id": "Statisticsid", "singleClickExpand": true } } ] } ] }, { "id": "MyTreeLoader", "cid": "treeloader", "jsClass": "MyTreeLoader", "dock": "loader", "snapToGrid": 10, "userConfig": { "url": "-ext-undefined-" } } ] }, { "id": "MyTabPanel", "cid": "tabpanel", "jsClass": "MyTabPanel", "snapToGrid": 10, "userConfig": { "activeTab": 1, "flex": 1, "region": "center", "width": 100, "margins": "0 0 0 0", "closable": true, "id": "tabPanelId" }, "cn": [ { "id": "MyPanel2", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "System Status", "layout": "hbox", "bodyStyle": "", "padding": "", "closable": "-ext-undefined-", "id": "SystemStatusTab" }, "cn": [ { "id": "MyContainer15", "cid": "container", "jsClass": "MyContainer7", "snapToGrid": 10, "layoutConfig": { "align": "stretch", "padding": "" }, "userConfig": { "flex": 1, "margins": "", "layout": "vbox" }, "cn": [ { "id": "MyFieldSet4", "cid": "fieldset", "jsClass": "MyFieldSet4", "snapToGrid": 10, "userConfig": { "title": "Settings", "layout": "hbox", "flex": 6, "margins": "5 5 5 5 " }, "cn": [ { "id": "MyContainer16", "cid": "container", "jsClass": "MyContainer10", "snapToGrid": 10, "userConfig": { "region": "center", "layout": "form", "labelPad": 50, "autoScroll": "-ext-undefined-", "flex": 1 }, "cn": [ { "id": "MyDisplayField6", "cid": "displayfield", "jsClass": "MyDisplayField6", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Link Identifier", "anchor": "100%", "tabIndex": "-ext-undefined-", "autoWidth": "-ext-undefined-", "id": "LinkIdentifier", "autoShow": "-ext-undefined-" } }, { "id": "MyDisplayField7", "cid": "displayfield", "jsClass": "MyDisplayField7", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Location Name", "anchor": "100%", "id": "LocationName" } }, { "id": "MyDisplayField8", "cid": "displayfield", "jsClass": "MyDisplayField8", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "System Name", "anchor": "100%", "id": "SystemName" } }, { "id": "MyDisplayField9", "cid": "displayfield", "jsClass": "MyDisplayField9", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Configuration", "anchor": "100%", "id": "ConfigurationId" } }, { "id": "MyDisplayField10", "cid": "displayfield", "jsClass": "MyDisplayField9", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Protection", "anchor": "100%", "id": "ProtectionId" } }, { "id": "MyDisplayField11", "cid": "displayfield", "jsClass": "MyDisplayField9", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "IP address", "anchor": "100%", "id": "IPaddress" } }, { "id": "MyDisplayField34", "cid": "displayfield", "jsClass": "MyDisplayField9", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "TDMoP device address 1-8", "anchor": "100%", "id": "TDMoP18", "hidden": "-ext-undefined-" } } ] }, { "id": "MyContainer17", "cid": "container", "jsClass": "MyContainer10", "snapToGrid": 10, "userConfig": { "region": "center", "layout": "form", "labelPad": 50, "autoScroll": "-ext-undefined-", "flex": 1 }, "cn": [ { "id": "MyDisplayField12", "cid": "displayfield", "jsClass": "MyDisplayField6", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Mate address", "anchor": "100%", "tabIndex": "-ext-undefined-", "autoWidth": "-ext-undefined-", "id": "Mateaddress" } }, { "id": "MyDisplayField13", "cid": "displayfield", "jsClass": "MyDisplayField7", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Remote address", "anchor": "100%", "id": "Remoteaddress" } }, { "id": "MyDisplayField35", "cid": "displayfield", "jsClass": "MyDisplayField7", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "Mate Remote address", "anchor": "100%", "id": "MateRemoteaddress" } }, { "id": "MyDisplayField14", "cid": "displayfield", "jsClass": "MyDisplayField8", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "OS address", "anchor": "100%", "id": "OSaddress" } }, { "id": "MyDisplayField16", "cid": "displayfield", "jsClass": "MyDisplayField9", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "SW version", "anchor": "100%", "id": "SWversion" } }, { "id": "MyDisplayField39", "cid": "displayfield", "jsClass": "MyDisplayField9", "snapToGrid": 10, "userConfig": { "value": "---", "fieldLabel": "TDMoP device address 9-16", "anchor": "100%", "id": "TDMoP916" } } ] } ] }, { "id": "MyFieldSet5", "cid": "fieldset", "jsClass": "MyFieldSet4", "snapToGrid": 10, "userConfig": { "title": "Radio Measures", "layout": "border", "flex": 4, "margins": "5 5 5 5" }, "cn": [ { "id": "MyListView1", "cid": "listview", "jsClass": "MyListView1", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "MyStoreRadioMeasures", "region": "center", "id": "" }, "cn": [ { "id": "MyColumn3", "cid": "lvcolumn", "jsClass": "MyColumn3", "snapToGrid": 10, "userConfig": { "header": "Measure", "width": 0.25, "dataIndex": "Measure" } }, { "id": "MyColumn4", "cid": "lvcolumn", "jsClass": "MyColumn4", "snapToGrid": 10, "userConfig": { "header": "Min", "dataIndex": "Min", "align": "right" } }, { "id": "MyColumn5", "cid": "lvcolumn", "jsClass": "MyColumn5", "snapToGrid": 10, "userConfig": { "header": "Max", "dataIndex": "Max", "align": "right" } }, { "id": "MyColumn6", "cid": "lvcolumn", "jsClass": "MyColumn5", "snapToGrid": 10, "userConfig": { "header": "Mean", "dataIndex": "Mean", "align": "right" } }, { "id": "MyColumn7", "cid": "lvcolumn", "jsClass": "MyColumn5", "snapToGrid": 10, "userConfig": { "header": "Unit", "dataIndex": "Unit", "align": "right" } } ] } ] }, { "id": "MyContainer26", "cid": "container", "jsClass": "MyContainer26", "snapToGrid": 10, "layoutConfig": { "align": "middle", "pack": "center" }, "userConfig": { "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyButton4", "cid": "button", "jsClass": "MyButton4", "snapToGrid": 10, "userConfig": { "text": "Clear", "flex": 1, "width": 100 } } ] } ] }, { "id": "MyContainer19", "cid": "container", "jsClass": "MyContainer9", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "margins": "", "layout": "vbox" }, "cn": [ { "id": "MyFieldSet6", "cid": "fieldset", "jsClass": "MyFieldSet4", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Alarms", "layout": "vbox", "flex": 1, "margins": "5 5 5 5", "autoScroll": "-ext-undefined-" }, "cn": [ { "id": "MyFieldSet7", "cid": "fieldset", "jsClass": "MyFieldSet7", "snapToGrid": 10, "userConfig": { "title": "Ethernet", "flex": 3, "layout": "border" }, "cn": [ { "id": "MyListView", "cid": "listview", "jsClass": "MyListView", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "MyStoreEthIf", "autoScroll": "-ext-undefined-", "width": 306, "height": 107, "itemId": "", "id": "MyStoreEthIfMIO", "region": "center", "blockRefresh": "-ext-undefined-", "autoShow": true }, "cn": [ { "id": "MyColumn", "cid": "lvcolumn", "jsClass": "MyColumn", "snapToGrid": 10, "userConfig": { "header": "Index", "width": 0.25, "dataIndex": "Index" } }, { "id": "MyColumn1", "cid": "lvcolumn", "jsClass": "MyColumn1", "snapToGrid": 10, "userConfig": { "header": "Status", "dataIndex": "Status", "width": "-ext-undefined-" } }, { "id": "MyColumn2", "cid": "lvcolumn", "jsClass": "MyColumn2", "snapToGrid": 10, "userConfig": { "header": "Alarms", "dataIndex": "Alarms" } } ] } ] }, { "id": "MyFieldSet8", "cid": "fieldset", "jsClass": "MyFieldSet8", "snapToGrid": 10, "userConfig": { "title": "Radio", "flex": 2, "layout": "border" }, "cn": [ { "id": "MyListView2", "cid": "listview", "jsClass": "MyListView", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "MyStoreRadioIf", "autoScroll": "-ext-undefined-", "width": 306, "height": 107, "itemId": "", "id": "MyStoreRadioIfMIO", "region": "center" }, "cn": [ { "id": "MyColumn9", "cid": "lvcolumn", "jsClass": "MyColumn1", "snapToGrid": 10, "userConfig": { "header": "Status", "dataIndex": "Status", "width": "-ext-undefined-" } }, { "id": "MyColumn10", "cid": "lvcolumn", "jsClass": "MyColumn2", "snapToGrid": 10, "userConfig": { "header": "Alarms", "dataIndex": "Alarms" } } ] } ] }, { "id": "MyFieldSet9", "cid": "fieldset", "jsClass": "MyFieldSet8", "snapToGrid": 10, "userConfig": { "title": "Tdm", "flex": 4, "layout": "border" }, "cn": [ { "id": "MyGrid1", "cid": "grid", "jsClass": "MyGrid1", "snapToGrid": 10, "userConfig": { "title": "", "store": "MyStoreTdmIf", "region": "center", "autoExpandColumn": 1, "viewConfig": "" }, "cn": [ { "id": "MyColumn8", "cid": "gridcolumn", "jsClass": "MyColumn8", "snapToGrid": 10, "userConfig": { "dataIndex": "Index", "header": "Index", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "editable": false } }, { "id": "MyColumn11", "cid": "gridcolumn", "jsClass": "MyColumn11", "snapToGrid": 10, "userConfig": { "dataIndex": "Status", "header": "Status", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "align": "right", "editable": false } }, { "id": "MyColumn12", "cid": "gridcolumn", "jsClass": "MyColumn12", "snapToGrid": 10, "userConfig": { "dataIndex": "Alarms", "header": "Alarms", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "editable": false } }, { "id": "MyGridView", "cid": "gridview", "jsClass": "MyGridView", "dock": "view", "snapToGrid": 10, "dockCls": "Ext.grid.GridView" } ] } ] } ] } ] } ] }, { "id": "MyPanel", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Upgrade", "layout": "vbox", "bodyStyle": "", "padding": 10, "closable": true, "id": "UpgradeTab" }, "cn": [ { "id": "MyFieldSet", "cid": "fieldset", "jsClass": "MyFieldSet", "snapToGrid": 10, "userConfig": { "title": "Active Software", "flex": 1, "layout": "border" }, "cn": [ { "id": "MyContainer9", "cid": "container", "jsClass": "MyContainer15", "snapToGrid": 10, "userConfig": { "region": "west", "width": 100 } }, { "id": "MyContainer10", "cid": "container", "jsClass": "MyContainer17", "snapToGrid": 10, "userConfig": { "region": "center", "layout": "form", "margins": "10 10 10 10 ", "html": "", "split": "-ext-undefined-", "cmargins": "", "animFloat": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField", "cid": "displayfield", "jsClass": "MyDisplayField", "snapToGrid": 10, "userConfig": { "value": "Display Field", "fieldLabel": "Version", "anchor": "100%" } }, { "id": "MyDisplayField1", "cid": "displayfield", "jsClass": "MyDisplayField", "snapToGrid": 10, "userConfig": { "value": "Display Field", "fieldLabel": "Date", "anchor": "100%" } }, { "id": "MyDisplayField2", "cid": "displayfield", "jsClass": "MyDisplayField", "snapToGrid": 10, "userConfig": { "value": "Display Field", "fieldLabel": "Checksum", "anchor": "100%", "style": "" } } ] } ] }, { "id": "MyFieldSet1", "cid": "fieldset", "jsClass": "MyFieldSet1", "snapToGrid": 10, "userConfig": { "title": "Standby Software", "flex": 1, "layout": "border", "margins": "", "padding": "" }, "cn": [ { "id": "MyContainer11", "cid": "container", "jsClass": "MyContainer16", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "region": "west", "width": 100, "layout": "vbox" }, "cn": [ { "id": "MyButton", "cid": "button", "jsClass": "MyButton", "snapToGrid": 10, "userConfig": { "text": "Activate", "flex": 1, "margins": "10 10 10 10" } }, { "id": "MyButton1", "cid": "button", "jsClass": "MyButton1", "snapToGrid": 10, "userConfig": { "text": "Download", "flex": 1, "margins": "10 10 10 10", "id": "swdownload" } } ] }, { "id": "MyContainer12", "cid": "container", "jsClass": "MyContainer19", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "region": "center", "width": 100, "layout": "vbox", "margins": "10 10 10 10" }, "cn": [ { "id": "MyContainer13", "cid": "container", "jsClass": "MyContainer18", "snapToGrid": 10, "userConfig": { "layout": "form", "region": "center", "labelPad": "-ext-undefined-", "flex": 2 }, "cn": [ { "id": "MyDisplayField3", "cid": "displayfield", "jsClass": "MyDisplayField3", "snapToGrid": 10, "userConfig": { "value": "Display Field", "fieldLabel": "Version", "anchor": "100%" } }, { "id": "MyDisplayField4", "cid": "displayfield", "jsClass": "MyDisplayField4", "snapToGrid": 10, "userConfig": { "value": "Display Field", "fieldLabel": "Date", "anchor": "100%" } }, { "id": "MyDisplayField5", "cid": "displayfield", "jsClass": "MyDisplayField5", "snapToGrid": 10, "userConfig": { "value": "Display Field", "fieldLabel": "Checksum", "anchor": "100%" } } ] }, { "id": "MyProgressBar", "cid": "progress", "jsClass": "MyProgressBar", "snapToGrid": 10, "userConfig": { "value": 0.4, "width": 100, "region": "south", "height": "-ext-undefined-", "flex": 1, "autoHeight": true } } ] } ] } ] }, { "id": "MyPanel1", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "userConfig": { "title": "Ethernet Interface", "layout": "border", "bodyStyle": "", "padding": 10, "closable": true, "id": "EthernetInterfaceTab" }, "cn": [ { "id": "MyContainer50", "cid": "container", "jsClass": "MyContainer50", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "layout": "vbox", "region": "center" }, "cn": [ { "id": "MyContainer29", "cid": "container", "jsClass": "MyContainer29", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyFieldSet30", "cid": "fieldset", "jsClass": "MyFieldSet30", "snapToGrid": 10, "userConfig": { "title": "Config", "width": "-ext-undefined-", "flex": 1, "layout": "border", "margins": "2 2 2 2 " }, "cn": [ { "id": "MyEditorGrid", "cid": "editorgrid", "jsClass": "MyEditorGrid", "snapToGrid": 10, "userConfig": { "title": "", "store": "ethConfigStore", "titleCollapse": true, "region": "center", "autoExpandColumn": 1, "autoExpandMax": 500, "clicksToEdit": 1, "autoShow": true }, "cn": [ { "id": "MyColumn20", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "Label", "header": "Label", "sortable": true, "resizable": "-ext-undefined-", "width": 50, "editable": false, "tooltip": "Label associated to the port on the silk screen" }, "cn": [ { "id": "MyTextField1", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10, "userConfig": { "name": "Label" } } ] }, { "id": "MyColumn30", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "Name", "header": "Name", "sortable": true, "resizable": "-ext-undefined-", "width": 80 }, "cn": [ { "id": "MyTextField23", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn24", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "UserMode", "header": "User mode", "sortable": true, "resizable": "-ext-undefined-", "width": 80, "align": "right", "tooltip": "Specify if the port shall be used for user traffic" }, "cn": [ { "id": "MyCheckbox2", "cid": "checkbox", "jsClass": "MyCheckbox2", "snapToGrid": 10, "userConfig": { "boxLabel": "" } } ] }, { "id": "MyColumn21", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "Autoneg", "header": "Auto Negotation", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "align": "right" }, "cn": [ { "id": "MyCheckbox3", "cid": "checkbox", "jsClass": "MyCheckbox3", "snapToGrid": 10, "userConfig": { "boxLabel": "", "checked": true } } ] }, { "id": "MyColumn52", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "Speed", "header": "Speed", "sortable": true, "resizable": "-ext-undefined-", "width": 80, "align": "right" }, "cn": [ { "id": "MyCombo15", "cid": "combobox", "jsClass": "MyCombo8", "snapToGrid": 10, "userConfig": { "valueField": "speed", "displayField": "speed", "mode": "local", "store": "speedConfigStore", "triggerAction": "all" } } ] }, { "id": "MyColumn33", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "Duplex", "header": "Duplex", "sortable": true, "resizable": "-ext-undefined-", "width": 80, "align": "right" }, "cn": [ { "id": "MyCombo12", "cid": "combobox", "jsClass": "MyCombo8", "snapToGrid": 10, "userConfig": { "valueField": "Duplex", "displayField": "Duplex", "mode": "local", "store": "duplexConfigStore", "triggerAction": "all", "typeAhead": true } } ] }, { "id": "MyColumn22", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "FlowCtrl", "header": "Flow Control", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "align": "right" }, "cn": [ { "id": "MyCombo10", "cid": "combobox", "jsClass": "MyCombo8", "snapToGrid": 10, "userConfig": { "store": "interfaceTypeStore", "mode": "local", "valueField": "flowCtrl", "displayField": "flowCtrl" } } ] }, { "id": "MyColumn31", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "DefaultVID", "header": "Default VID", "sortable": true, "resizable": "-ext-undefined-", "width": 80 }, "cn": [ { "id": "MyTextField27", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn32", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "DefaultPriority", "header": "Default Prio", "sortable": true, "resizable": "-ext-undefined-", "width": 80 }, "cn": [ { "id": "MyTextField28", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] } ] }, { "id": "MyToolbar9", "cid": "toolbar", "jsClass": "MyToolbar9", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton12", "cid": "button", "jsClass": "MyButton12", "snapToGrid": 10, "userConfig": { "text": "Apply" } } ] } ] } ] }, { "id": "MyContainer28", "cid": "container", "jsClass": "MyContainer28", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyFieldSet31", "cid": "fieldset", "jsClass": "MyFieldSet30", "snapToGrid": 10, "userConfig": { "title": "Status", "width": "-ext-undefined-", "flex": 1, "layout": "border", "margins": "2 2 2 2 " }, "cn": [ { "id": "MyEditorGrid1", "cid": "editorgrid", "jsClass": "MyEditorGrid", "snapToGrid": 10, "userConfig": { "title": "", "store": "ethStatusStore", "titleCollapse": true, "region": "center", "autoExpandColumn": 1, "autoExpandMax": 500, "clicksToEdit": 1 }, "cn": [ { "id": "MyColumn23", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "Label", "header": "Label", "sortable": true, "resizable": "-ext-undefined-", "width": 50, "editable": false }, "cn": [ { "id": "MyTextField21", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10, "userConfig": { "name": "Label" } } ] }, { "id": "MyColumn27", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "SpeedDuplex", "header": "Speed/Duplex", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "editable": false }, "cn": [ { "id": "MyTextField26", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn26", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "FlowCtrl", "header": "Flow Control", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "editable": false }, "cn": [ { "id": "MyTextField25", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] } ] } ] }, { "id": "MyFieldSet33", "cid": "fieldset", "jsClass": "MyFieldSet30", "snapToGrid": 10, "userConfig": { "title": "QoS Settings", "width": "-ext-undefined-", "flex": 1, "layout": "border", "margins": "2 2 2 2 " }, "cn": [ { "id": "MyForm5", "cid": "form", "jsClass": "MyForm5", "snapToGrid": 10, "userConfig": { "title": "", "region": "center", "hideLabels": "-ext-undefined-" }, "cn": [ { "id": "MyCombo8", "cid": "combobox", "jsClass": "MyCombo8", "snapToGrid": 10, "userConfig": { "fieldLabel": "Qos key", "anchor": "100%", "store": "switchStore", "mode": "local", "triggerAction": "all", "valueField": "switchValue", "displayField": "switchValue" } }, { "id": "MyFieldSet34", "cid": "fieldset", "jsClass": "MyFieldSet34", "snapToGrid": 10, "userConfig": { "title": "Queues mapping" }, "cn": [ { "id": "MyTextField22", "cid": "textfield", "jsClass": "MyTextField22", "snapToGrid": 10, "userConfig": { "fieldLabel": "Priority 0", "anchor": "100%" } }, { "id": "MyTextField24", "cid": "textfield", "jsClass": "MyTextField22", "snapToGrid": 10, "userConfig": { "fieldLabel": "Priority 1", "anchor": "100%" } } ] }, { "id": "MyToolbar8", "cid": "toolbar", "jsClass": "MyToolbar8", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton11", "cid": "button", "jsClass": "MyButton11", "snapToGrid": 10, "userConfig": { "text": "Apply" } } ] } ] } ] } ] } ] } ] }, { "id": "MyPanel6", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "userConfig": { "title": "Tdm Interface", "layout": "border", "bodyStyle": "", "padding": 10, "closable": true, "id": "TdmInterfaceTab" }, "cn": [ { "id": "MyContainer27", "cid": "container", "jsClass": "MyContainer50", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "layout": "vbox", "region": "center" }, "cn": [ { "id": "MyFieldSet32", "cid": "fieldset", "jsClass": "MyFieldSet30", "snapToGrid": 10, "userConfig": { "title": "Config", "width": "-ext-undefined-", "flex": 1, "layout": "border" }, "cn": [ { "id": "MyEditorGrid2", "cid": "editorgrid", "jsClass": "MyEditorGrid", "snapToGrid": 10, "userConfig": { "title": "", "store": "tdmConfigStore", "titleCollapse": true, "region": "center", "autoExpandColumn": 1, "autoExpandMax": 100, "clicksToEdit": 1, "autoShow": true }, "cn": [ { "id": "MyColumn28", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "PortNumber", "header": "Port Number", "sortable": true, "resizable": "-ext-undefined-", "width": 70, "editable": false, "tooltip": "Click on the port number to show rows for the associated bundles" }, "cn": [ { "id": "MyTextField5", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn34", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "PortName", "header": "Port Name", "sortable": true, "resizable": "-ext-undefined-", "width": 90 }, "cn": [ { "id": "MyTextField29", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn36", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "e1Admin", "header": "Admin Status", "sortable": true, "resizable": "-ext-undefined-", "width": 90, "align": "right" }, "cn": [ { "id": "MyCombo11", "cid": "combobox", "jsClass": "MyCombo8", "snapToGrid": 10, "userConfig": { "valueField": "e1Admin", "displayField": "e1Admin", "mode": "local", "store": "e1AdminConfigStore" } } ] }, { "id": "MyColumn35", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "e1Type", "header": "Type", "sortable": true, "resizable": "-ext-undefined-", "width": 70, "align": "right" }, "cn": [ { "id": "MyCombo18", "cid": "combobox", "jsClass": "MyCombo8", "snapToGrid": 10, "userConfig": { "valueField": "e1Type", "displayField": "e1Type", "mode": "local", "store": "interfaceTypeStore" } } ] }, { "id": "MyColumn37", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "SrcBundle", "header": "Src Bundle", "sortable": true, "resizable": "-ext-undefined-", "width": 80, "align": "right" }, "cn": [ { "id": "MyTextField33", "cid": "textfield", "jsClass": "MyTextField33", "snapToGrid": 10 } ] }, { "id": "MyColumn42", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "SrcAddress", "header": "Src Address", "sortable": true, "resizable": "-ext-undefined-", "width": 80, "align": "right" }, "cn": [ { "id": "MyTextField35", "cid": "textfield", "jsClass": "MyTextField33", "snapToGrid": 10 } ] }, { "id": "MyColumn38", "cid": "gridcolumn", "jsClass": "MyColumn21", "snapToGrid": 10, "userConfig": { "dataIndex": "Timeslots", "header": "Timeslots", "sortable": true, "resizable": "-ext-undefined-", "width": 70, "align": "right" }, "cn": [ { "id": "MyTextField34", "cid": "textfield", "jsClass": "MyTextField34", "snapToGrid": 10 } ] }, { "id": "MyColumn39", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "ConnectionName", "header": "Connection Name", "sortable": true, "resizable": "-ext-undefined-", "width": 100 }, "cn": [ { "id": "MyTextField30", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn40", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "DstBundle", "header": "Dst Bundle", "sortable": true, "resizable": "-ext-undefined-", "width": 70 }, "cn": [ { "id": "MyTextField31", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn41", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "DstAddress", "header": "Dst Address", "sortable": true, "resizable": "-ext-undefined-", "width": 100 }, "cn": [ { "id": "MyTextField32", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10 } ] }, { "id": "MyColumn43", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "Connect", "header": "Connect", "sortable": true, "resizable": "-ext-undefined-", "width": 100 }, "cn": [ { "id": "MyCheckbox", "cid": "checkbox", "jsClass": "MyCheckbox", "snapToGrid": 10, "userConfig": { "boxLabel": "" } } ] } ] } ] } ] } ] }, { "id": "MyPanel3", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Logs", "layout": "vbox", "bodyStyle": "", "padding": 0, "titleCollapse": "-ext-undefined-", "closable": true, "id": "LogsTab" }, "cn": [ { "id": "MyGrid", "cid": "grid", "jsClass": "MyGrid", "snapToGrid": 10, "userConfig": { "title": "", "store": "MyStoreLogs", "region": "center", "flex": 12, "autoExpandColumn": 1, "autoExpandMax": 2000, "titleCollapse": true, "id": "LogsGrid" }, "cn": [ { "id": "MyColumn15", "cid": "datecolumn", "jsClass": "MyColumn15", "snapToGrid": 10, "userConfig": { "dataIndex": "Timestamp", "header": "Timestamp", "sortable": true, "resizable": "-ext-undefined-", "width": 150, "format": "m/d/Y h:m:s" } }, { "id": "MyColumn13", "cid": "gridcolumn", "jsClass": "MyColumn13", "snapToGrid": 10, "userConfig": { "dataIndex": "Event", "header": "Event", "sortable": true, "resizable": "-ext-undefined-", "width": 300 } }, { "id": "MyColumn14", "cid": "gridcolumn", "jsClass": "MyColumn13", "snapToGrid": 10, "userConfig": { "dataIndex": "Type", "header": "Type", "sortable": true, "resizable": "-ext-undefined-", "width": 100 } } ] }, { "id": "MyContainer18", "cid": "container", "jsClass": "MyContainer18", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "region": "south", "width": 100, "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyContainer21", "cid": "container", "jsClass": "MyContainer21", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyContainer24", "cid": "container", "jsClass": "MyContainer24", "snapToGrid": 10, "userConfig": { "flex": 2 }, "cn": [ { "id": "MyPagingToolbar", "cid": "pagingtoolbar", "jsClass": "MyPagingToolbar", "snapToGrid": 10, "userConfig": { "store": "(none)" } } ] }, { "id": "MyContainer22", "cid": "container", "jsClass": "MyContainer22", "snapToGrid": 10, "layoutConfig": { "align": "middle", "pack": "center" }, "userConfig": { "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyButton2", "cid": "button", "jsClass": "MyButton2", "snapToGrid": 10, "userConfig": { "text": "Delete all", "width": 100 } } ] }, { "id": "MyContainer23", "cid": "container", "jsClass": "MyContainer23", "snapToGrid": 10, "layoutConfig": { "align": "middle", "pack": "center" }, "userConfig": { "flex": 1, "layout": "hbox" }, "cn": [ { "id": "MyButton3", "cid": "button", "jsClass": "MyButton3", "snapToGrid": 10, "userConfig": { "text": "Export", "width": 100, "region": "center" } } ] } ] } ] } ] }, { "id": "MyPanel7", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "userConfig": { "title": "Statistics", "layout": "border", "bodyStyle": "", "padding": 0, "titleCollapse": "-ext-undefined-", "closable": true, "id": "StatisticsTab" }, "cn": [ { "id": "MyContainer33", "cid": "container", "jsClass": "MyContainer33", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "region": "center", "width": "-ext-undefined-", "layout": "vbox" }, "cn": [ { "id": "MyForm6", "cid": "form", "jsClass": "MyForm6", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1 }, "cn": [ { "id": "MyToolbar7", "cid": "toolbar", "jsClass": "MyToolbar7", "dock": "tbar", "snapToGrid": 10, "cn": [ { "id": "MyText", "cid": "tbtext", "jsClass": "MyText", "snapToGrid": 10, "userConfig": { "text": "Interface", "width": 80 } }, { "id": "MyCombo19", "cid": "combobox", "jsClass": "MyCombo19", "snapToGrid": 10, "userConfig": { "width": 100, "store": "interfaceTypeStore", "displayField": "interfaceType", "valueField": "interfaceType", "mode": "local", "triggerAction": "all" } }, { "id": "MyButton13", "cid": "button", "jsClass": "MyButton13", "snapToGrid": 10, "userConfig": { "text": "Reset", "width": 80 } }, { "id": "MyButton14", "cid": "button", "jsClass": "MyButton13", "snapToGrid": 10, "userConfig": { "text": "Freeze", "width": 80, "enableToggle": true } }, { "id": "MyCheckbox4", "cid": "checkbox", "jsClass": "MyCheckbox4", "snapToGrid": 10, "userConfig": { "boxLabel": "Enable/Disable" } }, { "id": "MyButton16", "cid": "button", "jsClass": "MyButton16", "snapToGrid": 10, "userConfig": { "text": "Export", "width": 80 } } ] } ] }, { "id": "MyFieldSet36", "cid": "fieldset", "jsClass": "MyFieldSet36", "snapToGrid": 10, "userConfig": { "title": "Free running counters", "layout": "border", "flex": 3, "margins": "2 2 2 2" }, "cn": [ { "id": "MyListView6", "cid": "listview", "jsClass": "MyListView3", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "currentRecordStore", "region": "center" }, "cn": [ { "id": "MyColumn66", "cid": "lvcolumn", "jsClass": "MyColumn25", "snapToGrid": 10, "userConfig": { "header": "Interval", "width": "-ext-undefined-", "dataIndex": "Interval" } }, { "id": "MyColumn67", "cid": "lvcolumn", "jsClass": "MyColumn29", "snapToGrid": 10, "userConfig": { "header": "Timestamp", "dataIndex": "Timestamp" } }, { "id": "MyColumn68", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Packets", "dataIndex": "InPackets" } }, { "id": "MyColumn69", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Octets", "dataIndex": "InOctets" } }, { "id": "MyColumn70", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Errors", "dataIndex": "InErrors" } }, { "id": "MyColumn71", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Discards", "dataIndex": "InDiscards" } }, { "id": "MyColumn72", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Packets", "dataIndex": "OutDiscards" } }, { "id": "MyColumn73", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Octets", "dataIndex": "OutOctets" } }, { "id": "MyColumn74", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Discards", "dataIndex": "OutDiscards" } }, { "id": "MyColumn75", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Monitored time", "dataIndex": "MonitoredTime" } } ] } ] }, { "id": "MyFieldSet37", "cid": "fieldset", "jsClass": "MyFieldSet37", "snapToGrid": 10, "userConfig": { "title": "Records", "flex": 12, "margins": "2 2 2 2", "layout": "border" }, "cn": [ { "id": "MyTabPanel1", "cid": "tabpanel", "jsClass": "MyTabPanel1", "snapToGrid": 10, "userConfig": { "activeTab": 0, "width": "-ext-undefined-", "region": "center" }, "cn": [ { "id": "MyPanel8", "cid": "panel", "jsClass": "MyPanel8", "snapToGrid": 10, "userConfig": { "title": "15 minutes", "layout": "border" }, "cn": [ { "id": "MyListView3", "cid": "listview", "jsClass": "MyListView3", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "record15mStore", "region": "center" }, "cn": [ { "id": "MyColumn25", "cid": "lvcolumn", "jsClass": "MyColumn25", "snapToGrid": 10, "userConfig": { "header": "Interval", "width": "-ext-undefined-", "dataIndex": "Interval" } }, { "id": "MyColumn29", "cid": "lvcolumn", "jsClass": "MyColumn29", "snapToGrid": 10, "userConfig": { "header": "Timestamp", "dataIndex": "Timestamp" } }, { "id": "MyColumn44", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Packets", "dataIndex": "InPackets" } }, { "id": "MyColumn48", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Octets", "dataIndex": "InOctets" } }, { "id": "MyColumn49", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Errors", "dataIndex": "InErrors" } }, { "id": "MyColumn50", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Discards", "dataIndex": "InDiscards" } }, { "id": "MyColumn51", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Packets", "dataIndex": "OutPackets" } }, { "id": "MyColumn53", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Octets", "dataIndex": "OutOctets" } }, { "id": "MyColumn57", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Discards", "dataIndex": "OutDiscards" } }, { "id": "MyColumn64", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Monitored time", "dataIndex": "MonitoredTime" } } ] } ] }, { "id": "MyPanel9", "cid": "panel", "jsClass": "MyPanel9", "snapToGrid": 10, "userConfig": { "title": "24 hours", "layout": "border" }, "cn": [ { "id": "MyListView5", "cid": "listview", "jsClass": "MyListView3", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "record24hStore", "region": "center" }, "cn": [ { "id": "MyColumn45", "cid": "lvcolumn", "jsClass": "MyColumn25", "snapToGrid": 10, "userConfig": { "header": "Interval", "width": "-ext-undefined-", "dataIndex": "Interval" } }, { "id": "MyColumn46", "cid": "lvcolumn", "jsClass": "MyColumn29", "snapToGrid": 10, "userConfig": { "header": "Timestamp", "dataIndex": "Timestamp" } }, { "id": "MyColumn47", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Packets", "dataIndex": "InPackets" } }, { "id": "MyColumn58", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Octets", "dataIndex": "InOctets" } }, { "id": "MyColumn59", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Errors", "dataIndex": "InErrors" } }, { "id": "MyColumn60", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "In Discards", "dataIndex": "InDiscards" } }, { "id": "MyColumn61", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Packets", "dataIndex": "OutDiscards" } }, { "id": "MyColumn62", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Octets", "dataIndex": "OutOctets" } }, { "id": "MyColumn63", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Out Discards", "dataIndex": "OutDiscards" } }, { "id": "MyColumn65", "cid": "lvcolumn", "jsClass": "MyColumn44", "snapToGrid": 10, "userConfig": { "header": "Monitored time", "dataIndex": "MonitoredTime" } } ] } ] } ] } ] } ] } ] }, { "id": "MyPanel4", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Radio Interface", "layout": "hbox", "bodyStyle": "", "padding": 5, "closable": true, "id": "RadioInterfaceTab" }, "cn": [ { "id": "MyContainer30", "cid": "container", "jsClass": "MyContainer30", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 2, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet16", "cid": "fieldset", "jsClass": "MyFieldSet", "snapToGrid": 10, "userConfig": { "title": "Radio Info", "layout": "border", "region": "center", "flex": 2, "margins": "2 2 2 2" }, "cn": [ { "id": "MyContainer20", "cid": "container", "jsClass": "MyContainer20", "snapToGrid": 10, "userConfig": { "region": "center", "layout": "form", "labelPad": 40, "labelWidth": 120, "id": "RadioInfoSect" }, "cn": [ { "id": "MyCompositeField", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx Min Frequency", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField18", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": "17000,00", "flex": 1, "fieldLabel": "Label", "id": "TxMinFrequency" } }, { "id": "MyDisplayField19", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "MHz", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyCompositeField2", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx Max Frequency", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField21", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": "17000,00", "flex": 1, "fieldLabel": "Label", "id": "TxMaxFrequency" } }, { "id": "MyDisplayField22", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "MHz", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyCompositeField1", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Rx Min Frequency", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField17", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": "17000,00", "flex": 1, "fieldLabel": "Label", "id": "RxMinFrequency" } }, { "id": "MyDisplayField20", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "MHz", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyCompositeField3", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Rx Max Frequency", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField23", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": "17000,00", "flex": 1, "fieldLabel": "Label", "id": "RxMaxFrequency" } }, { "id": "MyDisplayField24", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "MHz", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyCompositeField4", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx-Rx Shift", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField25", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": "17000,00", "flex": 1, "fieldLabel": "Label", "id": "TxRxShift" } }, { "id": "MyDisplayField26", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "MHz", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyCompositeField5", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Band Frequency", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField27", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": 17, "flex": 1, "fieldLabel": "Label", "id": "BandFrequency" } }, { "id": "MyDisplayField28", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "GHz", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyDisplayField29", "cid": "displayfield", "jsClass": "MyDisplayField29", "snapToGrid": 10, "userConfig": { "value": "1L", "fieldLabel": "Band descriptor", "anchor": "100%", "id": "BandDescriptor" } }, { "id": "MyCompositeField6", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx Min Power", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField30", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": -12, "flex": 1, "fieldLabel": "Label", "id": "TxMinPower" } }, { "id": "MyDisplayField31", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "dBm", "flex": 1, "fieldLabel": "Label" } } ] }, { "id": "MyCompositeField7", "cid": "compositefield", "jsClass": "MyCompositeField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx Max Power", "anchor": "100%", "id": "-ext-undefined-" }, "cn": [ { "id": "MyDisplayField32", "cid": "displayfield", "jsClass": "MyDisplayField18", "snapToGrid": 10, "userConfig": { "value": 15, "flex": 1, "fieldLabel": "Label", "id": "TxMaxPower" } }, { "id": "MyDisplayField33", "cid": "displayfield", "jsClass": "MyDisplayField19", "snapToGrid": 10, "userConfig": { "value": "dBm", "flex": 1, "fieldLabel": "Label" } } ] } ] } ] } ] }, { "id": "MyFieldSet17", "cid": "fieldset", "jsClass": "MyFieldSet1", "snapToGrid": 10, "userConfig": { "title": "Radio Config", "flex": 4, "layout": "border", "margins": "2 2 2 2", "padding": "" }, "cn": [ { "id": "MyUserComponent", "cid": "usercomponent", "jsClass": "MyForm7", "snapToGrid": 10, "userConfig": { "jsClass": "MyForm7", "userXType": "myform7", "height": 649, "width": 348, "region": "center" }, "userComponent": "MyForm7" } ] } ] }, { "id": "MyPanel5", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "System Settings", "layout": "hbox", "bodyStyle": "", "padding": 5, "closable": true, "id": "SystemSettingsTab" }, "cn": [ { "id": "MyContainer37", "cid": "container", "jsClass": "MyContainer24", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 9, "layout": "hbox" }, "cn": [ { "id": "MyContainer38", "cid": "container", "jsClass": "MyContainer32", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 6, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet26", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "System Config", "layout": "vbox", "region": "center", "margins": "2 2 2 2", "flex": 4 }, "cn": [ { "id": "MyForm2", "cid": "form", "jsClass": "MyForm2", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1, "border": false }, "cn": [ { "id": "MyCompositeField17", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true }, "cn": [ { "id": "MyDisplayField52", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "Configuration", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo1", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Label", "store": "systemConfigStore", "displayField": "systemConfig", "valueField": "systemConfig", "mode": "local", "triggerAction": "all", "editable": false, "id": "systemConfigBox" } } ] }, { "id": "MyCompositeField18", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true }, "cn": [ { "id": "MyDisplayField53", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "Protection", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo2", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "TestMode", "store": "protectionConfigStore", "mode": "local", "triggerAction": "all", "valueField": "protectionConfig", "editable": false, "displayField": "protectionConfig", "id": "protectionConfigBox" } } ] }, { "id": "MyToolbar4", "cid": "toolbar", "jsClass": "MyToolbar4", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton9", "cid": "button", "jsClass": "MyButton9", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "SystemConfigApply" } } ] } ] } ] }, { "id": "MyFieldSet29", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Protection", "layout": "vbox", "region": "center", "margins": "2 2 2 2", "flex": 4 }, "cn": [ { "id": "MyForm8", "cid": "form", "jsClass": "MyForm2", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1, "border": false }, "cn": [ { "id": "MyCompositeField19", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true }, "cn": [ { "id": "MyDisplayField40", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "Revertive mode", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo16", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Label", "store": "switchStore", "displayField": "switchValue", "valueField": "systemConfig", "mode": "local", "triggerAction": "all", "editable": false, "id": "RevertivemodeBox" } } ] }, { "id": "MyCompositeField20", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true }, "cn": [ { "id": "MyDisplayField41", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "Forced mode", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo17", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "TestMode", "store": "forcedModeStoreId", "mode": "local", "triggerAction": "all", "valueField": "protectionConfig", "editable": false, "displayField": "switchValue", "id": "ForcedmodeBox" } } ] }, { "id": "MyToolbar1", "cid": "toolbar", "jsClass": "MyToolbar4", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton15", "cid": "button", "jsClass": "MyButton9", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "ProtectionApply" } } ] } ] } ] } ] }, { "id": "MyContainer41", "cid": "container", "jsClass": "MyContainer32", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 6, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet28", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "System Identity", "layout": "vbox", "flex": 4, "margins": "2 2 2 2" }, "cn": [ { "id": "MyForm", "cid": "form", "jsClass": "MyForm", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1, "titleCollapse": true, "hideBorders": "-ext-undefined-", "border": false, "buttonAlign": "center" }, "cn": [ { "id": "MyTextField8", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Location name", "anchor": "100%", "id": "LocationnameField" } }, { "id": "MyTextField9", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "System name", "anchor": "100%", "id": "SystemnameField" } }, { "id": "MyTextField10", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Link name", "anchor": "100%", "id": "LinknameField" } }, { "id": "MyTextField11", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Encryption key", "anchor": "100%", "id": "EncryptionkeyField" } }, { "id": "MyToolbar", "cid": "toolbar", "jsClass": "MyToolbar", "dock": "fbar", "snapToGrid": 10, "cn": [ { "id": "MyButton6", "cid": "button", "jsClass": "MyButton6", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "SystemIdentityApply" } } ] } ] } ] }, { "id": "MyFieldSet27", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "System Time", "layout": "vbox", "margins": "2 2 2 2", "flex": 4 }, "cn": [ { "id": "MyForm4", "cid": "form", "jsClass": "MyForm4", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1, "border": false, "labelAlign": "-ext-undefined-", "buttonAlign": "center" }, "cn": [ { "id": "MyTextField37", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "id": "NTPserverField", "fieldLabel": "NTP server", "anchor": "100%" } }, { "id": "MyCompositeField9", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true, "hidden": true }, "cn": [ { "id": "MyDisplayField36", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "NTP server", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo5", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "TestMode", "store": "syncSourceStore", "mode": "local", "triggerAction": "all", "valueField": "timeZone", "editable": "-ext-undefined-", "displayField": "timeZone", "id": "NTPserverBox" } } ] }, { "id": "MyCompositeField11", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true }, "cn": [ { "id": "MyDisplayField38", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "Time zone", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo7", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "TestMode", "store": "timeZoneStore", "mode": "local", "triggerAction": "all", "valueField": "timeZone", "editable": false, "displayField": "timeZone", "id": "TimezoneBox" } } ] }, { "id": "MyCompositeField10", "cid": "compositefield", "jsClass": "MyCompositeField8", "snapToGrid": 10, "userConfig": { "hideLabel": true }, "cn": [ { "id": "MyDisplayField37", "cid": "displayfield", "jsClass": "MyDisplayField34", "snapToGrid": 10, "userConfig": { "value": "Sync Source", "flex": 1, "fieldLabel": "Label" } }, { "id": "MyCombo6", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "TestMode", "store": "syncSourceStore", "mode": "local", "triggerAction": "all", "valueField": "syncSource", "editable": false, "displayField": "syncSource", "id": "SyncSourceBox" } } ] }, { "id": "MyCheckbox1", "cid": "checkbox", "jsClass": "MyCheckbox1", "snapToGrid": 10, "userConfig": { "fieldLabel": "Daylight saving", "boxLabel": "", "anchor": "100%", "checked": true, "id": "DaylightsavingCheckBox" } }, { "id": "MyToolbar5", "cid": "toolbar", "jsClass": "MyToolbar5", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton10", "cid": "button", "jsClass": "MyButton10", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "SystemTimeApply" } } ] } ] } ] } ] }, { "id": "MyContainer35", "cid": "container", "jsClass": "MyContainer32", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 6, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet23", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Management Interface", "layout": "vbox", "flex": 8, "margins": "2 2 2 2" }, "cn": [ { "id": "MyForm1", "cid": "form", "jsClass": "MyForm1", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1, "titleCollapse": true, "border": false, "labelPad": 20 }, "cn": [ { "id": "MyTextField14", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "IP address", "anchor": "100%", "id": "IPaddressField" } }, { "id": "MyTextField15", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Netmask", "anchor": "100%", "id": "NetmaskField" } }, { "id": "MyTextField12", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Default gateway", "anchor": "100%", "id": "DefaultgatewayField" } }, { "id": "MyTextField13", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Inner tag", "anchor": "100%", "id": "InnertagField" } }, { "id": "MyTextField16", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Outer tag", "anchor": "100%", "id": "OutertagField" } }, { "id": "MyCombo20", "cid": "combobox", "jsClass": "MyCombo", "snapToGrid": 10, "userConfig": { "fieldLabel": "Mode", "store": "modeBoxStore", "mode": "local", "triggerAction": "all", "valueField": "modeType", "editable": false, "displayField": "modeType", "id": "ModeBox", "anchor": "100%" } }, { "id": "MyTextField17", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Remote IP", "anchor": "100%", "id": "RemoteIPField" } }, { "id": "MyTextField19", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Mate IP", "anchor": "100%", "id": "MateIPField" } }, { "id": "MyTextField20", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Mate-Remote IP", "anchor": "100%", "id": "MateRemoteIPField" } }, { "id": "MyToolbar2", "cid": "toolbar", "jsClass": "MyToolbar", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton8", "cid": "button", "jsClass": "MyButton6", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "ManagementInterfaceApply" } } ] } ] } ] }, { "id": "MyFieldSet25", "cid": "fieldset", "jsClass": "MyFieldSet20", "snapToGrid": 10, "userConfig": { "title": "Notifications", "layout": "border", "flex": 3, "width": "-ext-undefined-", "height": "-ext-undefined-", "margins": "2 2 2 2" }, "cn": [ { "id": "MyForm3", "cid": "form", "jsClass": "MyForm3", "snapToGrid": 10, "userConfig": { "title": "", "flex": 1, "border": false, "region": "center", "labelPad": 20 }, "cn": [ { "id": "MyToolbar3", "cid": "toolbar", "jsClass": "MyToolbar3", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton7", "cid": "button", "jsClass": "MyButton7", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "NotificationsApply" } } ] }, { "id": "MyCheckbox5", "cid": "checkbox", "jsClass": "MyCheckbox5", "snapToGrid": 10, "userConfig": { "fieldLabel": "Micro disruptions log", "boxLabel": "", "anchor": "100%", "id": "MicrodisruptionslogCheckBox" } } ] } ] } ] } ] } ] }, { "id": "MyPanel10", "cid": "panel", "jsClass": "MyPanel", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "Inventory & Housekeeping", "layout": "hbox", "bodyStyle": "", "padding": 5, "closable": true, "id": "InventoryHousekeepingTab" }, "cn": [ { "id": "MyContainer31", "cid": "container", "jsClass": "MyContainer24", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 9, "layout": "hbox" }, "cn": [ { "id": "MyContainer36", "cid": "container", "jsClass": "MyContainer32", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "flex": 6, "layout": "vbox" }, "cn": [ { "id": "MyFieldSet39", "cid": "fieldset", "jsClass": "MyFieldSet20", "snapToGrid": 10, "userConfig": { "title": "Inventory Data", "layout": "border", "flex": 3, "width": "-ext-undefined-", "height": "-ext-undefined-", "margins": "2 2 2 2" }, "cn": [ { "id": "MyContainer39", "cid": "container", "jsClass": "MyContainer24", "snapToGrid": 10, "userConfig": { "layout": "border", "labelPad": 60, "region": "center", "labelWidth": "-ext-undefined-", "minWidth": 100 }, "cn": [ { "id": "MyListView7", "cid": "listview", "jsClass": "MyListView4", "snapToGrid": 10, "userConfig": { "columnResize": false, "store": "inventoryStore", "region": "center", "flex": 1, "autoWidth": "-ext-undefined-", "width": "-ext-undefined-", "id": "InventoryList" }, "cn": [ { "id": "MyColumn76", "cid": "lvcolumn", "jsClass": "MyColumn16", "snapToGrid": 10, "userConfig": { "header": "Board", "width": 0.25, "dataIndex": "Board" } }, { "id": "MyColumn77", "cid": "lvcolumn", "jsClass": "MyColumn17", "snapToGrid": 10, "userConfig": { "header": "Part No", "dataIndex": "PartNo" } }, { "id": "MyColumn78", "cid": "lvcolumn", "jsClass": "MyColumn17", "snapToGrid": 10, "userConfig": { "header": "Serial No", "dataIndex": "SerialNo" } }, { "id": "MyColumn79", "cid": "lvcolumn", "jsClass": "MyColumn18", "snapToGrid": 10, "userConfig": { "header": "MAC", "dataIndex": "MAC" } } ] } ] } ] }, { "id": "MyFieldSet40", "cid": "fieldset", "jsClass": "MyFieldSet20", "snapToGrid": 10, "userConfig": { "title": "Housekeeping", "layout": "border", "flex": 4, "width": "-ext-undefined-", "height": "-ext-undefined-", "margins": "2 2 2 2" }, "cn": [ { "id": "MyEditorGrid3", "cid": "editorgrid", "jsClass": "MyEditorGrid", "snapToGrid": 10, "userConfig": { "title": "", "store": "hkStore", "titleCollapse": true, "region": "center", "autoExpandColumn": 1, "autoExpandMax": 500, "clicksToEdit": 1 }, "cn": [ { "id": "MyColumn80", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "Name", "header": "Name", "sortable": true, "resizable": "-ext-undefined-", "width": 50, "editable": false }, "cn": [ { "id": "MyTextField36", "cid": "textfield", "jsClass": "MyTextField1", "snapToGrid": 10, "userConfig": { "name": "Name" } } ] }, { "id": "MyColumn81", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "hkMode", "header": "Mode", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "editable": "-ext-undefined-" }, "cn": [ { "id": "MyCombo22", "cid": "combobox", "jsClass": "MyCombo16", "snapToGrid": 10, "userConfig": { "displayField": "hkMode", "valueField": "hkMode", "mode": "local", "triggerAction": "all", "store": "hkModeStore" } } ] }, { "id": "MyColumn82", "cid": "gridcolumn", "jsClass": "MyColumn20", "snapToGrid": 10, "userConfig": { "dataIndex": "hkStatus", "header": "Status", "sortable": true, "resizable": "-ext-undefined-", "width": 100, "editable": "-ext-undefined-" }, "cn": [ { "id": "MyCombo23", "cid": "combobox", "jsClass": "MyCombo17", "snapToGrid": 10, "userConfig": { "displayField": "hkStatus", "valueField": "hkStatus", "mode": "local", "triggerAction": "all", "store": "hkStatusStore" } } ] } ] } ] } ] } ] } ] } ] } ] } ] }, { "id": "MyForm7", "cid": "form", "jsClass": "MyForm7", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "title": "", "border": false, "layout": "hbox", "url": "data/radioConfigFormStore.json", "id": "radioConfigForm", "autoLoad": "" }, "userXType": "myform7", "cn": [ { "id": "MyToolbar6", "cid": "toolbar", "jsClass": "MyToolbar6", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyDisplayField15", "cid": "displayfield", "jsClass": "MyDisplayField15", "snapToGrid": 10, "userConfig": { "value": "Display Field" } }, { "id": "MyButton5", "cid": "button", "jsClass": "MyButton5", "snapToGrid": 10, "userConfig": { "text": "OK", "autoRef": "radioConfigApply" } } ] }, { "id": "MyContainer32", "cid": "container", "jsClass": "MyContainer32", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "layout": "vbox", "flex": 1 }, "cn": [ { "id": "MyFieldSet18", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "userConfig": { "title": "Interface", "layout": "-ext-undefined-", "region": "center", "margins": "2 2 2 2", "flex": 1 }, "cn": [ { "id": "MyCompositeField8", "cid": "compositefield", "jsClass": "MyCompositeField13", "snapToGrid": 10, "userConfig": { "fieldLabel": "Admin Status", "anchor": "100%" }, "cn": [ { "id": "MyCombo", "cid": "combobox", "jsClass": "MyCombo9", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Channel Spacing", "store": "radioIfAdminStatus", "mode": "local", "triggerAction": "all", "valueField": "AdminStatus", "displayField": "AdminStatus", "editable": false, "id": "radioInterfaceStatus" } } ] }, { "id": "MyCompositeField12", "cid": "compositefield", "jsClass": "MyCompositeField13", "snapToGrid": 10, "userConfig": { "fieldLabel": "Test Mode", "anchor": "100%" }, "cn": [ { "id": "MyCombo3", "cid": "combobox", "jsClass": "MyCombo9", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Channel Spacing", "store": "radioTestMode", "mode": "local", "triggerAction": "all", "valueField": "TestMode", "displayField": "TestMode", "editable": false, "id": "radioInterfaceTest" } } ] }, { "id": "MyHiddenField", "cid": "hidden", "jsClass": "MyCompositeField13", "snapToGrid": 10, "userConfig": { "fieldLabel": "Radio Loop", "anchor": "100%", "hideLabel": "-ext-undefined-" }, "cn": [ { "id": "MyCombo4", "cid": "combobox", "jsClass": "MyCombo9", "snapToGrid": 10, "userConfig": { "store": "switchStore", "mode": "local", "valueField": "switchValue", "displayField": "switchValue", "triggerAction": "all", "editable": false } } ] }, { "id": "MyCompositeField13", "cid": "compositefield", "jsClass": "MyCompositeField13", "snapToGrid": 10, "userConfig": { "fieldLabel": "Unidir Link Avoidance", "anchor": "100%" }, "cn": [ { "id": "MyCombo9", "cid": "combobox", "jsClass": "MyCombo9", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Channel Spacing", "store": "switchStore", "mode": "local", "valueField": "switchValue", "displayField": "switchValue", "triggerAction": "all", "editable": false, "id": "radioInterfaceUnlinkDir" } } ] }, { "id": "MyToolbar10", "cid": "toolbar", "jsClass": "MyToolbar6", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton17", "cid": "button", "jsClass": "MyButton5", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "InterfaceApply", "formBind": "-ext-undefined-" } } ] } ] }, { "id": "MyFieldSet19", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "userConfig": { "title": "Modem", "layout": "-ext-undefined-", "region": "center", "margins": "2 2 2 2", "flex": 1 }, "cn": [ { "id": "MyCompositeField14", "cid": "compositefield", "jsClass": "MyCompositeField13", "snapToGrid": 10, "userConfig": { "fieldLabel": "Channel Spacing", "anchor": "100%" }, "cn": [ { "id": "MyCombo13", "cid": "combobox", "jsClass": "MyCombo9", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Channel Spacing", "mode": "local", "triggerAction": "all", "displayField": "channelSpacing", "valueField": "channelSpacing", "store": "channelSpacingStore", "editable": false, "id": "radioInterfaceChannelSpacing" } } ] }, { "id": "MyCompositeField15", "cid": "compositefield", "jsClass": "MyCompositeField13", "snapToGrid": 10, "userConfig": { "fieldLabel": "Clock Trasparency", "anchor": "100%" }, "cn": [ { "id": "MyCombo14", "cid": "combobox", "jsClass": "MyCombo9", "snapToGrid": 10, "userConfig": { "flex": 1, "fieldLabel": "Channel Spacing", "store": "switchStore", "mode": "local", "triggerAction": "all", "valueField": "switchValue", "displayField": "switchValue", "editable": false, "id": "radioInterfaceClockTransparency" } } ] }, { "id": "MyToolbar11", "cid": "toolbar", "jsClass": "MyToolbar6", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton18", "cid": "button", "jsClass": "MyButton5", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "ModemApply", "formBind": "-ext-undefined-" } } ] } ] } ] }, { "id": "MyContainer34", "cid": "container", "jsClass": "MyContainer32", "snapToGrid": 10, "layoutConfig": { "align": "stretch" }, "userConfig": { "layout": "vbox", "flex": 1 }, "cn": [ { "id": "MyFieldSet20", "cid": "fieldset", "jsClass": "MyFieldSet18", "snapToGrid": 10, "userConfig": { "title": "Frequency", "layout": "-ext-undefined-", "flex": 1, "margins": "2 2 2 2" }, "cn": [ { "id": "MyTextField", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx Frequency", "anchor": "100%", "id": "TxFrequencyBox" } }, { "id": "MyTextField2", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Rx Frequency", "anchor": "100%", "id": "RxFrequencyBox" } }, { "id": "MyToolbar12", "cid": "toolbar", "jsClass": "MyToolbar6", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton19", "cid": "button", "jsClass": "MyButton5", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "FrequencyApply", "formBind": "-ext-undefined-" } } ] } ] }, { "id": "MyFieldSet24", "cid": "fieldset", "jsClass": "MyFieldSet20", "snapToGrid": 10, "userConfig": { "title": "Power", "layout": "-ext-undefined-", "flex": 1, "width": 62, "height": "-ext-undefined-", "margins": "2 2 2 2" }, "cn": [ { "id": "MyTextField3", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Tx Power", "anchor": "100%", "id": "TxPowerBox" } }, { "id": "MyTextField4", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Atpc Min", "anchor": "100%", "id": "AtpcMin" } }, { "id": "MyTextField6", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Atpc Max", "anchor": "100%", "id": "AtpcMax" } }, { "id": "MyTextField7", "cid": "textfield", "jsClass": "MyTextField", "snapToGrid": 10, "userConfig": { "fieldLabel": "Atpc Target", "anchor": "100%", "id": "AtpcTargetBox" } }, { "id": "MyToolbar13", "cid": "toolbar", "jsClass": "MyToolbar6", "dock": "fbar", "snapToGrid": 10, "userConfig": { "buttonAlign": "center" }, "cn": [ { "id": "MyButton20", "cid": "button", "jsClass": "MyButton5", "snapToGrid": 10, "userConfig": { "text": "Apply", "autoRef": "PowerApply", "formBind": "-ext-undefined-" } } ] } ] } ] } ] } ], "stores": [ { "id": "MyStore", "cid": "jsonstore", "jsClass": "MyStoreEthIf", "snapToGrid": 10, "userConfig": { "storeId": "MyStoreEthIf", "root": "ethIf", "idProperty": "Index", "url": "data/ethIf.json", "autoLoad": true }, "cn": [ { "id": "MyField", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Index", "mapping": "Index" } }, { "id": "MyField1", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "Status", "mapping": "Status" } }, { "id": "MyField2", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Alarms", "mapping": "Alarms" } } ] }, { "id": "MyStore9", "cid": "jsonstore", "jsClass": "inventoryStore", "snapToGrid": 10, "userConfig": { "storeId": "inventoryStore", "root": "inventory", "idProperty": "", "url": "data/inventory.json", "autoLoad": true }, "cn": [ { "id": "MyField20", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Board", "mapping": "Board" } }, { "id": "MyField21", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "PartNo", "mapping": "PartNo" } }, { "id": "MyField23", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "SerialNo", "mapping": "SerialNo" } }, { "id": "MyField22", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "MAC", "mapping": "MAC" } } ] }, { "id": "MyStore4", "cid": "jsonstore", "jsClass": "MyStoreLogs", "snapToGrid": 10, "userConfig": { "storeId": "MyStoreLogs", "root": "logs", "idProperty": "Timestamp", "url": "data/logs.json", "autoLoad": true }, "cn": [ { "id": "MyField13", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Timestamp", "mapping": "Timestamp" } }, { "id": "MyField14", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "Event", "mapping": "Event" } }, { "id": "MyField15", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Type", "mapping": "Type" } } ] }, { "id": "MyStore12", "cid": "jsonstore", "jsClass": "ethConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "ethConfigStore", "root": "ethConfig", "idProperty": "Label", "url": "data/ethConfig.json", "autoLoad": true }, "cn": [ { "id": "MyField26", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Label", "mapping": "Label" } }, { "id": "MyField30", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Name", "mapping": "Name" } }, { "id": "MyField27", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "UserMode", "mapping": "UserMode", "dateFormat": "bool" } }, { "id": "MyField57", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "Autoneg", "mapping": "Autoneg", "dateFormat": "bool" } }, { "id": "MyField28", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Speed", "mapping": "Speed" } }, { "id": "MyField29", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Duplex", "mapping": "Duplex" } }, { "id": "MyField31", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "FlowCtrl", "mapping": "FlowCtrl" } }, { "id": "MyField36", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "DefaultVID", "mapping": "DefaultVID" } }, { "id": "MyField38", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "DefaultPriority", "mapping": "DefaultPriority" } } ] }, { "id": "MyStore26", "cid": "jsonstore", "jsClass": "hkStore", "snapToGrid": 10, "userConfig": { "storeId": "hkStore", "root": "hk", "idProperty": "Label", "url": "data/hkStore.json", "autoLoad": true }, "cn": [ { "id": "MyField62", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Name", "mapping": "Name" } }, { "id": "MyField33", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "hkMode", "mapping": "hkMode" } }, { "id": "MyField35", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "hkStatus", "mapping": "hkStatus" } } ] }, { "id": "MyStore19", "cid": "jsonstore", "jsClass": "tdmConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "tdmConfigStore", "root": "tdmConfig", "idProperty": "", "url": "data/tdmConfigStore.json", "autoLoad": true }, "cn": [ { "id": "MyField44", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "PortNumber", "mapping": "PortNumber" } }, { "id": "MyField45", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "PortName", "mapping": "PortName" } }, { "id": "MyField46", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "e1Admin", "mapping": "e1Admin", "dateFormat": "bool" } }, { "id": "MyField47", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "e1Type", "mapping": "e1Type" } }, { "id": "MyField48", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "SrcBundle", "mapping": "SrcBundle" } }, { "id": "MyField49", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "SrcAddress", "mapping": "SrcAddress" } }, { "id": "MyField50", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Timeslots", "mapping": "Timeslots" } }, { "id": "MyField51", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "ConnectionName", "mapping": "ConnectionName" } }, { "id": "MyField54", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "DstBundle", "mapping": "DstBundle" } }, { "id": "MyField55", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "DstAddress", "mapping": "DstAddress" } }, { "id": "MyField56", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Connect", "mapping": "Connect" } } ] }, { "id": "MyStore13", "cid": "jsonstore", "jsClass": "ethStatusStore", "snapToGrid": 10, "userConfig": { "storeId": "ethStatusStore", "root": "ethStatus", "idProperty": "Label", "url": "data/ethStatus.json", "autoLoad": true }, "cn": [ { "id": "MyField32", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Label", "mapping": "Label" } }, { "id": "MyField34", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "SpeedDuplex", "mapping": "SpeedDuplex", "dateFormat": "bool" } }, { "id": "MyField37", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "FlowCtrl", "mapping": "FlowCtrl" } } ] }, { "id": "MyStore3", "cid": "jsonstore", "jsClass": "MyStoreTdmIf", "snapToGrid": 10, "userConfig": { "storeId": "MyStoreTdmIf", "root": "tdmIf", "idProperty": "Index", "url": "data/tdmIf.json", "autoLoad": true }, "cn": [ { "id": "MyField8", "cid": "datafield", "jsClass": "MyField", "snapToGrid": 10, "userConfig": { "name": "Index", "mapping": "Index" } }, { "id": "MyField11", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "Status", "mapping": "Status" } }, { "id": "MyField12", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Alarms", "mapping": "Alarms" } } ] }, { "id": "MyStore2", "cid": "jsonstore", "jsClass": "MyStoreRadioIf", "snapToGrid": 10, "userConfig": { "storeId": "MyStoreRadioIf", "root": "radioIf", "idProperty": "Index", "url": "data/radioIf.json", "autoLoad": true }, "cn": [ { "id": "MyField9", "cid": "datafield", "jsClass": "MyField1", "snapToGrid": 10, "userConfig": { "name": "Status", "mapping": "Status" } }, { "id": "MyField10", "cid": "datafield", "jsClass": "MyField2", "snapToGrid": 10, "userConfig": { "name": "Alarms", "mapping": "Alarms" } } ] }, { "id": "MyStore1", "cid": "jsonstore", "jsClass": "MyStoreRadioMeasures", "snapToGrid": 10, "userConfig": { "storeId": "MyStoreRadioMeasures", "url": "data/measures.json", "root": "measures", "autoLoad": true, "idProperty": "-ext-undefined-" }, "cn": [ { "id": "MyField3", "cid": "datafield", "jsClass": "MyField3", "snapToGrid": 10, "userConfig": { "name": "Measure" } }, { "id": "MyField4", "cid": "datafield", "jsClass": "MyField4", "snapToGrid": 10, "userConfig": { "name": "Min" } }, { "id": "MyField5", "cid": "datafield", "jsClass": "MyField5", "snapToGrid": 10, "userConfig": { "name": "Max" } }, { "id": "MyField6", "cid": "datafield", "jsClass": "MyField6", "snapToGrid": 10, "userConfig": { "name": "Mean" } }, { "id": "MyField7", "cid": "datafield", "jsClass": "MyField7", "snapToGrid": 10, "userConfig": { "name": "Unit" } } ] }, { "id": "MyStore5", "cid": "arraystore", "jsClass": "radioIfAdminStatus", "snapToGrid": 10, "userConfig": { "storeId": "radioIfAdminStatus", "data": "[['up'], ['atpc'], ['down']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField16", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "AdminStatus" } } ] }, { "id": "MyStore6", "cid": "arraystore", "jsClass": "radioTestMode", "snapToGrid": 10, "userConfig": { "storeId": "radioTestMode", "data": "[['cw'],['none']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField17", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "TestMode" } } ] }, { "id": "MyStore7", "cid": "arraystore", "jsClass": "protectionConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "protectionConfigStore", "data": "[['Unprotected'], ['1+1 HSB protection'], ['1+1 HSB Main']]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField18", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "protectionConfig" } } ] }, { "id": "MyStore8", "cid": "arraystore", "jsClass": "systemConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "systemConfigStore", "data": "[['idu16e1'], ['idu8e1'], ['pse/c'],['poe']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField19", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "systemConfig" } } ] }, { "id": "MyStore14", "cid": "arraystore", "jsClass": "speedConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "speedConfigStore", "data": "[['100'], ['10'] , ['all']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField39", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "speed" } } ] }, { "id": "MyStore15", "cid": "arraystore", "jsClass": "duplexConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "duplexConfigStore", "data": "[['FDX'], ['HDX'], ['both']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField40", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "Duplex" } } ] }, { "id": "MyStore16", "cid": "arraystore", "jsClass": "flowCtrlConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "flowCtrlConfigStore", "data": "[['asymmetric'], ['none']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField41", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "flowCtrl" } } ] }, { "id": "MyStore20", "cid": "arraystore", "jsClass": "e1AdminConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "e1AdminConfigStore", "data": "[['up'], ['down'], ['inwardLoop'], ['outwardLoop'], ['dualLoop'], ['forcedAis']\n ]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField52", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "e1Admin" } } ] }, { "id": "MyStore21", "cid": "arraystore", "jsClass": "e1TypeConfigStore", "snapToGrid": 10, "userConfig": { "storeId": "e1TypeConfigStore", "data": "[['framed'], ['unframed']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField53", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "e1Type" } } ] }, { "id": "MyStore23", "cid": "arraystore", "jsClass": "interfaceTypeStore", "snapToGrid": 10, "userConfig": { "storeId": "interfaceTypeStore", "data": "[['User'], ['Lct'], ['Radio']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField59", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "interfaceType", "mapping": "interfaceType" } } ] }, { "id": "MyStore18", "cid": "arraystore", "jsClass": "channelSpacingStore", "snapToGrid": 10, "userConfig": { "storeId": "channelSpacingStore", "data": "[['3,5 MHz'],['7 MHz'], ['14 MHz'], ['28 MHz']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField43", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "channelSpacing" } } ] }, { "id": "MyStore17", "cid": "arraystore", "jsClass": "switchStore", "snapToGrid": 10, "userConfig": { "storeId": "switchStore", "data": "[['revertive'], ['not revertive']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField42", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "switchValue" } } ] }, { "id": "MyStore30", "cid": "arraystore", "jsClass": "forcedModeStore", "snapToGrid": 10, "userConfig": { "data": "[['clear'], ['forced'], ['lockout']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true, "storeId": "forcedModeStoreId" }, "cn": [ { "id": "MyField93", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "switchValue" } } ] }, { "id": "MyStore10", "cid": "arraystore", "jsClass": "timeZoneStore", "snapToGrid": 10, "userConfig": { "storeId": "timeZoneStore", "data": "[['+12h'], ['+11h'], ['+10h'],['+09h'], ['+08h'], ['+07h'], ['+06h'], ['+05h'], ['+04h'], ['+03h'], ['+02h'], ['+01h'], ['+00h'], ['-01h'], ['-02h'], ['-03h'], ['-04h'], ['-05h'], ['-06h'], ['-07h'], ['-08h'], ['-09h'], ['-10h'], ['-11h']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField24", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "timeZone" } } ] }, { "id": "MyStore11", "cid": "arraystore", "jsClass": "syncSourceStore", "snapToGrid": 10, "userConfig": { "storeId": "syncSourceStore", "data": "[['NTP'], ['Manual']\n]", "pruneModifiedRecords": "-ext-undefined-", "autoLoad": true }, "cn": [ { "id": "MyField25", "cid": "datafield", "jsClass": "MyField16", "snapToGrid": 10, "userConfig": { "name": "syncSource" } } ] }, { "id": "MyStore22", "cid": "arraystore", "jsClass": "speedDuplexStore", "snapToGrid": 10, "userConfig": { "storeId": "speedDuplexStore", "data": "[['10 HDX'], ['10 FDX'], ['100 HDX'], ['100 FDX']]", "autoLoad": true }, "cn": [ { "id": "MyField58", "cid": "datafield", "jsClass": "MyField58", "snapToGrid": 10, "userConfig": { "name": "speedDuplex" } } ] }, { "id": "MyStore24", "cid": "arraystore", "jsClass": "hkModeStore", "snapToGrid": 10, "userConfig": { "storeId": "hkModeStore", "data": "[['Open Active'],['Close Active']]", "autoLoad": true }, "cn": [ { "id": "MyField60", "cid": "datafield", "jsClass": "MyField60", "snapToGrid": 10, "userConfig": { "name": "hkMode", "mapping": "hkMode" } } ] }, { "id": "MyStore25", "cid": "arraystore", "jsClass": "hkStatusStore", "snapToGrid": 10, "userConfig": { "storeId": "hkStatusStore", "data": "[['Open'],['Close']]", "url": "", "autoLoad": true }, "cn": [ { "id": "MyField61", "cid": "datafield", "jsClass": "MyField60", "snapToGrid": 10, "userConfig": { "name": "hkStatus", "mapping": "hkStatus" } } ] }, { "id": "MyStore27", "cid": "jsonstore", "jsClass": "currentRecordStore", "snapToGrid": 10, "userConfig": { "storeId": "currentRecordStore", "url": "data/currentRecordStore.json", "root": "records", "autoLoad": true }, "cn": [ { "id": "MyField63", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "Interval" } }, { "id": "MyField64", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "Timestamp" } }, { "id": "MyField65", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InPackets" } }, { "id": "MyField66", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InOctets" } }, { "id": "MyField67", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InErrors" } }, { "id": "MyField68", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InDiscards" } }, { "id": "MyField69", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutPackets" } }, { "id": "MyField70", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutOctets" } }, { "id": "MyField71", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutDiscards" } }, { "id": "MyField72", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "MonitoredTime" } } ] }, { "id": "MyStore28", "cid": "jsonstore", "jsClass": "record15mStore", "snapToGrid": 10, "userConfig": { "storeId": "record15mStore", "url": "data/record15mStore.json", "root": "records", "autoLoad": true }, "cn": [ { "id": "MyField73", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "Interval" } }, { "id": "MyField74", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "Timestamp" } }, { "id": "MyField75", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InPackets" } }, { "id": "MyField76", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InOctets" } }, { "id": "MyField77", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InErrors" } }, { "id": "MyField78", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InDiscards" } }, { "id": "MyField79", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutPackets" } }, { "id": "MyField80", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutOctets" } }, { "id": "MyField81", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutDiscards" } }, { "id": "MyField82", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "MonitoredTime" } } ] }, { "id": "MyStore29", "cid": "jsonstore", "jsClass": "record24hStore", "snapToGrid": 10, "userConfig": { "storeId": "record24hStore", "url": "data/record24hStore.json", "root": "records", "autoLoad": true }, "cn": [ { "id": "MyField83", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "Interval" } }, { "id": "MyField84", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "Timestamp" } }, { "id": "MyField85", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InPackets" } }, { "id": "MyField86", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InOctets" } }, { "id": "MyField87", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InErrors" } }, { "id": "MyField88", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "InDiscards" } }, { "id": "MyField89", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutPackets" } }, { "id": "MyField90", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutOctets" } }, { "id": "MyField91", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "OutDiscards" } }, { "id": "MyField92", "cid": "datafield", "jsClass": "MyField63", "snapToGrid": 10, "userConfig": { "name": "MonitoredTime" } } ] }, { "id": "MyStore31", "cid": "arraystore", "jsClass": "modeBoxStore", "snapToGrid": 10, "userConfig": { "storeId": "modeBoxStore", "data": "[['webOnly'], ['osAndWeb']\n]", "autoLoad": true }, "cn": [ { "id": "MyField94", "cid": "datafield", "jsClass": "MyField94", "snapToGrid": 10, "userConfig": { "name": "modeType" } } ] } ] }
-
23 Mar 2011 11:58 PM #6
The problem has been fixed with the new sw release (v 1.1.2).
Cool!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED] Designer crash & burn
By webarnie in forum Ext Designer: BugsReplies: 4Last Post: 17 Mar 2011, 11:57 AM -
[OPEN] [FIXED-176] Anchor property is lost when loading a 1.0.1.x-project
By medusadelft in forum Ext Designer: BugsReplies: 9Last Post: 23 Jul 2010, 5:25 AM -
[FIXED-173] Designer 1.0.2 won't load my 1.0.1 project
By TheCatWhisperer in forum Ext Designer: BugsReplies: 7Last Post: 12 Jul 2010, 11:40 AM -
How to crash the Ext.Designer
By dniechoj in forum Ext Designer: BugsReplies: 1Last Post: 2 Jun 2010, 3:29 AM -
[FIXED-55] Project file.xds is not loaded into designer if double-clicked
By ExtKD in forum Ext Designer: BugsReplies: 4Last Post: 6 May 2010, 8:45 AM


Reply With Quote