I'm tryin to put this code
Map<String, Object> options = new HashMap<>();
options.put("modal", true);
options.put("position", "top");
options.put("draggable", true);
options.put("resizable", false);
//options.put("maximizable", true);
options.put("responsive", true);
RequestContext.getCurrentInstance().openDialog("mydialog", options, null);
But the option options.put("position", "top"); is not working..
Any idea why?
OpenDialog position top
-
- Prime
- Posts: 18041
- Joined: 05 Jan 2009, 00:21
- Location: Cybertron
- Contact:
Is this related to Olympos, was this code working without Olympos?
Dialog Framework doesn't have position option. Therefore, it won't work with Olympos or without Olympos. If you want to this feature in next primefaces release, please create a github issue.
Github Profile: https://github.com/mertsincan
-
- Information
-
Who is online
Users browsing this forum: No registered users and 1 guest