Sha256: d7f7c62a7323517968abec69b3cfbd0dc8289c15776294f1ac2fb4937e9a8f8d
Contents?: true
Size: 515 Bytes
Versions: 13
Compression:
Stored size: 515 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
13 entries across 13 versions & 1 rubygems