활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi, is there any way to persist page properties in Crx on page creation?
I've created some properties but only after opening dialogs and save i obtain values in crx and can manage some logic into the page.
Thanks
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi,
at which point are these properties available? When the properties are parts of the templates, you can attach them to the template (at page creation the template is copied over to the right location).
regards,
Jörg
조회 수
답글
좋아요 수
CQ5 uses wcmcommand name createPage to create a page with default properties. If you have fields or properties in dialog, it won't be created until you open the dialog and hit OK button.
In order to have you persist data when creating the page you need to write custom wcmcommand which will be writing a custom java class to perform the action you need.
Your question is similar to the following post, please review the responses
조회 수
답글
좋아요 수
Hi,
at which point are these properties available? When the properties are parts of the templates, you can attach them to the template (at page creation the template is copied over to the right location).
regards,
Jörg
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
조회 수
Likes
답글