Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6066712
editor_plugin.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
944 B
Referenced Files
None
Subscribers
None
editor_plugin.js
View Options
(
function
(){
tinymce
.
create
(
"tinymce.plugins.Nonbreaking"
,{
init
:
function
(
a
,
b
){
var
c
=
this
;
c
.
editor
=
a
;
a
.
addCommand
(
"mceNonBreaking"
,
function
(){
a
.
execCommand
(
"mceInsertContent"
,
false
,(
a
.
plugins
.
visualchars
&&
a
.
plugins
.
visualchars
.
state
)
?
'<span data-mce-bogus="1" class="mceItemHidden mceItemNbsp"> </span>'
:
" "
)});
a
.
addButton
(
"nonbreaking"
,{
title
:
"nonbreaking.nonbreaking_desc"
,
cmd
:
"mceNonBreaking"
});
if
(
a
.
getParam
(
"nonbreaking_force_tab"
)){
a
.
onKeyDown
.
add
(
function
(
d
,
f
){
if
(
f
.
keyCode
==
9
){
f
.
preventDefault
();
d
.
execCommand
(
"mceNonBreaking"
);
d
.
execCommand
(
"mceNonBreaking"
);
d
.
execCommand
(
"mceNonBreaking"
)}})}},
getInfo
:
function
(){
return
{
longname
:
"Nonbreaking space"
,
author
:
"Moxiecode Systems AB"
,
authorurl
:
"http://tinymce.moxiecode.com"
,
infourl
:
"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/nonbreaking"
,
version
:
tinymce
.
majorVersion
+
"."
+
tinymce
.
minorVersion
}}});
tinymce
.
PluginManager
.
add
(
"nonbreaking"
,
tinymce
.
plugins
.
Nonbreaking
)})();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 4:58 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
573805
Default Alt Text
editor_plugin.js (944 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment