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,
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
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