How to change size and fields position of the editor?

How to change size and fields position of the editor?

hdsahdsa Posts: 7Questions: 0Answers: 0
edited October 2013 in Editor
How can I change the size of the editor and the position of the fields.
The need for this is because I need a big form and to position the various fields.
Thank you.

Replies

  • allanallan Posts: 61,709Questions: 1Answers: 10,102 Site admin
    Its all done via CSS. You can modify the size, position etc of the cells using the CSS in dataTables.editor.css which is in the distributed package.

    Also, you might want to consider using a plug-in display controller if you want absolute control over how the form is displayed: http://editor.datatables.net/tutorials/display_controllers

    Allan
  • matolamatola Posts: 23Questions: 6Answers: 1
    edited October 2013
    Hi. Allan.
    I just purchased Editor and you have done a great job!
    The only thing I need is to gain control over the form container to customize placement of inputs and labels using two columns. As a matter of fact, I would like to pre-design a form by goding html and have that placed in the form container for Editor to process. In that way I can get the form to look exactly the way I want.

    Do you have some advice on how to go about that?
    Thanks in advance.
This discussion has been closed.