Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891771
behavior-pontificate.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
613 B
Referenced Files
None
Subscribers
None
behavior-pontificate.js
View Options
/**
* @provides javelin-behavior-conpherence-pontificate
* @requires javelin-behavior
* javelin-dom
* javelin-util
* javelin-workflow
* javelin-stratcom
* conpherence-thread-manager
*/
JX
.
behavior
(
'conpherence-pontificate'
,
function
()
{
var
_sendMessage
=
function
(
e
)
{
e
.
kill
();
var
form
=
e
.
getNode
(
'tag:form'
);
var
threadManager
=
JX
.
ConpherenceThreadManager
.
getInstance
();
threadManager
.
sendMessage
(
form
,
{});
};
JX
.
Stratcom
.
listen
(
[
'submit'
,
'didSyntheticSubmit'
],
'conpherence-pontificate'
,
_sendMessage
);
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 15:43 (3 w, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126118
Default Alt Text
behavior-pontificate.js (613 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment