examples/bootstrap/dashboard4.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2020 06:54:49 +0000 (14:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 Dec 2020 06:54:49 +0000 (14:54 +0800)
examples/bootstrap/dashboard4.js

examples/bootstrap/dashboard4.bjs
examples/bootstrap/dashboard4.js

index 4f9e7db..51c9a37 100644 (file)
@@ -10,6 +10,7 @@
   "9c1ab57e621c2bb257798752dbbe6f14" : "view source",
   "e93b3fa481be3932aa08bd68c3deee70" : "example 1",
   "60ee66eb2cd31823032664c2e9a79fd5" : "body goes here",
+  "009d65200f49f77cb6b15bdeadf60cdf" : "New Ticket",
   "fb66f41b81f5973740bbfed019aa5d7d" : "Upload Images or Documents",
   "d9fb0367346d21079a1c52d72da61c9f" : "ticket 1"
  },
@@ -54,6 +55,7 @@
            "items" : [
             {
              "xtype" : "Input",
+             "string placeholder" : "New Ticket",
              "$ xns" : "Roo.bootstrap"
             }
            ]
index f33f209..857ed08 100644 (file)
@@ -9,6 +9,7 @@ dashboard4 = new Roo.XComponent({
   '9c1ab57e621c2bb257798752dbbe6f14' :"view source",
   'e93b3fa481be3932aa08bd68c3deee70' :"example 1",
   '60ee66eb2cd31823032664c2e9a79fd5' :"body goes here",
+  '009d65200f49f77cb6b15bdeadf60cdf' :"New Ticket",
   'fb66f41b81f5973740bbfed019aa5d7d' :"Upload Images or Documents",
   'd9fb0367346d21079a1c52d72da61c9f' :"ticket 1"
  },
@@ -76,6 +77,7 @@ dashboard4 = new Roo.XComponent({
            items  : [
             {
              xtype : 'Input',
+             placeholder : _this._strings['009d65200f49f77cb6b15bdeadf60cdf'] /* New Ticket */,
              xns : Roo.bootstrap,
              '|xns' : 'Roo.bootstrap'
             }