Releases: VitexSoftware/php-ease-twbootstrap-widgets
Releases · VitexSoftware/php-ease-twbootstrap-widgets
php8.1+
Stabilized
Stable release
Selectized
Easy way how to add Selectize.js support to Input box or Select using new Trait
Browsing History
TreeView
Added support for http://jonmiles.github.io/bootstrap-treeview/
Go Online
Begin
Bricks Included
in this initial version we have this two:
MainPageMenu
Well framed large icons
$mpmenu = new \Ease\ui\MainPageMenu();
$mpmenu->addMenuItem('logo.png', 'Caption', 'https://url/');
TwitterBootstrap Switch
Ease support for http://bootstrapswitch.com/
new Ease\ui\TWBSwitch('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);