Hi,
I use CJuitabs for multiple element, per exemple textArea and textField is in different tabs on CJuitabs.
It’s easy to use CJuitabs to insert elements but complex to edit elements.
Per exemple I had a paragraph with the help of textArea tab :
This is my paragraph.
And then I want to use text Field to add Lol.
This is my paragraph
Lol
here are my tabs :
textArea | textField (with an easy form inside for the different element)
If I click on lol I would like that the textField is selected and the input inside is populated with lol
Someone can say me how to achieve this ?
Thanks