зеркало из https://github.com/mozilla/pjs.git
Activating charset menu.
This commit is contained in:
Родитель
652bcbbcc1
Коммит
28010a6d90
|
@ -63,6 +63,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function SetDocumentCharacterSet(aCharset)
|
||||||
|
{
|
||||||
|
dump("SetDocumentCharacterSet Callback!\n");
|
||||||
|
if (composeAppCore != null) {
|
||||||
|
composeAppCore.SetDocumentCharset(aCharset);
|
||||||
|
} else
|
||||||
|
dump("ComposeAppCore has not been created!\n");
|
||||||
|
}
|
||||||
|
|
||||||
function EditorGetText()
|
function EditorGetText()
|
||||||
{
|
{
|
||||||
if (editorAppCore != null) {
|
if (editorAppCore != null) {
|
||||||
|
@ -159,7 +168,10 @@
|
||||||
<separator/>
|
<separator/>
|
||||||
<menuitem name=".Wrap Long Lines" cmd="nsCmd:ComposeNYI"/>
|
<menuitem name=".Wrap Long Lines" cmd="nsCmd:ComposeNYI"/>
|
||||||
<separator/>
|
<separator/>
|
||||||
<menuitem name=".Character Set" cmd="nsCmd:ComposeNYI"/>
|
<menu name="Character Set">
|
||||||
|
<menuitem name="Western (ISO-8859-1)" onclick="SetDocumentCharacterSet('ISO-8859-1');"/>
|
||||||
|
<menuitem name="Japanese (ISO-2022-JP)" onclick="SetDocumentCharacterSet('ISO-2022-JP');"/>
|
||||||
|
</menu>
|
||||||
</menu>
|
</menu>
|
||||||
<menu name=".Tools">
|
<menu name=".Tools">
|
||||||
<menuitem name=".Check Spelling..." cmd="nsCmd:ComposeSpelling"/>
|
<menuitem name=".Check Spelling..." cmd="nsCmd:ComposeSpelling"/>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче