Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117751437
editor_images.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
728 B
Referenced Files
None
Subscribers
None
editor_images.js
View Options
var
rc_client
=
tinyMCEPopup
.
getParam
(
"rc_client"
);
if
(
rc_client
.
gui_objects
.
attachmentlist
)
{
var
tinyMCEImageList
=
new
Array
();
var
attachElems
=
rc_client
.
gui_objects
.
attachmentlist
.
getElementsByTagName
(
"li"
);
for
(
i
=
0
;
i
<
attachElems
.
length
;
i
++
)
{
var
liElem
=
attachElems
[
i
];
var
fname
=
attachElems
[
i
].
id
;
for
(
j
=
0
;
j
<
liElem
.
childNodes
.
length
;
j
++
)
{
if
(
liElem
.
childNodes
[
j
].
nodeName
==
"#text"
)
{
fname
=
liElem
.
childNodes
[
j
].
nodeValue
;
}
}
if
(
fname
.
match
(
/\.(bmp|gif|png|jpg|jpeg)$/
))
tinyMCEImageList
.
push
([
fname
,
rc_client
.
env
.
comm_path
+
'&_action=display-attachment&_file='
+
attachElems
[
i
].
id
]);
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 3:08 AM (18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18813291
Default Alt Text
editor_images.js (728 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline