I want to add the popup to an existing functionality of backoffice. When a user click on the icon a popup will be populated with a text box and submit button.
I have tried many things but still can't find any proper solution. Help me in that to resolve the issue.
Create a new class that extends
org.zkoss.zul.Window
Class :Then create a
render
method and add your components :Then you can open your custom window with :
Adapt the code to correspond more to your needs.
Hope this helps.