I am using the SyntaxHighlightPanel from GWT-Ext 2.0.5 but the xml is
not highlighted.
Do I have to set up sth?
I am just calling:
SyntaxHighlightPanel xmlPanel = new SyntaxHighlightPanel();
xmlPanel.setHtml((String) this.ntfcnEvent.getEventXml());
xmlPanel.setAutoScroll(true);
xmlPanel.setMargins(5, 10, 0, 50);
xmlPanel.setBorder(false);
this.add(xmlPanel)
^^ this is a Window extended class
Thx in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---