hljt512
November 29, 2023, 6:12am
#1
How to integrate monaco.editor
sematik
December 26, 2023, 3:45pm
#2
Could you please, clarify your request?
hljt512
December 28, 2023, 6:47am
#3
dhx.Layout().attach(monaco.editor);
There is no possibility to attach a monaco editor to the layout cell directly.
You can add the html container to your layout cell using the attachHTML() method:
You can explore the attachHTML method of Layout in the documentation of the DHTMLX JavaScript UI library. Browse developer guides and API reference, try out code examples and live demos, and download a free 30-day evaluation version of DHTMLX Suite.
Where you can place any needed component