JQuery Statusbar Plugin
This is a simple jquery plugin to help Electron application developers that are looking for a more "application" feel.
The plugin adds the statusbar function to the jquery object.
statusbaroptions; // createstatusbar"set" options //set
Create Options
Option Name | Description |
---|---|
columns | The number of columns the statusbar should have |
alignment | An array of the text alignment for each column (LEFT, CENTER, or RIGHT) |
Set Options
Option Name | Description |
---|---|
column | The column to set the content of one-indexed |
text | The text to set the column of the status bar to |
Usage
Include jquery.statusbar.css in the head of your document and include jquery.statusbar.js after jquery in your document.
;