Skip to content

[DEPRECATED] Form controls for Nette Framework

License

Notifications You must be signed in to change notification settings

Involve-Digital/forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextras Forms

====================

This repository is deprecated.
Current releases work for Nette 2.2.
For Nette 3.0+ see new repositories nextras/form-components and nextras/forms-rendering.

====================

Build Status Downloads this Month Stable version Code coverage

List of components:

  • DatePicker - date picker, represented by DateTime object
  • DateTimePicker - date & time picker, represented by DateTime object
  • Typeahead - the best autocomplete for your forms
  • BS3InputMacros - input macros for Bootstrap 3 (adds some css classes)
  • Bs3FormRenderer - renders forms quicky in Bootstrap 3 design
  • Bs4FormRenderer - renders forms quicky in Bootstrap 4 design
  • ComponentControl - form's control which contains Component interface and my have own template, receive signals & render snippets;

Installation

The best way to install is using Composer:

$ composer require nextras/forms

For Date(Time)Picker we recommend use DateTime Picker for Bootstrap. See JS init script.

Documentation

Add in your config.neon:

extensions:
    nextras.form: Nextras\Forms\Bridges\NetteDI\FormsExtension

About

[DEPRECATED] Form controls for Nette Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 96.4%
  • JavaScript 3.4%
  • Shell 0.2%