From 2701d3ed69643d9fdaf0d79bc54e6254794f06b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Dec 2020 14:54:49 +0800 Subject: [PATCH] examples/bootstrap/dashboard4.bjs examples/bootstrap/dashboard4.js --- examples/bootstrap/dashboard4.bjs | 2 ++ examples/bootstrap/dashboard4.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/examples/bootstrap/dashboard4.bjs b/examples/bootstrap/dashboard4.bjs index 4f9e7db481..51c9a372a3 100644 --- a/examples/bootstrap/dashboard4.bjs +++ b/examples/bootstrap/dashboard4.bjs @@ -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" } ] diff --git a/examples/bootstrap/dashboard4.js b/examples/bootstrap/dashboard4.js index f33f209b78..857ed0835d 100644 --- a/examples/bootstrap/dashboard4.js +++ b/examples/bootstrap/dashboard4.js @@ -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' } -- 2.39.2