Menuietm with bullets

UI Components for JSF
Post Reply
santhoshsamala
Posts: 26
Joined: 23 Feb 2012, 18:10

04 Apr 2012, 00:32

I have the menulist with the following code

Code: Select all

<p:dialog widgetVar="actionsDialog" id="actionsDialog"
					dynamic="true" showEffect="clip" hideEffect="clip"
					styleClass="shadow" style="width:400px;height:300px;"
					position="#{dashboardAction.x},#{dashboardAction.y}"
					header="Actions" model="true">
					<p:menu widgetVar="menuList" id="menuList"
						model="#{dashboardAction.actionsList}" styleClass="action_popup"/>
				</p:dialog>

How can i show the bullets beside menuitems
Using primefaces3.2, jboss7.0.2, weld 1.1.5

jmrunge
Posts: 42
Joined: 08 Sep 2010, 15:19
Location: Bariloche, Argentina
Contact:

04 Apr 2012, 04:40

Settin the "icon" property of your MenuItem object from MenuModel to a css class that shows the bullet should work, havent tested. Give it a try and let me know please.

Regards,

Juan Martin
PrimeFaces 3.2 - Mojarra 2.1.3 - GlassFish 3.1.1 - NetBeans 7.1

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 34 guests