Envelope added after all content

Envelope added after all content

nskwortsownskwortsow Posts: 120Questions: 0Answers: 0
edited October 2012 in Editor
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

Replies

  • allanallan Posts: 61,863Questions: 1Answers: 10,136 Site admin
    Hi,

    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
  • nskwortsownskwortsow Posts: 120Questions: 0Answers: 0
    Hi Allan,
    Thank you for your quick answer. OK, it would be nice to see this implemented shortly.
    /Nate
This discussion has been closed.