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)

11 this is a Window extended class


Thx in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to