Skip to content

Releases: psalmody/Bootstrap-Help-Manager

v0.5.1 Multi-page helpers and changing urls

22 Jul 00:30
Compare
Choose a tag to compare

Several API changes and a major overhaul on the console module are included in this update.

The console know runs in accordion-style panels instead of tabs. This makes it more scalable.

Furthermore, the client plugin requires now accesses a separate, streamlined PHP script and only requires one URL and one AJAX request, relying on the server to check for index page urls.

$('body').BHMClient({
    templateurl: "../templates/bhm.client.html",
    clienturl: "../src/bhm.client.php"
});

Enjoy!

Bootstrap Help-Manager v0.4.0

21 Jul 01:02
Compare
Choose a tag to compare

Bootstrap-Help-Manager (BHM) uses VertebrateJS and jQuery to provide a framework and console for managing help icons and content across an entire site.

v 0.4.0 converts from a bootstrap tabbed content console to an accordion style to allow for greater scalability. It also allows changing urls on existing pages and specifying index/default filenames to add help icons on index/default pages.