Releases: WebAndCow/CakePHP-Bootstrap-3-HtmlHelper
Releases · WebAndCow/CakePHP-Bootstrap-3-HtmlHelper
Release list
New features
- Add modal() function to create am Modal like Bootstrap in only 4 arguments max but 2 arguments min.
- Add confirm() function to create a button with a confirm() javascript. The confirm has a Bootstrap style and made specially for a best UX.
1.1.1
v1.1.0
Add new functions :
- icon -> to create Font Awesome Icons
- btn -> like Html->link(), to create buttons with bootstrap style. It might be used to create button tag
- tables functions (table, cell, lineColor, endTable) -> to create table with bootstrap style more easily
- New variables can change the load of some css and change the prefix of Font Awesome (icon- for v3 or fa- for v4)
- New layout to integer the BsHelper more easily and more quickly