Package org.olat.core.gui.control.generic.dialog

Examples of org.olat.core.gui.control.generic.dialog.DialogController


    }
    wrapperPanel = putInitialPanel(columnLayoutCtr.getInitialComponent());
   
    if (restrictedEdit) {
      restrictedEditWarningVC = createVelocityContainer("restrictedEditDialog");
      proceedRestricedEditDialog = new DialogController(ureq.getLocale(), translate("yes"), translate("no"),translate("qti.restricted.edit.warning")+"<br/><br/>"+createReferenceesMsg(ureq), null, true, null);
      listenTo(proceedRestricedEditDialog);
      restrictedEditWarningVC.put("dialog", proceedRestricedEditDialog.getInitialComponent());
      // we would like to us a modal dialog here, but this does not work! we
      // can't push to stack because the outher workflows pushes us after the
      // controller to the stack. Thus, if we used a modal dialog here the
View Full Code Here

TOP

Related Classes of org.olat.core.gui.control.generic.dialog.DialogController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.