Thanks this is exactly what I needed! ________________________________
From: Action Request System discussion list(ARSList) [mailto:[email protected]] On Behalf Of Jill E. Anderson Sent: Thursday, December 02, 2010 3:35 PM To: [email protected] Subject: Re: Mid Tier 7.5 Expanding Fields Boxes ** Christie, Pasting from an earlier list post: The change will be made in the ClientCore.js file. There are separate ClientCore.js files for the browsers supported. They are located in the <mid-tier_install>\resources\<browser>\javascript directory. Each ClientCore.js file will need to be updated. Note: Changes to the ClientCore.js file will be overwritten if a patch is applied after the change is made. If you are required to apply a patch to the mid-tier, then you will have to redo the customization of the ClientCore.js files. How to change the size of the popup windows: 1) Locate the following method: CharEditPopup.prototype.init=function(field) 2) In that method (a few lines down) the following line is what sets the pixel size of the width and height of the popup windows: this.SetSize(320,300); 3) The first parameter (320) is the width and the second (300) is the height. They just need to change those numbers to make all the popup's larger. 4) Once the changes are made and saved, the browser cache must be cleared before the changes will be seen in the web-client. Jill Anderson On Thu, Dec 2, 2010 at 4:21 PM, Pargeter, Christie :CO IS <[email protected]> wrote: ** Hi All - After we upgraded to Mid Tier 7.5 the expanding fields window is opening too small for our people. Is it possible to have the default size of this section larger? Where would I change this? _attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

