border « PrimeFaces « JSF Q&A





1. Change a style border of LightBox Primefaces    stackoverflow.com

I use PrimeFaces 1.1 with JSF 1.2. I need to change the style of PrimeFaces <p:lightBox> overlay that has a black border to blue, but the style attribute of the component don't ...

2. Can't get rid of gridPanel's border within dataTable column    forum.primefaces.org

13 May 2011, 15:42 by igor22 Can't get rid of gridPanel's border within dataTable column Hi, I tried the showcase "Data Table Row Selection" where there are 3 buttons: view, edit ...

3. Datatable Selected Row Border Style    forum.primefaces.org

Some of the themes such as Sunny use border color changes to indicate row selection in a dataTable. This simply doesn't work well because the dataTable rows have shared borders and ...

4. Change border p:inputText    forum.primefaces.org

5. [SOLVED] need to remove all borders in p:datatable    forum.primefaces.org

Hello, sorry if similar question was there, I haven't found it. I'm using Primefaces 3.0M2 and I need to completely remove all borders from p:datatable. I tried to use style="border-width:0px;" on ...

6. Carousel - How to remove border line?    forum.primefaces.org

I'm using PrimeFaces 2.2 RC2 with JSF 2.0 in a Web Application and in one of the pages, there is a Carousel component. I need to remove the border line outside ...

7. Context Menu is not aware of window borders    forum.primefaces.org

Hello Cagatay, There is an issue with ContextMenu which makes me headache. ContextMenu in my "old" Struts web app was draggable (don't matter here) and aware of window borders. That means, ...

8. p:fieldSet legend overlaps lower border    forum.primefaces.org

03 Nov 2011, 08:08 by blake.neal p:fieldSet legend overlaps lower border Hello! I was wondering if anyone found a way to style fieldset legends so they do not overlap its lower ...

9. Regarding the DataTable border.    forum.primefaces.org





10. p:panel how to change border properties    forum.primefaces.org

<h:outputText value="..."/> ...

11. Calendar is broken if it's opened close by browser border    forum.primefaces.org

The calendar widget should not get smaller. It should just move its position to left or right (top / bottom) if the widget can not be visible as a whole after ...

12. how to set layoutUnit border is zero    forum.primefaces.org

hi, i am using primefaces 1.0.1 with seam2.0 i am not able to set the border zero for p:layoutUnit any suggestions pls..... Regards Devika.N

13. Remove border on layoutUnit    forum.primefaces.org

I am trying to remove the border and spacing between the layoutUnits in a four part layout North, Left, Right and South. Is there a way to do this with CSS? ...

14. Hide the border of dataTable    forum.primefaces.org

It does not work for me. And it seems that I cant even change anything. Change the border to "red", but nothing show. Do I put the CSS code inside skin.css, ...

15. How to remove the border in p:dataList    forum.primefaces.org

09 Dec 2010, 00:23 by Flash Re: How to remove the border in p:dataList I think so. You have to override the CSS class. For example: supose you have this code: ...

16. 3.0-SNAPSHOT Regression: menubar submenu border    forum.primefaces.org

I've noticed in the latest 3.0-SNAPSHOT that the menubar's submenu borders have been removed. This causes a seemingly invisible submenu when the content of the page that the submenu opens into ...





17. I need to remove the border of a tabView    forum.primefaces.org

18. How to remove border carousel    forum.primefaces.org

I used css: .ui-carousel-content { overflow: hidden; position: relative; text-align: center; border: 0px solid #CCCCCC; } .ui-carousel .ui-carousel-content { border: none; } but not worked.someone help me !