Case Module has Updates-Text Field with TinyMCE. As per below screenshot, I’ve one Button as “Add” and Once I click on the Button, I want to add the same field with TinyMCE below the Main Field using JQuery.
Note : I do not want to do any code in the default file.
Hi,
Do you want multiple fields against one record???
Basically, for this to achieve some code is must, but we can do it in Upgrade Safe way.
Now the question is, how many TinyMCE fields you want to add against 1 record?
If more then 1, then how are you planning to handle it, there are 2 possibilities
1: Create another module, and attach it to this one to save multiple MCE entries for one records
2: Create 1 custom field in the same module and then save the data in encoded format.
But in simple, i can tell you 1 thing, without CODE this is impossible to do. If you are a developer, i have given you enough of hints, if you are not a developer, you need to engage any professional to do it.
Hi
Now the question is, how many TinyMCE fields we want to add against 1 record?
It’s “x” Number of TinyMCE field. Once i click on “Add” Button, it’ll add field.
For handing more than TinyMCE fields, Currenlty we prefer create custom table and maintain recordid, modulename, main tinyMCE field name, custom TinyMCE field name in it.
I’m developer and i need to do this thing using jquery code.
Main Problem is that once i click on the “Add” Button, it’ll add textarea but TinyMCE is not apply on it because it’s apply on page load of any textarea field
please guide