Changeset 5951 for ComponentRegistry


Ignore:
Timestamp:
01/22/15 16:25:32 (9 years ago)
Author:
Twan Goosen
Message:

added link to CCR to concept search popup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/IsocatSearchPopUp.mxml

    r5920 r5951  
    5454                                }                               
    5555                        }
     56                       
     57                        private function openCCR():void {
     58                                var urlRequest:URLRequest = new URLRequest("http://www.clarin.eu/ccr/");
     59                navigateToURL(urlRequest, "_blank");
     60                        }
    5661                ]]>
    5762        </mx:Script>
     
    6772                                           click="handleSearch(event);" />
    6873                        <mx:Label text="{dataGrid.dataProvider.length} results"/>
     74                       
     75                    <mx:Spacer width="100%"/>
     76                   
     77                        <mx:Label textAlign="right" textDecoration="underline" click="openCCR()" >
     78                <mx:htmlText><![CDATA[Searching in the <a href="http://www.clarin.eu/ccr/">CLARIN Concept Registry</a>]]></mx:htmlText>
     79                        </mx:Label>
    6980                </mx:HBox>
    7081                <mx:DataGrid id="dataGrid"
Note: See TracChangeset for help on using the changeset viewer.