Pman.Dialog.AddChildElementToPage.bjs
authoredward <edward@roojs.com>
Fri, 19 May 2017 01:44:04 +0000 (09:44 +0800)
committeredward <edward@roojs.com>
Fri, 19 May 2017 01:44:04 +0000 (09:44 +0800)
Pman.Dialog.AddChildElementToPage.js

Pman.Dialog.AddChildElementToPage.bjs
Pman.Dialog.AddChildElementToPage.js

index 24b960f..aad6aa8 100644 (file)
@@ -68,7 +68,7 @@
          "$ xns" : "Roo.form",
          "name" : "element_id_name",
          "qtip" : "Select Page Type",
-         "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> </div>",
+         "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
          "loadingText" : "Searching...",
          "items" : [
           {
index 62a6eaa..c5eced6 100644 (file)
@@ -148,7 +148,7 @@ Pman.Dialog.AddChildElementToPage = {
           pageSize : 20,
           qtip : _this._strings['20bec77364d863100a1f9325873a8504'] /* Select Page Type */,
           selectOnFocus : true,
-          tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{display_name}</b> </div>',
+          tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>',
           triggerAction : 'all',
           typeAhead : false,
           valueField : 'id',