holly-packages
v1.2.5
Published
Packages for Holly app.
Maintainers
Readme
holly-packages
Packages for Holly app.
Installation
npm install holly-packages --save-devPackages Notes
AdminLTE
- ~~Removed Google Fonts.~~
- ~~Fixed
main-footerflash when dynamic change the page content's height on DOM loading. e.g. shows a datatables via Ajax on DOM ready.~~ - Added
$.fn.boxspinfunction to spin any.boxelements.
Bootbox
- Fixed position of dialog to the center of screen.
- Automatically detect browser language.
Bootstrap
- Removed Glyphicons.
DataTables
- Replaced Glyphicons to Font-Awesome.
- Applied default options.
FastClick
- Attached for
document.bodyautomatically onDOMContentLoaded.
Highlight.js
Upgrade steps:
- Open https://highlightjs.org/download/
- Select all languages under Common
- Select
AppleScript,SCSS,Swift,YAMLunder Other - Click download button
- Move decompressed
highlightfolder to the root of this project
Recommended themes:
- Atom One Dark
- Atom One Light
- Github
- Github Gist
- Ocean
- Tomorrow
- Tomorrow Night
- Solarized Dark
WebViewJavascriptBridge
- Added alias
JSBridgetoWebViewJavascriptBridgeobject. - Setup JSBridge when
AgentClient.isAppClientistrue. - Added alias
ontoJSBridge.registerHandlermethod. - Added
sendmethod to call the default handler named"default". - Added
apimethod to send{ action: "", data: ... }. - Invoke
JSBridgeReady(bridge)function when JSBridge is ready.
