Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4690811
editor_plugin.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
editor_plugin.js
View Options
(
function
(){
tinymce
.
PluginManager
.
requireLangPack
(
"example"
);
tinymce
.
create
(
"tinymce.plugins.ExamplePlugin"
,{
init
:
function
(
a
,
b
){
a
.
addCommand
(
"mceExample"
,
function
(){
a
.
windowManager
.
open
({
file
:
b
+
"/dialog.htm"
,
width
:
320
+
parseInt
(
a
.
getLang
(
"example.delta_width"
,
0
)),
height
:
120
+
parseInt
(
a
.
getLang
(
"example.delta_height"
,
0
)),
inline
:
1
},{
plugin_url
:
b
,
some_custom_arg
:
"custom arg"
})});
a
.
addButton
(
"example"
,{
title
:
"example.desc"
,
cmd
:
"mceExample"
,
image
:
b
+
"/img/example.gif"
});
a
.
onNodeChange
.
add
(
function
(
d
,
c
,
e
){
c
.
setActive
(
"example"
,
e
.
nodeName
==
"IMG"
)})},
createControl
:
function
(
b
,
a
){
return
null
},
getInfo
:
function
(){
return
{
longname
:
"Example plugin"
,
author
:
"Some author"
,
authorurl
:
"http://tinymce.moxiecode.com"
,
infourl
:
"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/example"
,
version
:
"1.0"
}}});
tinymce
.
PluginManager
.
add
(
"example"
,
tinymce
.
plugins
.
ExamplePlugin
)})();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 1, 5:09 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
581800
Default Alt Text
editor_plugin.js (860 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment