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