Pman.Tab.CmsBlog.bjs
[Pman.Cms] / Pman.Dialog.CmsApplyStyleSheets.bjs
index 912f18d..4e4bfc6 100644 (file)
@@ -6,9 +6,9 @@
  "permname" : "",
  "modOrder" : "001",
  "strings" : {
-  "4994a8ffeba4ac3140beb89e8d41f174" : "Language",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
   "4f6a786f206270451624db40d61d9855" : "Add Stylesheets",
+  "85e8231d44b865e90f6a39b356ded9bd" : "Stylesheets",
   "e0aa021e21dddbd6d8cecec71e9cf564" : "OK"
  },
  "items" : [
    "collapsible" : false,
    "title" : "Add Stylesheets",
    "xtype" : "LayoutDialog",
-   "width" : 400,
+   "width" : 600,
    "$ xns" : "Roo",
    "closable" : false,
    "resizable" : false,
-   "height" : 120,
+   "height" : 300,
    "items" : [
     {
      "xtype" : "LayoutRegion",
      "items" : [
       {
        "listeners" : {
-        "|actioncomplete" : "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       //this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n\n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
+        "actionfailed" : "function (_self, action)\n{\n    _this.dialog.el.unmask();\n    \n    Pman.standardActionFailed(_self, action);\n}",
+        "|actioncomplete" : "function(_self,action)\n{\n    if (action.type == 'setdata') {\n        \n        this.load({ method: 'GET', params: { '_stylesheets' : 1 }});\n        return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n\n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
         "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
        },
-       "$ url" : "baseURL + '/Roo/INGORE.php'",
-       "method" : "GET",
+       "$ url" : "baseURL + '/Roo/Cms_page.php'",
+       "method" : "POST",
        "xtype" : "Form",
        "style" : "margin:10px;",
+       "String labelAlign" : "top",
        "$ xns" : "Roo.form",
        "items" : [
         {
-         "alwaysQuery" : true,
-         "listWidth" : 200,
-         "triggerAction" : "all",
-         "fieldLabel" : "Language",
-         "displayField" : "title",
-         "hiddenName" : "lang",
-         "valueField" : "code",
-         "xtype" : "ComboBox",
-         "allowBlank" : false,
-         "editable" : false,
-         "width" : 200,
+         "fieldLabel" : "Stylesheets",
+         "Number width" : 550,
+         "xtype" : "TextArea",
+         "allowBlank" : true,
+         "Number height" : 200,
          "$ xns" : "Roo.form",
-         "name" : "language_name",
-         "items" : [
-          {
-           "xtype" : "Store",
-           "$ xns" : "Roo.data",
-           "* prop" : "store",
-           "items" : [
-            {
-             "$ url" : "baseURL + '/Core/I18n/Lang'",
-             "method" : "GET",
-             "xtype" : "HttpProxy",
-             "$ xns" : "Roo.data",
-             "* prop" : "proxy"
-            },
-            {
-             "id" : "code",
-             "root" : "data",
-             "xtype" : "JsonReader",
-             "$ fields" : "[\n    {\n        'name': 'code',\n        'type': 'string'\n    },\n    {\n        'name': 'title',\n        'type': 'string'\n    }\n]",
-             "$ xns" : "Roo.data",
-             "* prop" : "reader",
-             "totalProperty" : "total"
-            }
-           ]
-          }
-         ]
+         "name" : "_stylesheets"
         }
        ]
       }
@@ -99,7 +70,7 @@
     },
     {
      "listeners" : {
-      "click" : "function (_self, e)\n{\n    // do some checks?\n     \n    var data =  _this.form.getValues();\n \n    if (!data.lang.length) {\n    \n        Roo.MessageBox.alert(\"Error\", \"Select language\");\n        return;\n    \n    }\n    _this.dialog.hide();\n            \n    var callbackData = data.lang;\n   // Roo.log(_this.data);\n    if(_this.data._with_name == true){\n        callbackData = {'lang' : data.lang , 'lang_name' : _this.form.findField('lang').lastSelectionText};\n    }\n    \n    _this.callback(callbackData);\n    \n\n}"
+      "click" : "function (_self, e)\n{\n    var stylesheets = _this.form.findField('_stylesheets').getValue();\n    \n    \n    _this.form.doAction(\"submit\");\n}"
      },
      "text" : "OK",
      "xtype" : "Button",