Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread hyperlink
Mon, Feb 13 2012 9:22 AMPermanent Link

M Reyneke

It's looking very promising and looking forward to the first official release!

How does one place a hyperlink onto a form?  

Thanks.
Tue, Feb 14 2012 12:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Hendrik,

<< How does one place a hyperlink onto a form?  >>

The way to do so currently is to use a TLabel and hook an event handler up
to the OnClick event.  Then you can use this DOM object:

uses WebDOM;

window.location.href:='MyNewURL';

However, please keep in mind that this will navigate away from the current
document completely, which will unload the current EWB application.  If you
simply want to display an HTML page from a specific URL (within the same
domain) in a container in the same EWB app, then you will be able to do so
shortly with a new component that will be available in EWB's framework.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image