counterText = TextFactory.createTextComponentFromString("text.simple.counter", "I'm counting events fron this controller: 0", null, true, mainVC);
TextFactory.createTextComponentFromString("text.span", "I'm a text in a SPAN", "b_dimmed b_border_box", true, mainVC);
TextFactory.createTextComponentFromString("text.div", "I'm a text in a DIV", "b_warning b_border_box", false, mainVC);
//add sourceview control
Controller sourceView = new SourceViewController(ureq, wControl, this.getClass(), mainVC);
mainVC.put("sourceview", sourceView.getInitialComponent());
p = putInitialPanel(mainVC);
}