Columns in add/edit mode

QuestionsColumns in add/edit mode
KB asked 10 years ago

Hi,

Instead of showing the columns in the following format in add/edit mode.

ColumnA
ColumnB
ColumnC
ColumnD
ColumnE

how to organise the columns in the following format?

ColumnA ColumnB ColumnC
ColumnD ColumnE

Cheers,
KB

3 Answers
Abu Ghufran answered 10 years ago

Please refer code sample demos/editing/dialog-layout.php.
It allows you to have 2,3,4 column form.

Alejandro answered 10 years ago

Hi, this is only in the Full Version? It's posible to do with the free version?

Thanks

Abu Ghufran answered 10 years ago

Yes, it is fully supported in full version. I think you can also check the behavior in free too.

// to place a column on first row, and first column
$col["formoptions"] = array("rowpos"=>"1", "colpos"=>"1");

// to place a column on first row, and second column
$col["formoptions"] = array("rowpos"=>"1", "colpos"=>"2");

Your Answer

10 + 1 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?