2017 © Pedro Peláez
 

library base-form

Nette abstract form class with snippet support

image

adt/base-form

Nette abstract form class with snippet support

  • Friday, August 18, 2017
  • by michallohnisky
  • Repository
  • 16 Watchers
  • 0 Stars
  • 413 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 7 % Grown

The README.md

BaseForm

  • Bootstrap 4 renderer
  • all forms are ajax by default - you can turn this off by setting $this->isAjax = false
  • if you want use toggles in a form, just add $form->addGroup('anyNameYouWant') before the element(s) you want to toggle and then do $form['showElement']->addCondition($form::FILLED)->toggle('anyNameYouWant'). After the element(s), just use $form->addGroup(). Method addGroup just wrap elements to div with id attribute set to anyNameYouWant, it won't render any group caption. If you want to render a caption, do it manually in latte and then call {include renderGroup form => $form, group => 'nameOfYourGroup'}
  • if you render a form manually, you can use macro formPair for rendering both label and input including all the related stuff (wrapping div, error div, description div etc.)
  • if you render a form manually, you can use {include errors} for rendering errors
  • you can also render an entire container by {include renderContainer container => $form['container']}
  • empty labels are not rendered
  • submits are rendered as buttons (due to higher flexibility)

The Versions

18/08 2017

dev-master

9999999-dev http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

forms nette kdyby appsdevteam

18/08 2017

v1.0.5

1.0.5.0 http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

forms nette kdyby appsdevteam

12/08 2017

v1.0.4

1.0.4.0 http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

forms nette kdyby appsdevteam

12/08 2017

v1.0.3

1.0.3.0 http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

forms nette kdyby appsdevteam

25/01 2016

v1.0.2

1.0.2.0 http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

forms nette kdyby appsdevteam

08/10 2015

v1.0.1

1.0.1.0 http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

forms nette kdyby appsdevteam

12/08 2015

v1.0

1.0.0.0 http://appsdevteam.com

Nette abstract form class with snippet support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

bootstrap forms nette kdyby appsdevteam