Extend drop down box size
Is there a way to extend the size of the FIM drop down box? I have a custom drop down and my text is longer than the visible size.
May 17th, 2011 5:56pm

I have that problem too and I couldn't figure out a way. At the moment my sort-of workaround is to use the "Hint" option which writes the text in full under the box when an option is selected.http://www.wapshere.com/missmiis
Free Windows Admin Tool Kit Click here and download it now
May 18th, 2011 1:09am

Does anyone have instructions on how to performed the actions by Paul? I'm in need of this feature too.Kind regards, Freek Berson The Microsoft Platform Twitter Linked-in Wortell company website
June 21st, 2012 8:13am

The way I worked around this is by editing the following css file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\1033 STYLES\CORE.CSS In there look for the value .ms-lookuptypeintextbox. This sets the initial size of the dropdownbox. However, this value gets overwritten by inline css to something like 218px. To workaround this change the following part .ms-lookuptypeintextbox { width:20em vertical-align:middle; } into: .ms-lookuptypeintextbox { width:40em !important; vertical-align:middle; } The !important part makes sure that the value cannot be overwritten by the inline CSS and therefor you are able to change the value inside the core.css file. In my example I doubled to size to 40em. Note that this of course will change size of every UocDropDownList you have inside the FIM Portal. However before this change that was also the case of course, since every dropdownbox was 20em then. I think it would be possible to create mutliple .ms-lookuptypeintextbox instances inside the core.css and have different instances of UocDropDownList point to different instances of .ms-lookuptypeintextbox I did not try that, but that would require a lot more customizing of course.Kind regards, Freek Berson The Microsoft Platform Twitter Linked-in Wortell company website
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2012 3:32am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics