The Manage Assets tool uses three building blocks, the
Asset Manager, Asset Composer and Data Dictionary. (For details,
see
Asset Manager Building Block Technical Guide
,
Asset Composer Building Block Technical Guide
,
and
Data Dictionary Building Block Technical
Guide
. These building blocks contain a set of default styles
and contribute to the Flex views which are used by the Manage Assets
tool. To change the styles of the Manage Assets UI, changes to the associated
the building blocks are required for the overall of user interface components
to blend together.
The following three projects are the styles project of the three
building blocks:
-
Asset Manager (adobe-amg-flex-presentation_styles-src)
-
Asset Composer (adobe-acm_styles-src)
-
Data Dictionary (adobe-dct-widgets_styles-src)
The Manage Assets styles are characterized by the following CSS
files:
-
css/app.css
-
css/appHeader.css
-
css/appToolbar.css
-
css/appBody.css
-
css/baseControls.css
These CSS files are a part of the ManageTemplates project and
can be located in your Flash Builder workspace. After changing these
styles, you can include them in the EAR file by running the top
level build file placed in the \CorrespondenceManagement\FinancialServicesInsurance\build
directory. That would update the EAR placed in the \CorrespondenceManagement\FinancialServicesInsurance\deploy
directory.
To change the Finance Corporation Logo that appears on top left
of the Manage Assets UI:
-
Open the Manage Templates project in the Package Explorer
view.
Note:
In the solution template, the Manage Assets UI has
been named “Manage Templates”.
-
Navigate to Manage Templates > src > css > appHeader.css
> GradientHBoxWH.appHeaderLogo > background-image: Embed(source='/assets/icons/appHeader/F...)
-
Replace the path with a custom logo image file.
-
Rebuild and Redeploy. See
Setting up the Development Environment
in
the
Asset Manager Building Block Technical Guide
.
To change the background color of the editors:
-
Open the adobe-acm_styles project in your Flash Builder
workspace.
-
In the Package Explorer view, navigate to adobe-acm_styles>
css > editorCommon.css and double click to open it in the Editor.
-
Change the style backgroundColor from #eeeee to any color
hex code of your choice.
-
Rebuild and Redeploy. For rebuilding EAR steps, refer the
Setting up the Development Environment guide.
-
Launch the Manage Assets application and open the Text Editor
to verify the change.