Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer

r=brade, sr=jst


git-svn-id: svn://10.0.0.236/trunk@144141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
glazman%netscape.com
2003-06-25 08:41:51 +00:00
parent 56af97b2ea
commit 01cadd55b5
6 changed files with 98 additions and 0 deletions

View File

@@ -87,6 +87,10 @@ pref("editor.toolbars.showbutton.ol", true);
pref("editor.toolbars.showbutton.outdent", true);
pref("editor.toolbars.showbutton.indent", true);
pref("editor.toolbars.showbutton.absolutePosition", true);
pref("editor.toolbars.showbutton.decreaseZIndex", true);
pref("editor.toolbars.showbutton.increaseZIndex", true);
pref("editor.auto_save", false);
pref("editor.auto_save_delay", 10); // minutes
pref("editor.use_html_editor", 0);
@@ -123,3 +127,6 @@ pref("editor.always_show_publish_dialog", false);
* other special markup symbols as defined in HTML4.
*/
//pref("editor.encode_entity", "html");
pref("editor.resizing.preserve_ratio", true);
pref("editor.positioning.offset", 0);