Re: Layout component question

2011-10-07 Thread Dimitris Zenios
Thanks a lot.Fixed On Fri, Oct 7, 2011 at 9:30 AM, Howard Lewis Ship wrote: > The source component will be the Layout component, not the TextField > inside the layout component. This is part of event bubbling; when an > event bubbles, the source of the event bubbles up as well. > > On Thu, Oct 6,

Re: Layout component question

2011-10-06 Thread Howard Lewis Ship
The source component will be the Layout component, not the TextField inside the layout component. This is part of event bubbling; when an event bubbles, the source of the event bubbles up as well. On Thu, Oct 6, 2011 at 9:10 AM, Dimitris Zenios wrote: > Hi guys. > > I have a layout component whic

Layout component question

2011-10-06 Thread Dimitris Zenios
Hi guys. I have a layout component which has a textfield inside it with autocomplete mixin and an id of "layoutSearch".Some pages now that use the layout would like to provide completion for that text field.The problem is that i cannot reference that component from the page like this. @OnEvent(va