Commit eac7419d by liuyong

显示左右菜单栏

1 parent a6a7ff6f
Showing with 2 additions and 2 deletions
...@@ -185,8 +185,8 @@ App = function(editor, container, lightbox) ...@@ -185,8 +185,8 @@ App = function(editor, container, lightbox)
this.load(); this.load();
this.toggleCompactMode(false);//二次开发,默认折叠 this.toggleCompactMode(false);//二次开发,默认折叠
this.toggleShapesPanel(false);//二次开发,默认全屏,隐藏左侧图形面板 this.toggleShapesPanel(true);//二次开发,默认全屏,显示左侧图形面板
this.toggleFormatPanel(false);//二次开发,默认全屏,隐藏右侧样式和属性面板 this.toggleFormatPanel(true);//二次开发,默认全屏,显示右侧样式和属性面板
}; };
/** /**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!