Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

Changing of AJAX popup width in add or edit page

$
0
0
Hi,

Is it possible to change width of ajax popup in add page when I use loopkup wizard? The popup (listed record area) is shorter than the field. Some records are appeared as two lines. I used the following java code but popup did not change, only field size has been changed with the java code.

it seems this question has been asked 8 years ago. In that time user solved the problem over static page editing. I would like to ask you java solution is possible or not?
http://asprunner.com/forums/topic/14969-how-to-adjust-width-of-edit-box-with-ajax-popup/

This code is changing size of field, not popup
var ctrl = Runner.getControl(pageid, 'cust_name');
ctrl.getDispElem().css("width", "400px");

sceenshot
https://ibb.co/hvbmvU

Best Regards,

Viewing all articles
Browse latest Browse all 2586

Trending Articles