* [bug #64382] support exporting single api to word.
This commit is contained in:
@@ -1582,6 +1582,11 @@ const commands =
|
||||
const docID = args[3] || docApp.docID;
|
||||
|
||||
const url = $.createLink('api', 'export', `libID=${libID}&version=0&release=${release}&moduleID=${moduleID}${docID ? `&apiID=${docID}` : ''}`);
|
||||
if(docID)
|
||||
{
|
||||
window.open(url, '_self');
|
||||
return;
|
||||
}
|
||||
zui.Modal.open({url: url, size: 'sm'});
|
||||
},
|
||||
importFile: function(info, args)
|
||||
|
||||
Reference in New Issue
Block a user