Skip to content

Releases: WebAndCow/CakePHP-Bootstrap-3-HtmlHelper

New features

Choose a tag to compare

@WebAndCow WebAndCow released this 30 Jan 10:10
  • 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

Choose a tag to compare

@WebAndCow WebAndCow released this 06 Dec 09:24

You can start normally a new CakePHP project and add these files in your app folder.
The example view is in the PagesController -> col()

v1.1.0

Choose a tag to compare

@WebAndCow WebAndCow released this 25 Oct 07:57

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

v1.0.1

Choose a tag to compare

@WebAndCow WebAndCow released this 20 Sep 13:29

Updated comments of the col() function and modified the image() function to add classes after the class "img-responsive" and not before

v1.0.0

Choose a tag to compare

@WebAndCow WebAndCow released this 16 Sep 14:49

A package create for the Bootstrap 3 Helper for CakePHP.