global="true"?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

global="true"?

Sameer Apte
Hi All,

Could one of you please explain what does global="true" mean in the below?

<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>

Regards,
Sameer Apte
Reply | Threaded
Open this post in threaded view
|

Re: global="true"?

taher
I might be slightly wrong (been a while) but global=true means put it
in the "globalContext". A global context is a map which is visible to
all sub-screens and other widgets, whereas a private context is only
visible to the current screen.

Please feel free to correct me if I'm off target folks.

On Thu, Aug 9, 2018 at 5:46 PM, Sameer Apte <[hidden email]> wrote:
> Hi All,
>
> Could one of you please explain what does global="true" mean in the below?
>
> <property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
>
> Regards,
> Sameer Apte
Reply | Threaded
Open this post in threaded view
|

Re: global="true"?

Sameer Apte
Thanks Taher.

On Thu, Aug 9, 2018 at 4:16 PM, Taher Alkhateeb <[hidden email]>
wrote:

> I might be slightly wrong (been a while) but global=true means put it
> in the "globalContext". A global context is a map which is visible to
> all sub-screens and other widgets, whereas a private context is only
> visible to the current screen.
>
> Please feel free to correct me if I'm off target folks.
>
> On Thu, Aug 9, 2018 at 5:46 PM, Sameer Apte <[hidden email]> wrote:
> > Hi All,
> >
> > Could one of you please explain what does global="true" mean in the
> below?
> >
> > <property-map resource="OrderUiLabels" map-name="uiLabelMap"
> global="true"/>
> >
> > Regards,
> > Sameer Apte
>