Solution for changing textarea height in dialog |
12/13/2024 11:58:34 AM |
PHPRunner Tips and Tricks | |
M
MikeUk author
I asked this question back in june The solution turned out to be very simple. By adding some css to the event that calls the popup (in my case a button). //to adjust height of textarea in a dialog. btnName_control_1 {height: 150px; } |
|