From fc61e45d88f309fc1402e49e85670ba0ff14c8b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:28:32 +0800 Subject: [PATCH] examples/bootstrap/Editor.js --- examples/bootstrap/Editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/Editor.js b/examples/bootstrap/Editor.js index 980bba3d3d..12e14f5340 100644 --- a/examples/bootstrap/Editor.js +++ b/examples/bootstrap/Editor.js @@ -43,8 +43,8 @@ Roo.example.Editor = new Roo.XComponent({ xns : Roo.bootstrap }, { - xtype : 'Panel', - xns : Roo.bootstrap.HtmlEditor, + xtype : 'HtmlEditor', + xns : Roo.bootstrap, name : 'thanks-email', width : 1000, height : 1500, -- 2.39.2