[aida] override WebElement to remove <html> and <head>
Rob Rothwell
r.j.rothwell at gmail.com
Mon May 26 04:11:29 CEST 2008
On Sun, May 25, 2008 at 7:09 PM, Rob Rothwell <r.j.rothwell at gmail.com>
wrote:
> That is, you can access every view in your App directly by adding view
>> name in query part of url. Just the default view #main is called without
>> that query part. This is one of Aida' conventions, another one is that
>> which you already know: MyDomainObject -> MyDomainObjectApp.
>
>
> Meaning from a browser? So if my main app is
>
> http://localhost:8888/mysite/myapp.html
>
> and I want to write another view, I could get to it from
>
> http://localhost:8888/mysite/myapp.html?view=anotherView ???
>
> can I link to it within the code as well?
>
Boy...I finally just discovered
e addLinkTo: self text: 'another view' view: 'another',
which links to #viewAnother within the WebApplication referenced by self...
Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.aidaweb.si/pipermail/aida/attachments/20080525/b28bd9ed/attachment.htm
More information about the Aida
mailing list