Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890965
behavior-launch-icon-composer.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
525 B
Referenced Files
None
Subscribers
None
behavior-launch-icon-composer.js
View Options
/**
* @provides javelin-behavior-launch-icon-composer
* @requires javelin-behavior
* javelin-dom
* javelin-workflow
*/
JX
.
behavior
(
'launch-icon-composer'
,
function
(
config
)
{
JX
.
DOM
.
listen
(
JX
.
$
(
config
.
launchID
),
'click'
,
null
,
function
(
e
)
{
e
.
kill
();
new
JX
.
Workflow
(
'/file/compose/'
)
.
setHandler
(
function
(
r
)
{
JX
.
$
(
config
.
inputID
).
value
=
r
.
phid
;
JX
.
DOM
.
findAbove
(
e
.
getTarget
(),
'form'
).
submit
();
})
.
start
();
});
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 14:24 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125475
Default Alt Text
behavior-launch-icon-composer.js (525 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment