Package de.hybris.platform.cockpit.components.editor


package de.hybris.platform.cockpit.components.editor
  • Classes
    Class
    Description
    ZK-Component class which allows to include cockpit editors into zul-files.

    Example:

    <div id="pageEditor" visible="false" action="onshow:anima.appear(#{self});" style="margin: 30px;" >
         <div use="de.hybris.platform.cockpit.components.editor.CockpitEditorContainer" valueTypeCode="AbstractPage" editorCode="single"
                 onValueChange='setAttr("restrictedItem",self.getEditorValue())'>
             <custom-attributes allowCreate="false"/>
         </div>
    </div>


    The following attributes can be set:
    propertyQualifier: You can specify a property qualifier, e.g.