Lines Matching refs:Chosen

2 Chosen, a Select Box Enhancer for jQuery and Prototype
14 var $, AbstractChosen, Chosen, SelectParser, _ref,
564 if (options === 'destroy' && chosen instanceof Chosen) {
566 } else if (!(chosen instanceof Chosen)) {
567 $this.data('chosen', new Chosen(this, options));
573 Chosen = (function(_super) {
574 __extends(Chosen, _super);
576 function Chosen() {
577 _ref = Chosen.__super__.constructor.apply(this, arguments);
581 Chosen.prototype.setup = function() {
587 Chosen.prototype.set_up_html = function() {
629 Chosen.prototype.on_ready = function() {
635 Chosen.prototype.register_observers = function() {
719 Chosen.prototype.destroy = function() {
729 Chosen.prototype.search_field_disabled = function() {
747 Chosen.prototype.container_mousedown = function(evt) {
768 Chosen.prototype.container_mouseup = function(evt) {
774 Chosen.prototype.search_results_mousewheel = function(evt) {
788 Chosen.prototype.blur_test = function(evt) {
794 Chosen.prototype.close_field = function() {
804 Chosen.prototype.activate_field = function() {
811 Chosen.prototype.test_active_click = function(evt) {
821 Chosen.prototype.results_build = function() {
846 Chosen.prototype.result_do_highlight = function(el) {
865 Chosen.prototype.result_clear_highlight = function() {
872 Chosen.prototype.results_show = function() {
889 Chosen.prototype.update_results_content = function(content) {
893 Chosen.prototype.results_hide = function() {
904 Chosen.prototype.set_tab_index = function(el) {
913 Chosen.prototype.set_label_behavior = function() {
930 Chosen.prototype.show_search_field_default = function() {
940 Chosen.prototype.search_results_mouseup = function(evt) {
950 Chosen.prototype.search_results_mouseover = function(evt) {
958 Chosen.prototype.search_results_mouseout = function(evt) {
964 Chosen.prototype.choice_build = function(item) {
985 Chosen.prototype.choice_destroy_link_click = function(evt) {
993 Chosen.prototype.choice_destroy = function(link) {
1004 Chosen.prototype.results_reset = function() {
1016 Chosen.prototype.results_reset_cleanup = function() {
1021 Chosen.prototype.result_select = function(evt) {
1062 Chosen.prototype.single_set_selected_text = function(text) {
1075 Chosen.prototype.result_deselect = function(pos) {
1096 Chosen.prototype.single_deselect_control_build = function() {
1106 Chosen.prototype.get_search_text = function() {
1110 Chosen.prototype.winnow_results_set_highlight = function() {
1119 Chosen.prototype.no_results = function(terms) {
1129 Chosen.prototype.no_results_clear = function() {
1133 Chosen.prototype.keydown_arrow = function() {
1145 Chosen.prototype.keyup_arrow = function() {
1162 Chosen.prototype.keydown_backstroke = function() {
1180 Chosen.prototype.clear_backstroke = function() {
1187 Chosen.prototype.keydown_checker = function(evt) {
1225 Chosen.prototype.search_field_scale = function() {
1253 return Chosen;