Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F11543540
editor_plugin.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
909 B
Referenced Files
None
Subscribers
None
editor_plugin.js
View Options
(
function
(){
tinymce
.
create
(
"tinymce.plugins.IESpell"
,{
init
:
function
(
a
,
b
){
var
c
=
this
,
d
;
if
(
!
tinymce
.
isIE
){
return
}
c
.
editor
=
a
;
a
.
addCommand
(
"mceIESpell"
,
function
(){
try
{
d
=
new
ActiveXObject
(
"ieSpell.ieSpellExtension"
);
d
.
CheckDocumentNode
(
a
.
getDoc
().
documentElement
)}
catch
(
f
){
if
(
f
.
number
==-
2146827859
){
a
.
windowManager
.
confirm
(
a
.
getLang
(
"iespell.download"
),
function
(
e
){
if
(
e
){
window
.
open
(
"http://www.iespell.com/download.php"
,
"ieSpellDownload"
,
""
)}})}
else
{
a
.
windowManager
.
alert
(
"Error Loading ieSpell: Exception "
+
f
.
number
)}}});
a
.
addButton
(
"iespell"
,{
title
:
"iespell.iespell_desc"
,
cmd
:
"mceIESpell"
})},
getInfo
:
function
(){
return
{
longname
:
"IESpell (IE Only)"
,
author
:
"Moxiecode Systems AB"
,
authorurl
:
"http://tinymce.moxiecode.com"
,
infourl
:
"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/iespell"
,
version
:
tinymce
.
majorVersion
+
"."
+
tinymce
.
minorVersion
}}});
tinymce
.
PluginManager
.
add
(
"iespell"
,
tinymce
.
plugins
.
IESpell
)})();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 28, 10:39 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1445180
Default Alt Text
editor_plugin.js (909 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment