1 2 3 4 5 6 7 8
| this.nodes = { $buttons: this.$('.o_cp_buttons'), $pager: this.$('.o_cp_pager'), $sidebar: this.$('.o_cp_sidebar'), $switch_buttons: this.$('.o_cp_switch_buttons'), $searchview: this.$('.o_cp_searchview') $searchview_buttons : this.$('.o_search_options') };
|