Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Can you indicate how I can increase the default size of the window for the list page with search for lookup menus. I know that users can do so but I would like to make it easier by increasing the default size. Thanks.
Hi,open generated inlcude/onthefly.js file, find this code:
if((w > Wfcon || w < Wfcon) && Wfcon <= oW) w = Wfcon;
and add following just after:
w = w+300;