ublaboo/controls 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ublaboo/controls

最新稳定版本:v1.0.3

Composer 安装命令:

composer require ublaboo/controls

包简介

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

README 文档

README

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');

统计信息

  • 总下载量: 60.43k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-19