| Class | Description |
|---|---|
| CockpitEditorContainer |
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. |
Copyright © 2017 SAP SE. All Rights Reserved.