partially updated styles
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@69305 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
130b4dccbf
commit
9e5b78ff67
|
@ -229,6 +229,7 @@ public class TemplateComponent {
|
|||
this.content = area;
|
||||
}
|
||||
else {
|
||||
height = 40;
|
||||
D4sRichTextarea ta = new D4sRichTextarea(sc.getType(), presenter, sc.getX(), sc.getY(),width, height, getUserComments() != null);
|
||||
ta.setHTML((String) sc.getPossibleContent());
|
||||
//ta.setStyleName("cw-RichText");
|
||||
|
|
|
@ -34,9 +34,6 @@ public class D4sRichTextarea extends ReportTextArea {
|
|||
* the text area
|
||||
*/
|
||||
private RichTextArea area = new RichTextArea();
|
||||
|
||||
|
||||
TextArea text = new TextArea();
|
||||
/**
|
||||
* a flag
|
||||
*/
|
||||
|
|
Reference in New Issue