From e804f6da22abeb8637696cbb69b27da5e82d8a5e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 15:21:39 +0800 Subject: [PATCH] examples/bootstrap/htmleditor.js --- examples/bootstrap/htmleditor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/bootstrap/htmleditor.js b/examples/bootstrap/htmleditor.js index 95bf42cffd..76a4c7aec6 100644 --- a/examples/bootstrap/htmleditor.js +++ b/examples/bootstrap/htmleditor.js @@ -46,6 +46,7 @@ Roo.example.calendar = new Roo.XComponent({ xtype: 'HtmlEditor', xns: Roo.bootstrap, fieldLabel : "Editor", + labelAlign: 'top', name : "editor", listeners : { render : function() { -- 2.39.2