add or edit form

Questionsadd or edit form
Georges asked 6 months ago

Hi,

with Add/Edit Forms, is it possible to manage and customize inside a form:

lef margin form columns

different fields size

 

regards

 

https://imgur.com/a/tudizbf

 

1 Answers
Abu Ghufran Staff answered 5 months ago

Hello,

You can override following CSS styles in style tags after the inclusion of css files.

// for left margin
.ui-jqdialog-content .CaptionTD { width:20%; }

// for field width
.ui-jqdialog-content input.FormElement, .ui-jqdialog-content select.FormElement, 
.ui-jqdialog-content textarea.FormElement { width: 80%; }
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

4 + 7 =

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?