Package org.olat.modules.co

Examples of org.olat.modules.co.ContactFormController


        changeLog = changeEmail.getBodyText();
        if (StringHelper.containsNonWhitespace(userMsg)) {
          changeEmail.setBodyText(userMsg + "\n" + changeLog);
        }// else nothing was added!
        changeEmail.setSubject("Change log for " + startedWithTitle);
        cfc = new ContactFormController(ureq, getWindowControl(), false, true, false, false, changeEmail);
        listenTo(cfc);
        exitPanel.setContent(cfc.getInitialComponent());
        return;
       
      } else {
View Full Code Here

TOP

Related Classes of org.olat.modules.co.ContactFormController

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.