Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Loading TinyMCE with episerver plugin (epi-link) in module

$
0
0

I'm creating a module for Episerver, and would like to reuse some of the Episerver compoinents.

I can load the ContenSelector-dialog that lets the user select a page from the pagetree like this:

I can load the datetime-pickerlike this:

                require(["epi/shell/widget/DateTimeSelectorDropDown","dojo/dom"
                ], function (
                    DateTimeSelectorDropDown,
                    dom
                ) {
                    datetimepicker = new DateTimeSelectorDropDown(dojoConfig, dom.byId("datetimePicker"));
                    }
                );

Is it possible to load a TinyMCE-editor with the epi-link plugin? I would like to let the editor select from the pagree, when creating links.


Viewing all articles
Browse latest Browse all 9076

Trending Articles