Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » xwt browser
xwt browser [message #580791] Fri, 13 August 2010 14:48
FD  is currently offline FD Friend
Messages: 15
Registered: August 2010
Junior Member
How can one create in xwt a browser widget to display html directly from code (not from url)?

This is not working:
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt" xmlns:c="clr-namespace:testxwt"
xmlns:j="clr-namespace:java.lang" x:Class="testxwt.Browser">
<Composite.layout>
<GridLayout numColumns="1" />
</Composite.layout>

<Browser text="<html><body>test</body></html>" x:style="SWT.NONE"></Browser>
</Composite>
Previous Topic:Where's the best place to start with e4?
Next Topic:Getting the Eclipse Context for DI
Goto Forum:
  


Current Time: Thu Mar 28 16:55:45 GMT 2024

Powered by FUDForum. Page generated in 0.03876 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top