Hi,
Primefaces newbie here. I wanted to know how to implement the opening of a dialog on any of the quick actions widget ? As of now I just see a span there.
Regards,
Vijay
Quick Actions Widget
-
- Posts: 4638
- Joined: 29 Jun 2013, 12:38
Hi,
Please try;
- Replace div.action with link component
Best Regards,
Please try;
Code: Select all
<p:dialog widgetVar="myDialog">
Dummy dialog
</p:dialog>
...
<p:commandLink styleClass="action" onclick="PF('myDialog').show()">
<span><i class="pi pi-pencil"></i>Manage Store</span>
</p:commandLink>
...
Best Regards,
Github Profile: https://github.com/mertsincan
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest