myBase Desktop 7.x 插件函数参考手册
Introduction
1.
Introducing myBase Javascript APIs
2.
Writting Plugins in Javascript(使用Javascript编写插件)
3.
Installing .js Plugins(安装.js插件)
4.
A Simple Way to Test Script Code (测试脚本的简单方法)
5.
Concepts & Terms (基本概念和用语)
6.
The Global Functions Reference (全局函数参考)
6.1.
about
6.2.
alert
6.3.
confirm
6.4.
prompt
6.5.
dropdown
6.6.
input
6.7.
textbox
6.8.
beep
6.9.
sleep
6.10.
_gc
7.
The 'platform' Object Reference(platform对象参考)
7.1.
platform.getOpenFileName
7.2.
platform.getOpenFileNames
7.3.
platform.getSaveFileName
7.4.
platform.browseForFolder
7.5.
platform.getTempFile
7.6.
platform.getTempPath
7.7.
platform.getHomePath
7.8.
platform.getCurrentPath
7.9.
platform.deferDeleteFile
7.10.
platform.extractTextFromRtf
7.11.
platform.extractTextFromHtml
7.12.
platform.parseFile
7.13.
platform.tokenizeText
7.14.
platform.getClipboardText
7.15.
platform.setClipboardText
8.
The 'plugin' Object Reference(plugin对象参考)
8.1.
plugin.getAppWorkingDir
8.2.
plugin.getAppExeFile
8.3.
plugin.getPluginID
8.4.
plugin.getScriptFile
8.5.
plugin.getScriptTitle
8.6.
plugin.getShortcutFile
8.7.
plugin.getLanguageFile
8.8.
plugin.getPathToLangFiles
8.9.
plugin.getDefRootContainer
8.10.
plugin.getDefNoteFn
8.11.
plugin.refreshDocViews
8.12.
plugin.refreshOutline
8.13.
plugin.refreshLabelTree
8.14.
plugin.refreshCalendar
8.15.
plugin.refreshOverview
8.16.
plugin.getLocaleMsg
8.17.
plugin.getDbCount
8.18.
plugin.getDbIndex
8.19.
plugin.getCurDbIndex
8.20.
plugin.getCurNavigationTab
8.21.
plugin.getCurDocFile
8.22.
plugin.getCurDocPath
8.23.
plugin.getCurInfoItem
8.24.
plugin.getCurLabelItem
8.25.
plugin.getSelectedInfoItems
8.26.
plugin.getSelectedAttachments
8.27.
plugin.getSelectedText
8.28.
plugin.getTextContent
8.29.
plugin.setTextContent
8.30.
plugin.replaceSelectedText
8.31.
plugin.getQueryResults
8.32.
plugin.runQuery
8.33.
plugin.appendToResults
8.34.
plugin.setResultsPaneTitle
8.35.
plugin.showResultsPane
8.36.
plugin.initProgressRange
8.37.
plugin.showProgressMsg
8.38.
plugin.ctrlProgressBar
8.39.
plugin.destroyProgressBar
8.40.
plugin.commitCurrentChanges
8.41.
plugin.isContentEditable
8.42.
plugin.runDomScript
8.43.
plugin.setDomDirty
8.44.
plugin.setDomReadonly
9.
The 'CNyfDb' Class Reference(CNyfDb类参考)
9.1.
CNyfDb's Constructor
Powered by
GitBook
myBase Desktop 7.x 插件函数参考手册
plugin.destroyProgressBar
The 'destroyProgressBar' function makes the progress bar invisible.
Prototype: plugin.destroyProgressBar();
Parameters: None
Return Value: 0
Example:
plugin
.
destroyProgressBar
(
)
;