Author: ygrego Date: 2015-04-07 08:15:36 +0000 (Tue, 07 Apr 2015) New Revision: 1082 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1082 Log: New properties added: "SEARCH_FINISHED", "SEARCH_MODIFIED", "SEARCH_CANNOT_BE_COMPLETED". Modified: oipf/js/impl/model/SearchResults.js Modified: oipf/js/impl/model/SearchResults.js =================================================================== --- oipf/js/impl/model/SearchResults.js 2015-04-07 08:07:27 UTC (rev 1081) +++ oipf/js/impl/model/SearchResults.js 2015-04-07 08:15:36 UTC (rev 1082) @@ -15,7 +15,13 @@ * access the results in this collection. */ var SearchResults = Array.extend({ - + + SEARCH_FINISHED: 0, + + SEARCH_MODIFIED: 3, + + SEARCH_CANNOT_BE_COMPLETED: 4, + /* * Description: * The number of items in the current window within the overall result set. The value of this property SHALL be @@ -123,7 +129,7 @@ }, 0); } else { - + this._fireEvent(createCustomEvent("MetadataSearch", [this.playState, error])); } return false;
participants (1)
-
ygregoï¼ users.nuiton.org