Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891611
WorkboardOrderTemplate.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
378 B
Referenced Files
None
Subscribers
None
WorkboardOrderTemplate.js
View Options
/**
* @provides javelin-workboard-order-template
* @requires javelin-install
* @javelin
*/
JX
.
install
(
'WorkboardOrderTemplate'
,
{
construct
:
function
(
order
)
{
this
.
_orderKey
=
order
;
},
properties
:
{
hasHeaders
:
false
,
canReorder
:
false
},
members
:
{
_orderKey
:
null
,
getOrderKey
:
function
()
{
return
this
.
_orderKey
;
}
}
});
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 15:28 (3 w, 23 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125991
Default Alt Text
WorkboardOrderTemplate.js (378 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment