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