2017 © Pedro Peláez
 

library controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

image

ublaboo/controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

  • Monday, July 3, 2017
  • by paveljanda
  • Repository
  • 2 Watchers
  • 0 Stars
  • 48,597 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Build Status Latest Stable Version License Total Downloads Gitter, (*1)

controls

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

1, Register extension

extensions:
  controls: Ublaboo\Controls\DI\ExtensionsExtension

NotTranslatableRadioList

This control allows translating input names but not datio titles, (*3)

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

NotTranslatableSelectBox

The same, but with Selet and it's options, (*5)

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

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:, (*7)

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

The Versions

03/07 2017

dev-master

9999999-dev https://ublaboo.org/controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

  Sources   Download

MIT

The Requires

 

The Development Requires

extension nette controls

12/01 2017

v1.0.3

1.0.3.0 http://ublaboo.paveljanda.com/controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

  Sources   Download

MIT

The Requires

 

The Development Requires

extension nette controls

02/07 2016

v1.0.2

1.0.2.0 http://ublaboo.paveljanda.com/controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

  Sources   Download

MIT

The Requires

 

The Development Requires

extension nette controls

02/07 2016

v1.0.1

1.0.1.0 http://ublaboo.paveljanda.com/controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

  Sources   Download

MIT

The Requires

 

The Development Requires

extension nette controls

20/01 2016

v1.0.0

1.0.0.0 http://ublaboo.paveljanda.com/controls

Extension for Nette Framework: Controls: that has not translatable content (radiolist, selectbox), custom label text input

  Sources   Download

MIT

The Requires

 

The Development Requires

extension nette controls