[the-board] [ui] Add public method to select all things on page
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board] [ui] Add public method to select all things on page
- Date: Fri, 14 Jan 2011 01:37:13 +0000 (UTC)
commit 890c8ba5599e20640261048ec36b24bf4245f6c7
Author: Lucas Rocha <lucasr gnome org>
Date: Fri Jan 14 01:28:54 2011 +0000
[ui] Add public method to select all things on page
src/js/ui/page.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/js/ui/page.js b/src/js/ui/page.js
index 0e51c7b..bf16463 100644
--- a/src/js/ui/page.js
+++ b/src/js/ui/page.js
@@ -660,6 +660,10 @@ Page.prototype = {
}});
},
+ selectAllThings : function() {
+ this._setSelectedThings(this._things);
+ },
+
destroy : function() {
this._destroyAllThings();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]