Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Browser within the editor page
Browser within the editor page [message #459505] Sun, 03 December 2006 13:19 Go to next message
Eclipse UserFriend
Hello,

is it possible to have a browser window in the editor page (having HTML page loaded in the editor area -- as a new document)? And is it possible to override some links with my own code (which will load documents from these links on clicks)?

I think Eclipse IDE have similar things implemented.

Thanks
Re: Browser within the editor page [message #459506 is a reply to message #459505] Sun, 03 December 2006 15:58 Go to previous message
Eclipse UserFriend
Hi,

You could use the Browser widget. However this just loads html. You can
execute javascript in it and change the html dom using scripts (using
the execute method). For examples see:

http://www.eclipse.org/swt/snippets/#browser
http://help.eclipse.org/help31/nftopic/org.eclipse.platform. doc.isv/reference/api/org/eclipse/swt/browser/Browser.html

But what I think you are referring to are forms, these look like
browsers, but actually they just contain a small subset of html, but you
can create a very nice looking user friendly layout with it. Check the
following article for a detailed explainations.

http://www.eclipse.org/articles/Article-Forms/article.html

Bye,
Wouter

Lukas Zapletal wrote:
> Hello,
>
> is it possible to have a browser window in the editor page (having HTML page loaded in the editor area -- as a new document)? And is it possible to override some links with my own code (which will load documents from these links on clicks)?
>
> I think Eclipse IDE have similar things implemented.
>
> Thanks
Previous Topic:Allowing only one instance of the program
Next Topic:How to control a widget in ApplicationWindow from ToolBar Action
Goto Forum:
  


Current Time: Fri Mar 21 04:04:53 EDT 2025

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

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

Back to the top