03-05-2015 05:02 AM
_adjustGuiIfFinished
method. I've tried several times to do it, but all of them failed (I was using some tutorials/examples: dnd-upload-ep.js
with following content:dnd-upload.get.html.ftl
and include file in js dependencies:
…
<@markup id="js">
<#– JavaScript Dependencies –>
<@script type="text/javascript" src="${url.context}/res/components/upload/dnd-upload.js" group="upload"/>
<@script type="text/javascript" src="${url.context}/res/components/upload/dnd-upload-ep.js" group="upload"/>
</@>
…
DNDUpload
instantiate recently created EpDNDUpload
. To do it override dnd-upload.get.js
changing 'Widget instantiation metadata':Alfresco.EpDNDUpload
not created and could't be instantiated.03-17-2015 04:48 AM
Alfresco.DNDUpload.prototype._adjustGuiIfFinished = function EpDNDUpload_adjustGuiIfFinished(){………..}
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.