AssetEditorStackSkin erweitern

Die AssetEditorStackSkin stellt die Skin für die Hostkomponente „AssetEditorsStack“ bereit. Diese Komponente definiert die verschiedenen Editoren in Asset Manager. Erweitern Sie die AssetEditorStackSkin, um den benutzerdefinierten LetterEditor hinzuzufügen. Erstellen Sie für die Hostkomponente „AssetEditorStack“ eine AssetEditorStackSkin, z. B. ExtendedAssetEditorStackSkin für die Hostkomponente „com.adobe.solutions.cmg.manage.presentation.AssetEditorsStack“, wobei com.adobe.solutions.cmg.manage.skins.AssetEditorsStackSkin kopiert wird:

Fügen Sie der generierten Skin die fx:Declaration hinzu:
<fx:Declarations> 
    <fx:Component id="letterEditor"> 
        <customizations:ExtendedLetterEditor/> 
    </fx:Component> 
</fx:Declarations>
Fügen Sie den XML-Namespace hinzu:
xmlns:customizations="com.adobe.customizations.*"