Pman.Dialog.LoginNotice.bjs
[Pman.BAdmin] / Pman.Dialog.LoginNotice.bjs
1 {
2  "name" : "Pman.Dialog.LoginNotice",
3  "parent" : "",
4  "title" : "",
5  "path" : "/home/edward/gitlive/Pman.BAdmin/Pman.Dialog.LoginNotice.bjs",
6  "permname" : "",
7  "modOrder" : "001",
8  "strings" : {
9   "24efa7ee4511563b16144f39706d594f" : "Notice"
10  },
11  "items" : [
12   {
13    "listeners" : {
14     "show" : "function (_self)\n{\n    return;\n    /*\n    _this.dialog.footerEl.setVisibilityMode(Roo.Element.DISPLAY).hide();\n    \n    if(_this.data.title){\n        _this.dialog.titleEl.dom.innerHTML = _this.data.title;\n    }\n    \n    if(_this.data.buttonText){\n        _this.acceptBtn.setText(_this.data.buttonText);\n    }\n    \n    if(_this.data.chunk){\n        \n        Roo.Ajax.request({\n            url : baseURL + '/Roo/TermsRender/' + _this.data.chunk,\n            method : 'GET',\n            success : function(res) {\n            \n                _this.terms_body.el.dom.innerHTML = res.responseText;\n                \n                _this.dialog.init();\n            }\n        });\n        \n    }\n    \n    if(_this.data.declaration){\n        \n        Roo.Ajax.request({\n            url : baseURL + '/Roo/DeclarationsRender/' + _this.data.declaration,\n            method : 'GET',\n            success : function(res) {\n            \n                _this.terms_body.el.dom.innerHTML = res.responseText;\n                \n                _this.dialog.init();\n            }\n        });\n        \n    }\n    \n    _this.dialog.el.setStyle('zIndex', '10002');\n    */\n}"
15    },
16    "String cls" : "enable-overflow",
17    "String size" : "lg",
18    "xtype" : "Modal",
19    "$ xns" : "Roo.bootstrap",
20    "String title" : "Notice",
21    "items" : [
22     {
23      "xtype" : "Row",
24      "$ xns" : "Roo.bootstrap",
25      "items" : [
26       {
27        "listeners" : {
28         "render" : "function (_self)\n{\n    _this.terms_body = this;\n}"
29        },
30        "Number md" : 12,
31        "xtype" : "Column",
32        "$ xns" : "Roo.bootstrap"
33       }
34      ]
35     }
36    ]
37   }
38  ]
39 }