From b4814ecbf6d0a36113bdfdcbfcabd415d273f761 Mon Sep 17 00:00:00 2001 From: "nhotta%netscape.com" Date: Mon, 21 Jun 1999 20:22:52 +0000 Subject: [PATCH] Adding charset menu for html editor as a part of the bug fix for 7849. git-svn-id: svn://10.0.0.236/trunk@36066 18797224-902f-48f8-a5cc-f745e15eee43 --- .../ui/composer/content/EditorAppShell.xul | 112 ++++++++++++++++++ .../ui/composer/content/EditorCommands.js | 9 ++ 2 files changed, 121 insertions(+) diff --git a/mozilla/editor/ui/composer/content/EditorAppShell.xul b/mozilla/editor/ui/composer/content/EditorAppShell.xul index 485da917cf6..ce1da346a81 100644 --- a/mozilla/editor/ui/composer/content/EditorAppShell.xul +++ b/mozilla/editor/ui/composer/content/EditorAppShell.xul @@ -16,6 +16,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/editor/ui/composer/content/EditorCommands.js b/mozilla/editor/ui/composer/content/EditorCommands.js index b6539b0c650..0997387d651 100644 --- a/mozilla/editor/ui/composer/content/EditorCommands.js +++ b/mozilla/editor/ui/composer/content/EditorCommands.js @@ -196,6 +196,15 @@ function EditorShowClipboard() window.editorShell.ShowClipboard(); } +// --------------------------- View menu --------------------------- + +function EditorSetDocumentCharacterSet(aCharset) +{ + dump(aCharset); + dump(" NOT IMPLEMENTED YET\n"); +} + + // --------------------------- Text style --------------------------- function EditorSetTextProperty(property, attribute, value)