Extension d’AssetEditorStackSkin

AssetEditorStackSkin fournit l’habillage pour le composant hôte AssetEditorsStack. Ce composant définit les différents éditeurs d’Asset Manager. Etendez l’habillage AssetEditorStackSkin pour qu’il comprenne l’éditeur de lettres personnalisées. Créez un habillage AssetEditorStackSkin pour le composant hôte AssetEditorStack, par exemple, ExtendedAssetEditorStackSkin pour le composant hôte com.adobe.solutions.cmg.manage.presentation.AssetEditorsStack et faites une copie de com.adobe.solutions.cmg.manage.skins.AssetEditorsStackSkin :

Modifiez l’habillage généré en y ajoutant l’élément fx:Declaration :
<fx:Declarations> 
    <fx:Component id="letterEditor"> 
        <customizations:ExtendedLetterEditor/> 
    </fx:Component> 
</fx:Declarations>
Ajoutez l’espace de noms XML :
xmlns:customizations="com.adobe.customizations.*"