09-16-2010 10:02 AM
onActionFileTo: function dlA_onActionFileTo(assets)
{
this._copyMoveTo("file", assets);
},
added this to _copyMoveTo method// Check mode is an allowed one
if (!mode in
{
copy: true,
file: true, //added this
move: true
})
var dataWebScripts =
{
copy: "copy-to",
move: "move-to",
file: "add-child" //added this line
};
////////////////////////////////////////////////////////////
onOK: function DLCMT_onOK(e, p_obj)
{
var files, multipleFiles = [], params, i, j,
eventSuffix =
{
copy: "Copied",
move: "Moved",
file: "Filed"
};
09-17-2010 03:21 AM
09-17-2010 04:13 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.