Sha256: 251b9c6d6f1d0706b8351202a48ead76751e44fc6d09d540cbc0906648652e7c

Contents?: true

Size: 552 Bytes

Versions: 32

Compression:

Stored size: 552 Bytes

Contents

- singular = popup.to_s.singularize

:plain
  new crm.Popup({
    trigger     : "#select_#{singular}",
    target      : "#jumpbox",
    under       : "#select_#{singular}",
    appear      : 300,
    fade        : 300,
    before_show : function() {
      $("#jumpbox_menu").hide();
      $("#jumpbox_label").html("#{t(popup)}:");
      $("#jumpbox_label").show();
      crm.auto_complete("#{popup}", "#{related.class.to_s.downcase.pluralize}/#{related.id}");
    },
    after_show  : function() {
      $("#auto_complete_query").focus();
    }
  });

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
fat_free_crm-0.22.1 app/views/shared/_select_popup.html.haml
fat_free_crm-0.22.0 app/views/shared/_select_popup.html.haml
fat_free_crm-0.21.0 app/views/shared/_select_popup.html.haml
fat_free_crm-0.20.1 app/views/shared/_select_popup.html.haml
fat_free_crm-0.20.0 app/views/shared/_select_popup.html.haml
fat_free_crm-0.19.2 app/views/shared/_select_popup.html.haml
fat_free_crm-0.19.0 app/views/shared/_select_popup.html.haml
fat_free_crm-0.18.2 app/views/shared/_select_popup.html.haml
fat_free_crm-0.14.2 app/views/shared/_select_popup.html.haml
fat_free_crm-0.15.2 app/views/shared/_select_popup.html.haml
fat_free_crm-0.16.4 app/views/shared/_select_popup.html.haml
fat_free_crm-0.17.3 app/views/shared/_select_popup.html.haml
fat_free_crm-0.18.1 app/views/shared/_select_popup.html.haml
fat_free_crm-0.18.0 app/views/shared/_select_popup.html.haml
fat_free_crm-0.14.1 app/views/shared/_select_popup.html.haml
fat_free_crm-0.15.1 app/views/shared/_select_popup.html.haml
fat_free_crm-0.16.3 app/views/shared/_select_popup.html.haml
fat_free_crm-0.17.2 app/views/shared/_select_popup.html.haml
fat_free_crm-0.16.2 app/views/shared/_select_popup.html.haml
fat_free_crm-0.17.1 app/views/shared/_select_popup.html.haml