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

Last change on this file since 249 was 249, checked in by patdui, 14 years ago
  • created rightclick context menu "Edit..." works on profiles and components
File size: 552 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        <common:Profile id="profile"/>
9
10        <browser:infoPage id="infoPanel"
11                                   cmdComponent="{profile.profileSource}"
12                                   itemDescription="{profile.description}"
13                                   headerLabel="{profile.description.name}"
14                                   width="100%"
15                                   height="100%"
16                                   visible="{profile != null}"/>
17
18</mx:VBox>
19
Note: See TracBrowser for help on using the repository browser.