Width « IceFaces « JSF Q&A





1. JSF: How to get client browser attributes (height, width) to backing bean    stackoverflow.com

What's the best way to get client screen attributes to my backing bean? I'd like to work out some dynamic sizing and popup positioning. The application is built with ICEfaces/JSF2.0. I'm thinking ...

2. Column Width in ICEFACES    coderanch.com

3. Problem with ice:columns width in ice:datatable    icefaces.org

Hi Rajesh, Instead of using Column width, you could do this entirely using CSS. In the datatable, set the style for headers using "headerClasses". The default style for header is "iceDatTblColHdr". You could define the width for the column header in your CSS. You could assign the same width to the column data elements using the style for columns "columnClasses". Hope ...

5. Table Width Problem In Firefox 3.0.5    icefaces.org

hi we have built an application.It is working fine in firefox 2.0.0.20 and lesser version.present we updated firefox to 3.0.5.Every thing working fine. But The table is moving beyond the limit of page.and we are getting unnecessary scroll bars. Here I am sending the sample application and it outputs in firefox2.0.0.20 and 3.0.5 for the same application. we can fix this ...

7.  width problem    icefaces.org

hi all ! ok, seems to me, my problem was not clear enough defined: --> second try: When I use tag to produce a series of columns I want to defined a width of 67 px for each column (dont ask why 67...). the renderd output contains an HTML-TD-Tag with a style attribut containing a width of 150px. ...





10. panelPopup on safari uses max width    icefaces.org

11. SelectInputDate field width reduced....    icefaces.org

hey thanks for Your reply. But still i am not getting the date field to be reduced. I have tried like this In jspx: In css .dateOnlyPopup { min-width:6em; width:6em; } .dateOnlyInput { min-width:6em; width:6em; } anything ...

12. selectinputText popup width    icefaces.org

13. width:100% not working on conditional rendered??? in Firefox    icefaces.org

This works fine in IE, but when I try it in firefox, the dataTables are shown outside of the panelCollapsible background. Taking out the

helped some. See the rendered="#{image == display.images[1]}"> which may be causing the problem. Code:

14. How to set facet width?    icefaces.org

15. Mutliple tab rows in panelTabSet / many tabs and width    icefaces.org

I am using a tabbedPane with a lot of tabs in it. So the whole tabbedPane grows quite wide. Now 2 questions: 1) is there a way to split the tabs into multiple rows ? (i found an old ticket from 2007 http://jira.icefaces.org/browse/ICE-1212) So maybe the issue has been solved in the 2 years? 2) because i have to scroll to ...

16. ice:columns set width dynamically    icefaces.org





17. [ice:columns] columns' width help!    icefaces.org

Hi I'm using ice:columns in my project. Columns number is known only at run time ,but in all way i know that the first column of the table have a static width and the other columns have antother static width. In which way i can set width of first column and width of other column in static way? thank you

18. SelectInputText width    icefaces.org

19. can i set minimum and maximum width while resizing a specific column ?    icefaces.org

I am facing two problems while using the attribute resize of 1- I want to use minimun and maximum widths for resizing a column, so that resizing should be limitized. 2- When i resize the column more than the text size in the field then the size(width) of the whole table starts increasing, how can i handle this problem, please ...

20. ice:selectInputDate width    icefaces.org

Hello, I am using ICEfaces 1.8 and am trying to figure out how to set the width for the textbox portion of the ice:selectInputDate component. I am using a mm-dd-yy format, and this data takes up less than half of the textbox space. I would like to shorten the width in order to save space. Anyone know how to accomplish this? ...

24. Panel Tab Set bad width adjustment    icefaces.org

25. selectInputDate width display    icefaces.org

Hi I am trying to use a selectInputDate component, this component works fine, but, i have a problem with the display in the display, the component's width is more bigger than the calendar's width i attached 1 image, may is more easy if you see an image... How can i fix the component's width?? Thank you!!!

27. Width issue using panelSeries    icefaces.org

28. Setting dataTable columns width.    icefaces.org

30. Datatable col and cell width    icefaces.org

Hello Friends, I am a new user of Icefaces. I am using a datatable. Am struck in displaying datatable properly. My problem is that column headers do not align with the width of the table cell. I think I am missing some basic changes to be done in the css. Please suggest. Any help is highly appreciated.

31. DataPaginator width    icefaces.org

32. ice:dataTable header and column width    icefaces.org

33. How to provide width in percentage for datatable columns    icefaces.org

Hi All, I am trying to use the datatable component, in the datatable i have 10 columns. i want to provide the widths of columns as per our requirement in percentage.We have tried using the percentage but we are not getting the correct preview. ********************************************

******************************************** Rgds Vikas Panvar

35. [ice:datatable] header and cell width    icefaces.org

...

39. dynamically set column width    icefaces.org

41. columns Tag - set width for each column    icefaces.org

I get the width of each column from the db. I need to set the width for each column and I can not use the tag because I will be a generic table. Currently all columns have the width ...

42. selectInputText width of auto complete container div.    icefaces.org

Hey hi, we're currently working on a larger project which uses the auto-complete capability of the selectInputText component. One requirement is to show a auto-complete container which is much larger than the textfield itself. Is there any chance to set the witdh property of the generated div element ('...autoCompleteDiv') which contains the the actual information manually and not have ice faces ...

43. [Moved to components] [Datatable width:100%] Width of the datatable exceed the width of the screen    icefaces.org

Configuration : Windows XP Icefaces 7.1.1 Eclipse WTP 3.2 Tomcat Test using FireFox 3 & IE 7 "I have also two screen for my computer" I have a display problem linked to a dataTable. My view contains a dataTable which consists of 25 columns (I took this number of columns to show you the problem). When the number of columns exceed ...

44. [Datatable width:100%] Width of the datatable exceed the width of the screen    icefaces.org

Configuration : Windows XP Icefaces 7.1.1 Eclipse WTP 3.2 Tomcat Test using FireFox 3 & IE 7 "I have also two screen for my computer" I have a display problem linked to a dataTable. My view contains a dataTable which consists of 25 columns (I took this number of columns to show you the problem). When the number of columns exceed ...

45. Panel popup width    icefaces.org

Hello, I have a data table inside a panel pop up. I have not specified the "height"and "width" css attributes for the panel popup. The height of the panel popup is correctly adjusted basing on the height of the inner table. But NOT its width. In fact it is too wide. Is there a way to get the width of th ...