titleProperty == labelTitleProperty ?

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

titleProperty == labelTitleProperty ?

Bruno Busco
Hi devs,
could someone please tell me what is the difference between the
"titleProperty" and "labelTitleProperty" variables?
In some screen they are defined both and to the same value, sometimes
only one of the two.

Many thanks,
-Bruno
Reply | Threaded
Open this post in threaded view
|

Re: titleProperty == labelTitleProperty ?

Adrian Crum-2
Here's how I've seen it used, not sure if it's some kind of "standard" though:

titleProperty is used for the HTML title and optionally the large font page title that appears at the top of the main content area.

labelTitleProperty is used by some screens that have a sub-decorator - so that the page title (titleProperty) is the same for all screens using the sub-decorator, but the large font page title (labelTitleProperty) is different for each screen the sub-decorator decorates.

-Adrian


--- On Tue, 1/6/09, Bruno Busco <[hidden email]> wrote:

> From: Bruno Busco <[hidden email]>
> Subject: titleProperty == labelTitleProperty ?
> To: [hidden email]
> Date: Tuesday, January 6, 2009, 4:19 PM
> Hi devs,
> could someone please tell me what is the difference between
> the
> "titleProperty" and
> "labelTitleProperty" variables?
> In some screen they are defined both and to the same value,
> sometimes
> only one of the two.
>
> Many thanks,
> -Bruno


     
Reply | Threaded
Open this post in threaded view
|

Re: titleProperty == labelTitleProperty ?

Bruno Busco
Thank you Adrian,
this will help me.
I will see it in detail because I have the suspect that it is the two
field names are misleading and not used in the same way all the times.

-Bruno

2009/1/7 Adrian Crum <[hidden email]>:

> Here's how I've seen it used, not sure if it's some kind of "standard" though:
>
> titleProperty is used for the HTML title and optionally the large font page title that appears at the top of the main content area.
>
> labelTitleProperty is used by some screens that have a sub-decorator - so that the page title (titleProperty) is the same for all screens using the sub-decorator, but the large font page title (labelTitleProperty) is different for each screen the sub-decorator decorates.
>
> -Adrian
>
>
> --- On Tue, 1/6/09, Bruno Busco <[hidden email]> wrote:
>
>> From: Bruno Busco <[hidden email]>
>> Subject: titleProperty == labelTitleProperty ?
>> To: [hidden email]
>> Date: Tuesday, January 6, 2009, 4:19 PM
>> Hi devs,
>> could someone please tell me what is the difference between
>> the
>> "titleProperty" and
>> "labelTitleProperty" variables?
>> In some screen they are defined both and to the same value,
>> sometimes
>> only one of the two.
>>
>> Many thanks,
>> -Bruno
>
>
>
>