Do we have any extension/widget for Yii which lets user to populate textarea with one of predefined text variations? Couldn’t find any.
Do we have any extension/widget for Yii which lets user to populate textarea with one of predefined text variations? Couldn’t find any.
should not be difficult to implement, if you explain might be able to help you
Thank you, I already implemented it.
Created a widget containing a dropDownList with templates variations and a textArea. Then registered JS to update textAreas’ content on dropDownLists’ change.