批量导出html完成, 支持导出笔记本下所有笔记

This commit is contained in:
life
2015-10-24 18:54:38 +08:00
parent 5f2ad33ffa
commit 29eaea0f7e
3 changed files with 154 additions and 38 deletions

View File

@@ -138,6 +138,17 @@ var Api = {
return me._exportMenus;
},
// 导出, 笔记本下
_exportMenusForNotebook: [],
addExportMenuForNotebook: function(menu) {
var me = this;
me._exportMenusForNotebook.push(menu);
},
getExportMenusForNotebook: function() {
var me = this;
return me._exportMenusForNotebook;
},
// 更多菜单
_moreMenus: [],
getMoreMenus: function() {