Examples of DateChooserForm


Examples of org.olat.course.statistic.DateChooserForm

    setVelocityRoot(Util.getPackageVelocityRoot(getClass()));

    dailyStatisticVc_ = this.createVelocityContainer("dailystatisticparent");
   
    dailyStatisticFormVc_ = this.createVelocityContainer("dailystatisticform");
    form_ = new DateChooserForm(ureq, getWindowControl(), 7);
    listenTo(form_);
    dailyStatisticFormVc_.put("statisticForm", form_.getInitialComponent());
    dailyStatisticFormVc_.contextPut("statsSince", getStatsSinceStr(ureq));

    dailyStatisticVc_.put("dailystatisticform", dailyStatisticFormVc_);
View Full Code Here

Examples of org.olat.course.statistic.DateChooserForm

    setVelocityRoot(Util.getPackageVelocityRoot(getClass()));

    weeklyStatisticVc_ = this.createVelocityContainer("weeklystatisticparent");
   
    weeklyStatisticFormVc_ = this.createVelocityContainer("weeklystatisticform");
    form_ = new DateChooserForm(ureq, getWindowControl(), 8*7);
    listenTo(form_);
    weeklyStatisticFormVc_.put("statisticForm", form_.getInitialComponent());
    weeklyStatisticFormVc_.contextPut("statsSince", getStatsSinceStr(ureq));

    weeklyStatisticVc_.put("weeklystatisticform", weeklyStatisticFormVc_);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.