Is it possible to change the font on the information message of the DataTable Editor?
Is it possible to change the font on the information message of the DataTable Editor?
Josh_Brooks
Posts: 11Questions: 4Answers: 0
Is there a way to change the style on the DataTable Editor info message?
<div class="DTE_Form_Info" data-dte-e="form_info" style="display: block;">
Info Message
</div>
editor.message("Info Message");
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sure - use the CSS
font
property.Allan
I was able to do a simple
Thanks!