Answer» - par base: Similar to subclasses in object-oriented languages like Java, C++, and others, the par base allows components to inherit properties from other components. When you OPEN the CRX Explorer and LOOK at the /libs/foundation/components/text node, you'll notice that it includes a property entitled sling:resourceSuperType, which refers to the par base component. The par base defines tree scripts to RENDER pictures, titles, and other elements, which can be used by all components subclassed from this par base.
- parsys: The paragraph system (parsys) is a compound component that enables AUTHORS to add various types of components to a page while also including all other paragraph components. Every form of the paragraph is represented by a component. The paragraph system is a component in and of itself, as are the other paragraph components.
|