Envelope added after all content
Envelope added after all content
nskwortsow
Posts: 120Questions: 0Answers: 0
Hi,
I am implementing Editor in a Bootstrap framework. My markup is valid.
When I choose "Envelope" editing, the DTED_Envelope_ divs are added after the last closing div; right before the closing body tag, and not inside the table. So when I edit a record, the envelope is in the bottom left of the screen.
How do I fix this?
/N
I am implementing Editor in a Bootstrap framework. My markup is valid.
When I choose "Envelope" editing, the DTED_Envelope_ divs are added after the last closing div; right before the closing body tag, and not inside the table. So when I edit a record, the envelope is in the bottom left of the screen.
How do I fix this?
/N
This discussion has been closed.
Replies
The envelope display controller is not compatible with Bootstrap at this time. Indeed the standard 'lightbox' display controller also is not compatible with Bootstrap - instead the Editor bootstrap integration defines its own display controller `DataTable.Editor.display.bootstrap` which is used in preference to the built in ones.
I suspect its mainly CSS conflicts / not loading the Editor CSS that is the issue here, although it might be slightly deeper rooted since, as I say, the envelope display controller doesn't have any support for Bootstrap. I have added this request to the future feature list :-)
Allan
Thank you for your quick answer. OK, it would be nice to see this implemented shortly.
/Nate