Is it possible in Primefaces 3.5 make the following layouts?
Thank you.
-------------------------------------Or--------------------
You can create this layout using simple html and css, but if you are asking if there is a specific layout component in Primefaces that could help you with this layout - there is.
The p:layout can help you with that.
This example shows the bottom layout:
http://www.primefaces.org/showcase/ui/layoutMailbox.jsf
And here are some others:
http://www.primefaces.org/showcase/ui/layoutHome.jsf
Related
There are two problems that I have using the EnhancedDateRangePicker in Vaadin 14(source: https://vaadin.com/directory/component/date-range-picker):
The design is broken when I add the component somewhere in a layout but that happens only when I add a label. If I don't the design is as expected to be. Here is a screenshot to see what exactly happens -
The other problem is that the dash is not visible clearly in this color(light gray I think). Is there a way to change the color of the dash?
Could you please tell me is there any way to make the design as I mentioned in the above two points?
Thanks in advance :).
The problem is solved. It's not the problem with the component, it is actually the Theme which we are using in our projects and the component just overrides the theme styles and that brokes the component. When I put it in a blank page there is no problem. Thanks you all very much for the effort :).
I need to add different shapes and text for describing an image,I need to know is there any component in ICEfaces for that? If not is there any other approach available?
As I am new to JSF, I checked in Icefaces showcase but did not find the solution.I want something like paint where I can add different shapes and text to my image.
Please give me some suggestions in achieving this.
I've got a simple inputTextarea contained in a xp:table. I want to display it all opened up, and not have a scroller on the right. style="width:100%; height:auto" doesn't seem to do anything.
Anyone?
The best route here is to use the Dojo Textarea control, xe:djTextarea - it does just what you're describing.
I am using a Drupal 6.19 Corrolla theme and I have tried several times to change the font-family and font-size of a CCK form but in vain. I could add these CSS statements through Firebug, but could not change them in the style.css. I incorporated several classes in the style sheet, but it has not worked.
I would very much appreciate any help regarding this.
You may find my style sheet at http://zuqaq.com/sites/all/images/style.css. The website I am working on is http://zuqaq.com.
What is the element that the style should be applied to?
Probably it's just being overriden somewhere.
I'm looking for a good design "pattern" for a sidebar navigation menu in jsf.
I really wanted to use rich:menuPanel but it is limited in too many ways (Mainly, that if i use rich:menuPanelItem I can't make the icons any other size than the default 16x16.
So... Anyone has a good one?
TnX!
I think you can adjust every aspect of any richfaces component through CSS, so using it and changing the height/width properties using CSS should just help you do what you want