Changeset 1644


Ignore:
Timestamp:
12/09/11 08:22:51 (12 years ago)
Author:
jeafer
Message:

Jean-Charles branch ComponentBrowserGui commit2,
Changes regarding comment on the ComponentBrowserGui.

Fix error in InfoPage?
Build successfull

Location:
ComponentRegistry/branches/jeaferversion/ComponentBrowserGui
Files:
24 added
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/branches/jeaferversion/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/browser/infoPage.mxml

    r1636 r1644  
    8080                }
    8181               
    82                 private function loadCommentInfoPage(event:BrowserSelectionEvent):void {
    83                         commentSrv.load(event.commentDescription);                     
    84                 }
    8582               
    8683        </mx:Script>
     
    131128                                browseMenu="{commentsMenu}"
    132129                                browserColumns="{browserColumns.getCommentColumns()}"
    133                                 browserCommentSelected="{loadCommentInfoPage(event)}"
    134130                                browserDataProvider="{commentsSrv.itemDescriptions}"
    135131                                itemToScrollToComment="{selectedCommentItem}"
Note: See TracChangeset for help on using the changeset viewer.