source: ComponentRegistry/branches/jeaferversion/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/browser/ComponentInfoPage.mxml @ 1631

Last change on this file since 1631 was 1631, checked in by jeafer, 13 years ago

Jean-Charles branch initial commit,
Changes regarding comment on the ComponentRegistry service.
Get comment from RestService? to Database access (CommentsDao?) implemented.
TestComment? class in development

File size: 570 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        <browser:infoPage id="infoPanel"
11                                   cmdComponent="{component.componentMD.xml}"
12                                   itemDescription="{component.description}"
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.