Tagged Questions
4
votes
2answers
647 views
How to show a second MVC group as a dialog box in griffon
I can see how to instantiate a second MVC group, e.g.
def (loginPaneModel, loginPaneView, loginPaneController) =
createMVCGroup('LoginPane', 'LoginPane', [:]);
view.loginPanel = ...