I need help answering this question. How to use selectOneButton without primefaces?
Related
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.
SelectManyMenu - http://www.primefaces.org/showcase/ui/input/manyMenu.xhtml
SelectCheckboxMenu - http://www.primefaces.org/showcase/ui/input/checkboxMenu.xhtml
They look similar. I need to know when should I use SelectCheckboxMenu over SelectManyMenu. Or they do the same purpose?
Any historical stories behind these 2 components?
Well, do you want a drop down, or a scrollable list? Do you want to show images in the selections, or just text? Try both and pick one that fits your project's needs.
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
The current choice box in JavaFX 2.0 seems limited.. Looking to hack in an "editable" one. Has anyone implemented one yet? Or does anyone have a suggested strategy for doing so? My initial thought is to create a textbox that appears on a key event to the choice box.
My second thought is a "Roll my own" but haven't thought much about it.
Look for ComboBox. It can be editable (there is editable property)
http://docs.oracle.com/javafx/2/api/javafx/scene/control/ComboBox.html
It would be included into JavaFX 2.1.
You can download developers preview here: http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html