AEM6.3 cq:hideOnEdit is not working for reference dialog path (Page Property Dialog) | Community
Skip to main content
tushaar_srivastava
Level 6
May 31, 2019
Solved

AEM6.3 cq:hideOnEdit is not working for reference dialog path (Page Property Dialog)

  • May 31, 2019
  • 1 reply
  • 1474 views

Hi,

I am facing issue in Page Property. retirement is we have to hide name field from Page Properties.

I have used cq:hideOnEdit="{Boolean}true : which is working within a Dialog, (Customizing Views of Page Properties )

But if I reference the Basic tab dialog to other Page property dialog for dialog for reusing or Dialog refactoring, in that case cq:hideOnEdit is not working

Means In this above case, the Page Property dialog which has the path reference for Basic tab -- to tab_basic_touch tab cq:hideOnEdit is not working.

Did anyone faced the same issue in AEM6.3.0?

or Please suggest me the solution for hiding the the particular name field.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

It does work, for example

Page supertype - /libs/wcm/foundation/components/page

Dialog - /libs/wcm/foundation/components/page/cq:dialog/content/items/tabs/items/basic

Reference dialog - /libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic

And if you edit page properties, there you would not see option to edit page name.

/libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic/items/column/items/title/items/pagename

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 31, 2019

Hi,

It does work, for example

Page supertype - /libs/wcm/foundation/components/page

Dialog - /libs/wcm/foundation/components/page/cq:dialog/content/items/tabs/items/basic

Reference dialog - /libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic

And if you edit page properties, there you would not see option to edit page name.

/libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic/items/column/items/title/items/pagename

Arun Patidar