dev-master
9999999-devWidget for transliteration of text in the URL (on jQuery)
MIT
The Requires
by Vadim Mazur
extension yii2 jquery plugin synctranslit transliteration
Widget for transliteration of text in the URL (on jQuery)
Widget for transliteration of text in the URL (on JavaScript), (*1)
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)
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'] ); ?>
Widget for transliteration of text in the URL (on jQuery)
MIT
extension yii2 jquery plugin synctranslit transliteration