Page 1 of 2

Load a URL Part 2

PostPosted: 04 Jun 2014 15:41
by assapan
Hi,
I have been able to work with Labelex and URL related to server itself , but is there a way to load an html page for an other server ?
like http://www.cgdevtools.com/skill/iwcgjquery-suite/

Re: Load a URL Part 2

PostPosted: 04 Jun 2014 15:52
by Jorge Sousa
An url is an url, it can be internal or external, but the procedure is the same

Re: Load a URL Part 2

PostPosted: 04 Jun 2014 17:42
by assapan
so , i haven't been able to make it work ! is there a special parameter for external link ?

Re: Load a URL Part 2

PostPosted: 04 Jun 2014 18:12
by Alexander Bulei
Hi assapan,

You can't set this:

delphi code
JQLabelEx.Link:= 'http://www.cgdevtools.com/';


?

Best Regards.

Re: Load a URL Part 2

PostPosted: 04 Jun 2014 18:47
by assapan
this is a link , it jump to the the related page but do not display it !
i think we misunderstood , i use the loadSourceOptions.AjaxOptions.Url

Re: Load a URL Part 2

PostPosted: 05 Jun 2014 09:36
by Alexander Bulei
Hi assapan,

This control can't do it.

From documentation:

Code: Select all
Used to load the data/content from a url to label via ajax.


If you want load/show external page, you need use IW component : TIWURLWindow

Best Regards.

Re: Load a URL Part 2

PostPosted: 05 Jun 2014 09:58
by assapan
Ok , but as you said i was expecting it was possible
cgdevtools_support wrote:An url is an url, it can be internal or external, but the procedure is the same

Re: Load a URL Part 2

PostPosted: 05 Jun 2014 10:14
by Jorge Sousa
Because you said

I have been able to work with Labelex and URL related to server itself

Re: Load a URL Part 2

PostPosted: 05 Jun 2014 10:37
by assapan
What documentation are you refering to ? i haven't been able to find it

cgdevtools wrote:Hi assapan,

This control can't do it.

From documentation:

Code: Select all
Used to load the data/content from a url to label via ajax.


If you want load/show external page, you need use IW component : TIWURLWindow

Best Regards.

Re: Load a URL Part 2

PostPosted: 05 Jun 2014 10:39
by Alexander Bulei