2017 © Pedro Peláez
 

yii2-extension yii2-synctranslit

Widget for transliteration of text in the URL (on jQuery)

image

sibds/yii2-synctranslit

Widget for transliteration of text in the URL (on jQuery)

  • Thursday, February 11, 2016
  • by mazurva
  • Repository
  • 1 Watchers
  • 0 Stars
  • 93 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 18 % Grown

The README.md

jQuery syncTranslit plugin for Yii2

Widget for transliteration of text in the URL (on JavaScript), (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist sibds/yii2-synctranslit "*"

or add, (*4)

"sibds/yii2-synctranslit": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?php
 echo $form->field($model, 'name')->textInput(['maxlength' => true]);

 echo $form->field($model, 'alias')->widget(
         \sibds\widgets\translitInput::className(), 
         ['fromField' => 'name']
      );
?>

The Versions

11/02 2016

dev-master

9999999-dev

Widget for transliteration of text in the URL (on jQuery)

  Sources   Download

MIT

The Requires

 

extension yii2 jquery plugin synctranslit transliteration