Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • milicicd 3 posts 22 karma points
    Aug 25, 2015 @ 11:05
    milicicd
    0

    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

               <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?

Please Sign in or register to post replies

Write your reply to:

Draft