Skip to content
forked from ublaboo/controls

Extension for Nette Framework: Some of form controls modified (no-translate select box options, checkbox list, changeable label text input, etc)

License

Notifications You must be signed in to change notification settings

MartkCz/controls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Latest Stable Version License Total Downloads Gitter

controls

Extension for Nette Framework: Some of form controls modified (no-translate select box options, checkbox list, changeable label text input, etc)

1, Register extension

extensions:
  controls: Ublaboo\Controls\DI\ExtensionsExtension

NotTranslatableRadioList

This control allows translating input names but not datio titles

$form->addNotTranslatableRadioList('Name', $values);

NotTranslatableSelectBox

The same, but with Selet and it's options

$form->addNotTranslatableSelect('Name', $options);

TextInputCustomLabel

You know, when you want to change input's label for example in form factory, the label stays unchanged when rendering form in template. This can be changed by using TextInputCustomLabel:

$form->addTextCustomLabel('name', 'Name');

About

Extension for Nette Framework: Some of form controls modified (no-translate select box options, checkbox list, changeable label text input, etc)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%