-
Notifications
You must be signed in to change notification settings - Fork 88
File
Wai Ho Leung edited this page May 1, 2014
·
4 revisions
Wiki ▸ API Reference ▸ File
# wb.createDownloadUrl(evt)
Creates a URL for the current scripts.
- evt: The event that triggers calls this function.
===
# wb.creatgetFileseDownloadUrl(evt)
Gets the existing scripts from drag-and-drop event and loads the first scripts.
- evt: The event that triggers calls this function.
===
# wb.loadCurrentScripts(queryParsed)
Loads the scripts from a parsed query object.
- queryParsed: The parsed query object.
===
# wb.loadRecentGists()
Populates the gist submenu with recent gists.
===
# wb.loadScriptsFromFilesystem(event)
Loads the existing scripts from filesystem.
- event: The event that triggers calls this function.
===
# wb.loadScriptsFromGistId(id)
- id: The ID of the Gist to be loaded.
Loads the existing scripts from gist.
===
# wb.saveCurrentScripts()
Saves the current scripts to local storage.
===
# wb.saveCurrentScriptsToGist(event)
Saves the current scripts to gist.
- event: The event that triggers calls this function.