Web Console components for the JGrapes framework.
JGrapes-WebConsole
Web Console components for the JGrapes framework. The components build on the core framework and components.
org.jgrapes.webconsole
- Components for building web consoles. Make sure to read this package’s description first.
Package | Description |
---|---|
org.jgrapes.webconlet.markdowndisplay |
A web console component for displaying markdown text in a web console.
|
org.jgrapes.webconlet.sysinfo |
A web console component for displaying system information in
a web console.
|
org.jgrapes.webconsole.base |
Provides the components for building web consoles based on the
core, io and http packages.
|
org.jgrapes.webconsole.base.events |
The events used by the web console related components.
|
org.jgrapes.webconsole.base.freemarker |
Classes for implementing a freemarker based web console component.
|
org.jgrapes.webconsole.bootstrap4 |
Provides a web console weblet that implements the web console page using the
Bootstrap 4 framework.
|
org.jgrapes.webconsole.jqueryui |
Provides a web console weblet that implements the web console page using the
JQuery UI framework.
|
org.jgrapes.webconsole.jqueryui.events |
The events used by the jQuery UI web console.
|
org.jgrapes.webconsole.jqueryui.themes.base |
The base theme for the web console.
|
org.jgrapes.webconsole.provider.browserrequire |
Provides a component for adding the
Browser Require
library to a web console.
|
org.jgrapes.webconsole.provider.chartjs |
Provides a component for adding the Chart.js
library to a web console.
|
org.jgrapes.webconsole.provider.datatables |
Provides a component for adding the datatables
library to a web console.
|
org.jgrapes.webconsole.provider.fontawesome |
Provides a component for adding the Fontawesome
free web font to a web console.
|
org.jgrapes.webconsole.provider.gridstack |
Provides a component for adding the Gridstack.js
library to a web console.
|
org.jgrapes.webconsole.provider.jgwcvuecomponents |
Provides some vue components used in but independent of the Vue.js
web console which may also be of interest when implementing
web console components.
|
org.jgrapes.webconsole.provider.jquery |
Provides a component for adding the jquery
library to a web console.
|
org.jgrapes.webconsole.provider.jqueryui |
Provides a component for adding the jQueryUI
library to a web console.
|
org.jgrapes.webconsole.provider.jquitouchpunch |
Provides a component for adding the
jQuery UI Touch Punch
library to a web console.
|
org.jgrapes.webconsole.provider.lodash |
Provides a component for adding the Lodash
library to a web console.
|
org.jgrapes.webconsole.provider.markdownit |
Provides a component for adding the
markdownit library
to a web console.
|
org.jgrapes.webconsole.provider.moment |
Provides a component for adding the moment
library to a web console.
|
org.jgrapes.webconsole.provider.vue |
Provides a component for adding the Vue.js
library to a web console.
|
org.jgrapes.webconsole.provider.vuejs |
Provides a component for adding the vue.js
library to a web console.
|
org.jgrapes.webconsole.provider.vuex |
Provides a component for adding the Vuex
library to a web console.
|
org.jgrapes.webconsole.vuejs |
Provides a web console weblet that implements the main page using the
Vue.js library.
|