Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3313316
editor_images.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
434 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
+
'&_id='
+
rc_client
.
env
.
compose_id
]);
}
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 2:21 PM (1 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
501826
Default Alt Text
editor_images.js (434 B)
Attached To
Mode
R3 roundcubemail
Attached
Detach File
Event Timeline
Log In to Comment