They point the finger at me.. again!

How to in Jdeveloper ADF – increase the inputcomboboxlistofvalues dialog width

Posted in ADF, ADF Faces, af:inputcomboboxlistofvalues, How to, JDeveloper by vtkrishn on January 30, 2013

Problem:

To increase the width of the af:inputcomboboxlistofvalues dialog box.

Solution:

Recently I have been challenged to increase the width of the af:inputcomboboxlistofvalues dialog box. using contentStyle or inlinestyle will increase the width of the component and the dialog box will remain the same. So i thought of playing with the CSS file and could possibly achieve the width with the following hack.


<af:resource type=”css”>
.adf_dialog_main{
   min-width: 500px;
}
</af:resource>
About these ads

4 Responses

Subscribe to comments with RSS.

  1. Annabelle W. Mcgowan said, on February 7, 2013 at 10:40 pm

    Recently I have been challenged to increase the width of the af:inputcomboboxlistofvalues dialog box. using contentStyle or inlinestyle will increase the width of the component and the dialog box will remain the same. So i thought of playing with the CSS file and could possibly achieve the width with the following hack.

  2. Tyler said, on March 18, 2013 at 8:42 pm

    Hi,This component is a great job, but I found a liettl bug. When You try to use advance query and add two filter on the same field, in Your case DepartmenName. Then press search everything is ok. But trie to change one filter value and one more time press search. It doesn’t work as the first time. The component doesn’t see changes. What I found and it’s vrey strange, this work only for field that is first in the view object. I now it’s strange and I’ve check it few times. The problem occures only for listOfValues. Have You any idea what is going on with that component and how to fix it?RegardsPeter.

  3. GS test said, on March 31, 2013 at 10:25 am

    How to in Jdeveloper ADF – increase the inputcomboboxlistofvalues dialog width | They point the finger at me.. again!

  4. läs mera said, on April 9, 2013 at 7:17 am

    Good blog right here! Also your web site loads right up fast! What host will you be using? Am i allowed to make your affiliate hyperlink to your number? If only my internet site loaded as fast seeing that yours hahaha


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

%d bloggers like this: