To increase the size of the textarea height in Add Record.

QuestionsTo increase the size of the textarea height in Add Record.
hk asked 2 months ago

Hi,

I would like to increase the height of the textarea on the add record page.

Thanks.

1 Answers
Abu Ghufran Staff answered 2 months ago

Hi,

You can set 500px to your desired value:

$col["edittype"] = "textarea"; 
$col["editoptions"] = array("style"=>"height:500px");
$cols[] = $col;
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

7 + 11 =

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?