Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am creating custom grid editor and I would like to have more than one RTE inside of it. Currently, I am initializing RTE like this
<div unique-id="control.$uniqueId" value="control.text1" grid-rte configuration="control.config.rte"> </div>
This works fine for one instance of RTE. However, when I try to add 2nd or 3rd RTE in this manner, they are not initialized, instead I am getting multiline textbox.
So, how to add more than one RTE, and, is this best way to add RTE?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Custom grid editor - how to add more than one RTE?
I am creating custom grid editor and I would like to have more than one RTE inside of it. Currently, I am initializing RTE like this
This works fine for one instance of RTE. However, when I try to add 2nd or 3rd RTE in this manner, they are not initialized, instead I am getting multiline textbox.
So, how to add more than one RTE, and, is this best way to add RTE?
is working on a reply...