Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117748303
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
679 B
Referenced Files
None
Subscribers
None
editor_images.js
View Options
var
rc_client
=
tinyMCEPopup
.
windowOpener
.
rcube_webmail_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
;
}
}
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, 12:54 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18821792
Default Alt Text
editor_images.js (679 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline