editor.show() and bootstrap4
editor.show() and bootstrap4
Using editor.show('field_name') with bootstrap4 the editor add style="display: block;" on this line:
...
<div class="DTE_Field form-group row DTE_Field_Type_text DTE_Field_Name_contatti.cont_ragsoc" style="display: block;">
is there a solution?
Thanks,
Giuseppe
This discussion has been closed.
Replies
Hi,
Thanks for your question. I'm not sure I understand what the problem is I'm afraid. Using
editor.field('first_name').show()
on this page doesn't appear to cause any issues.Allan
Exactly what I said happens...
Using
editor.field('first_name').show()
the field is displayed in the editor below its description because astyle="display: block;"
is added.Here the instructions I use:
No difference using
editor.field('first_name').show()
oreditor.show('first_name')
.Using
editor.show()
all visible fields have the same problem...I enclose the screenshots where Field2 is hidden in Edit and visible in Add.
Thanks,
Giuseppe
I wasn't able to reproduce that on the example I linked to above I'm afraid. Could you give me a link to your page so I can check it out and debug the issue?
Thanks,
Allan