Sha256: 5ce7c76dd0f2b965360001295c333491f9b666ab7415eb3a97ea1f9015a07bff

Contents?: true

Size: 305 Bytes

Versions: 9

Compression:

Stored size: 305 Bytes

Contents

id = dom_id(@tag)

if @tag.errors.empty?
  page[id].replace :partial => "tag", :collection => [ @tag ]
  page[id].visual_effect :highlight, :duration => 1.0
else  
  page[id].replace_html :partial => "edit"
  page[id].visual_effect :shake, :duration => 0.25, :distance => 6
  page[:tag_tagname].focus
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/tags/update.js.rjs
fat_free_crm-0.12.2 app/views/admin/tags/update.js.rjs
fat_free_crm-0.12.1 app/views/admin/tags/update.js.rjs
fat_free_crm-0.12.0 app/views/admin/tags/update.js.rjs
fat_free_crm-0.11.4 app/views/admin/tags/update.js.rjs
fat_free_crm-0.11.3 app/views/admin/tags/update.js.rjs
fat_free_crm-0.11.2 app/views/admin/tags/update.js.rjs
fat_free_crm-0.11.1 app/views/admin/tags/update.js.rjs
fat_free_crm-0.11.0 app/views/admin/tags/update.js.rjs