source: ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/browser/ComponentInfoPage.mxml @ 117

Last change on this file since 117 was 117, checked in by patdui, 14 years ago
  • completely reworked package structure
  • added styleing stuff in css files
File size: 521 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
3                 xmlns:common="clarin.cmdi.componentregistry.common.*"
4                 xmlns:browser="clarin.cmdi.componentregistry.browser.*"
5                 width="100%"
6                 backgroundColor="#DDE3EF"
7                 >
8
9        <common:Component id="component"/>
10
11        <browser:infoPage id="infoPanel"
12                                   cmdComponent="{component.componentMD.xml}"
13                                   headerLabel="{component.description.name}"
14                                   width="100%"
15                                   height="100%"
16                                   visible="{component != null}"/>
17
18</mx:VBox>
19
Note: See TracBrowser for help on using the repository browser.