Skip to content

Releases: VitexSoftware/php-ease-twbootstrap-widgets

php8.1+

13 May 08:11
Compare
Choose a tag to compare

Full Changelog: 1.0...1.1.0

Stabilized

02 Dec 03:59
Compare
Choose a tag to compare

Stable release

Selectized

22 May 10:05
Compare
Choose a tag to compare

Easy way how to add Selectize.js support to Input box or Select using new Trait

Selectizer

Browsing History

18 Sep 10:25
Compare
Choose a tag to compare
  • LiveAge widget added
    LiveAge
  • Singn In form added
    Sign In
  • Password input with eye icon to show plaintext
    Password Input
  • BrowsingHistory class added
    Browsing History

TreeView

20 Jun 14:38
Compare
Choose a tag to compare

Go Online

11 Jun 05:48
Compare
Choose a tag to compare

Use CDN for boostrap-switch assets now

Begin

20 Dec 17:47
Compare
Choose a tag to compare

Bricks Included

in this initial version we have this two:

MainPageMenu

Well framed large icons

MainPageMenu

$mpmenu = new \Ease\ui\MainPageMenu();
$mpmenu->addMenuItem('logo.png', 'Caption', 'https://url/');

TwitterBootstrap Switch

Ease support for http://bootstrapswitch.com/

TWBSwitch

new Ease\ui\TWBSwitch('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);