I'm creating a custom editor that involves editing complex objects that include (among other things) XhtmlStrings and LinkItemCollections. Unfortunately, I'm not finding any easy way to actually include the out-of-the-box Optimizely editors for those. I do have ContentSelector working for ContentReferences, however.
Here's an example of what I've tried for the LinkEditor.
I'm creating a custom editor that involves editing complex objects that include (among other things) XhtmlStrings and LinkItemCollections. Unfortunately, I'm not finding any easy way to actually include the out-of-the-box Optimizely editors for those. I do have ContentSelector working for ContentReferences, however.
Here's an example of what I've tried for the LinkEditor.
However, when I run this.linkEditor.startup(), I get this:
"
"Does anyone have any advice on the best way to include the LinkEditor and the TinyMCE XhtmlString editor in a custom admin editor?