Customize Editor Form

Customize Editor Form

Son_Of_FlynnSon_Of_Flynn Posts: 2Questions: 0Answers: 0
edited August 2013 in General
Hi,

I want to create a form div to the left and another one to the right 2 forms side by side divided by a vertical line. How do I do this?
I'm using this method:
http://editor.datatables.net/release/DataTables/extras/Editor/examples/index.html

Thanks for any support given.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Hi,

    Do you mean two columns, with fields + labels in both the left and right columns - inside the Editor form?

    Also, could you confirm what DataTables account you are using Editor under please? I don't seem to have a license or trial license registered to your account.

    Thanks,
    Allan
  • Son_Of_FlynnSon_Of_Flynn Posts: 2Questions: 0Answers: 0
    trial, yes two divs within Editor form is what I mean, a set of fields to the left and a set of fields to the right div
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    The way I'd approach it is to use CSS to alter the width and position of the fields. You might make the `DTE_Field` elements width:50% and float left for example.

    Allan
This discussion has been closed.