Sha256: 73da9ac2ed963c0f0bc366e59946f88927c1eebd883c618b6dbb448e3e675d62

Contents?: true

Size: 524 Bytes

Versions: 19

Compression:

Stored size: 524 Bytes

Contents

- id = dom_id(@group)

- if params[:cancel].true?     # <----------------- Hide [Edit Group]
  $('##{id}').replaceWith('#{ j (render(:partial => "group", :collection => [ @group ])) }');

- else # <----------------------------------------  Show [Edit Group] form.

  -# Disable onMouseOver for the list item.
  crm.highlight_off('#{id}');
  -# Hide [Create Group] form if any.
  crm.hide_form('create_group');
  -# Show [Edit Group] form.
  $('##{id}').html('#{ j render(:partial => "edit") }');
  $('#group_name').focus();

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.15.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.16.4 app/views/admin/groups/edit.js.haml
fat_free_crm-0.14.1 app/views/admin/groups/edit.js.haml
fat_free_crm-0.15.1 app/views/admin/groups/edit.js.haml
fat_free_crm-0.16.3 app/views/admin/groups/edit.js.haml
fat_free_crm-0.16.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.16.1 app/views/admin/groups/edit.js.haml
fat_free_crm-0.16.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.15.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.15.0.beta.2 app/views/admin/groups/edit.js.haml
fat_free_crm-0.15.0.beta app/views/admin/groups/edit.js.haml
fat_free_crm-0.14.0 app/views/admin/groups/edit.js.haml
reduced_fat_crm-0.15.0.beta app/views/admin/groups/edit.js.haml
reduced_fat_crm-0.14.0 app/views/admin/groups/edit.js.haml
fat_free_crm-0.13.6 app/views/admin/groups/edit.js.haml
fat_free_crm-0.13.5 app/views/admin/groups/edit.js.haml
fat_free_crm-0.13.4 app/views/admin/groups/edit.js.haml
fat_free_crm-0.13.3 app/views/admin/groups/edit.js.haml