You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Hugo Ferreira <hf...@gmail.com> on 2020/07/23 20:58:59 UTC

localId vs id

What's the difference between localId and id ?

Re: localId vs id

Posted by Hugo Ferreira <hf...@gmail.com>.
I see now.
Yes, localId it's very important.

Carlos Rovira <ca...@apache.org> escreveu no dia sexta, 24/07/2020
à(s) 09:46:

> localId is very important in Royale also check this:
>
> https://stackoverflow.com/questions/55923924/whats-the-difference-between-id-and-localid-in-apache-royale
>
> El vie., 24 jul. 2020 a las 1:08, Hugo Ferreira (<hf...@gmail.com>)
> escribió:
>
> > Thanks.
> >
> > Piotr Zarzycki <pi...@gmail.com> escreveu no dia quinta,
> > 23/07/2020 à(s) 22:25:
> >
> > > Hi Hugo,
> > >
> > > localId will not be output to HTML after compilation.
> > > id will be translated to as HTML attribute
> > >
> > > <div id="myId" />
> > >
> > > Thanks,
> > > Piotr
> > >
> > > On Thu, Jul 23, 2020, 10:59 PM Hugo Ferreira <hf...@gmail.com>
> > > wrote:
> > >
> > > > What's the difference between localId and id ?
> > > >
> > >
> >
>
>
> --
> Carlos Rovira
> http://about.me/carlosrovira
>

Re: localId vs id

Posted by Carlos Rovira <ca...@apache.org>.
localId is very important in Royale also check this:
https://stackoverflow.com/questions/55923924/whats-the-difference-between-id-and-localid-in-apache-royale

El vie., 24 jul. 2020 a las 1:08, Hugo Ferreira (<hf...@gmail.com>)
escribió:

> Thanks.
>
> Piotr Zarzycki <pi...@gmail.com> escreveu no dia quinta,
> 23/07/2020 à(s) 22:25:
>
> > Hi Hugo,
> >
> > localId will not be output to HTML after compilation.
> > id will be translated to as HTML attribute
> >
> > <div id="myId" />
> >
> > Thanks,
> > Piotr
> >
> > On Thu, Jul 23, 2020, 10:59 PM Hugo Ferreira <hf...@gmail.com>
> > wrote:
> >
> > > What's the difference between localId and id ?
> > >
> >
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Re: localId vs id

Posted by Hugo Ferreira <hf...@gmail.com>.
Thanks.

Piotr Zarzycki <pi...@gmail.com> escreveu no dia quinta,
23/07/2020 à(s) 22:25:

> Hi Hugo,
>
> localId will not be output to HTML after compilation.
> id will be translated to as HTML attribute
>
> <div id="myId" />
>
> Thanks,
> Piotr
>
> On Thu, Jul 23, 2020, 10:59 PM Hugo Ferreira <hf...@gmail.com>
> wrote:
>
> > What's the difference between localId and id ?
> >
>

Re: localId vs id

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Hugo,

localId will not be output to HTML after compilation.
id will be translated to as HTML attribute

<div id="myId" />

Thanks,
Piotr

On Thu, Jul 23, 2020, 10:59 PM Hugo Ferreira <hf...@gmail.com> wrote:

> What's the difference between localId and id ?
>