|
楼主 |
发表于 2016-8-26 14:51:41
|
显示全部楼层
本帖最后由 tlkj 于 2016-8-26 14:53 编辑
1.docPath这个路径就是this.comp('attData').getVlue('uploadAddr')吗???
2.window.open(url, '_blank', 'toolbarposition=top,location=no,enableViewportScale=yes','100px');
var url = ???
3.可直接这样写吗window.open(url, '_blank', 'toolbarposition=top,location=no,enableViewportScale=yes','100px');
4.
var DocUtils = require('$UI/system/components/justep/docCommon/docUtil');
var docPath = ???//require('$UI/system/components/justep/docCommon/docUtil')
DocUtils.InnerUtils.getdocServerAction({
"docPath" : docPath,
urlPattern : "/repository/file/view/" + fileID + "/last/content",
isFormAction : false,
context : this.getContext()
});
window.open(url, '_blank', 'toolbarposition=top,location=no,enableViewportScale=yes','100px');
};
|
|