1.

How You Can Inherit Properties Of One Dialog To Another Dialog?

Answer»

For inheriting properties we have to create two components with unique names in the base component dialog. For eg. If your PLAN is to have two rich TEXT two rich text areas in the dialog of components that inherit from the base, then you must INCLUDE two rich text areas with unique names in the base component dialog. In any case every input field of a dialog must have a unique name, else they will point to the same PROPERTY path relative to the jcr:content node of the component when used on a page.

For inheriting properties we have to create two components with unique names in the base component dialog. For eg. If your plan is to have two rich text two rich text areas in the dialog of components that inherit from the base, then you must include two rich text areas with unique names in the base component dialog. In any case every input field of a dialog must have a unique name, else they will point to the same property path relative to the jcr:content node of the component when used on a page.



Discussion

No Comment Found