Sha256: e3e0b901cb3bb6bd384d36ff64f4b3d3d522ea02e0ef92e195580c5ee1cb46ec
Contents?: true
Size: 1013 Bytes
Versions: 19
Compression:
Stored size: 1013 Bytes
Contents
- entity_name = controller.controller_name.singularize.underscore #account - @entity = instance_variable_get("@#{entity_name}") - create_id = "create_#{entity_name}" # create_account - if @entity.valid? $('##{create_id}_arrow').html(crm.COLLAPSED); $('##{create_id}_title').html('#{ j t(entity_name.pluralize) }'); $('##{create_id}').slideUp(250); $('##{entity_name.pluralize}').prepend('#{ j render(:partial => entity_name, :collection => [ @entity ]) }'); $('##{dom_id(@entity)}').effect("highlight", { duration:1500 }); = refresh_sidebar(:index, :filters) $('#paginate').html('#{ j render(:partial => "shared/paginate_with_per_page") }'); crm.flick('empty', 'remove'); - else $('##{create_id}').html('#{ j render(:partial => "new") }'); $('##{create_id}').effect("shake", { duration:250, distance: 6 }); - if @entity.errors[:name].blank? and @entity.errors[:ends_on].present? $('#campaign_ends_on').focus(); - else $('#new_#{entity_name} input[type!=hidden]').first().focus();
Version data entries
19 entries across 19 versions & 2 rubygems