この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
表示
返信
いいね!の合計
Thanks.
This seems the easiest way.
表示
返信
いいね!の合計