Form factory with bootstrap renderer and ITranslator auto inject

1.0.5 2017-11-29 12:22 UTC

This package is auto-updated.

Last update: 2024-04-12 19:56:51 UTC


README

This is small Nette Framework package with BaseControl class and form factory using translator and Nextras bootstrap 3 renderer

Installation

Requirements:

composer require holabs\ui

Configuration

You can define your Form class which will be created by formFactory default is Holabs\UI\Form

extensions:
	holabs.ui: Holabs\UI\Bridges\Nette\UIExtension
	
holabs.ui:
	form-factory:
		class: 'Holabs\UI\Form'