Changeset 639


Ignore:
Timestamp:
08/19/10 14:26:09 (14 years ago)
Author:
patdui
Message:

Adjusted search label

File:
1 edited

Legend:

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

    r637 r639  
    55                                creationComplete="PopUpManager.centerPopUp(this)"
    66                                close="cleanUp();"
    7                                 title="Search in Isocat.org"
    8                                 >
     7                                title="Search in Isocat.org">
    98
    109        <mx:Metadata>
     
    1817
    1918                        public static const OK_EVENT:String = "OK";
    20                        
     19
    2120                        [Bindable]
    2221                        public var searchService:IsocatService = null;
    23                        
     22
    2423                        public var isocatSearchType:String = null;
    2524
     
    6059                <mx:HBox>
    6160                        <rictus:SearchBox id="searchBox"
    62                                                           label="enter keyword to find datacategory"
     61                                                          label="type keyword and press 'enter' to search"
    6362                                                          keyDown="handleSearch(event);"
    6463                                                          minWidth="300"/>
Note: See TracChangeset for help on using the changeset viewer.