Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120825438
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
401 B
Referenced Files
None
Subscribers
None
editor_images.js
View Options
var
rc_client
=
tinyMCEPopup
.
getParam
(
"rc_client"
);
if
(
rc_client
.
env
.
attachments
)
{
var
tinyMCEImageList
=
new
Array
();
for
(
var
id
in
rc_client
.
env
.
attachments
)
{
var
att
=
rc_client
.
env
.
attachments
[
id
];
if
(
att
.
complete
&&
att
.
mimetype
.
indexOf
(
'image/'
)
==
0
)
tinyMCEImageList
.
push
([
att
.
name
,
rc_client
.
env
.
comm_path
+
'&_action=display-attachment&_file='
+
id
]);
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 10:38 AM (8 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18787881
Default Alt Text
editor_images.js (401 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline