What is DTE_Footer_Content for
What is DTE_Footer_Content for
oliblackwell
Posts: 2Questions: 0Answers: 0
in Editor
In an editable window footer there is a div with this class, yet I cant see any way through the API to add content to it, and have also never seen anything in it.
So does anyone know:
- What content gets put in it?
- How to put content in it via the API?
This discussion has been closed.
Replies
Its actually a bit of a legacy element that. It was used in previous versions of Editor, but with altered CSS it is basically redundant now. It can probably be removed - I'll look into that.
Allan
It would be a good feature to be able to put text into here.
Our use case -
At the bottom of all forms we have a message: 'by clicking submit you agree to these t's & C's etc...', by putting the text in the bottom of the form its always viewable (as opposed to using a plugin to put it in the form content).
At the moment we do this with some JS insertion once the form is loaded but I think there's definitely a case for having a footer text insertion feature in the same way there is for the header