dev-master
9999999-devText area with clickable tokens for Yii2 forms
GPL-3.0+
The Requires
by Marko Medojevic
extension yii2 form textarea tokens
Text area with clickable tokens for Yii2 forms
This is drop-in replacement for textarea form element. It provides tokens below form element. Text is automatically inserted into textarea by clicking one of tokens., (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist mmedojevicbg/yii2-text-area-tokens "dev-master"
or add, (*4)
"mmedojevicbg/yii2-text-area-tokens": "dev-master"
to the require section of your composer.json
file., (*5)
echo TextAreaTokens::widget(['model' => $model, 'attribute' => 'textfield1', 'tokens' => ['first_name', 'last_name', 'phone_number'], 'options' => ['rows' => 8, 'cols' => 100]])
Text area with clickable tokens for Yii2 forms
GPL-3.0+
extension yii2 form textarea tokens