Sha256: 22ab4e070995dc67e3ae4e410aeba4fc1f55906753ab8597e066265cc247b2db
Contents?: true
Size: 874 Bytes
Versions: 108
Compression:
Stored size: 874 Bytes
Contents
$("#content").html("<%= escape_javascript(render :partial => 'new') %>"); <%= toolbar :option => :messages %> <%= location( link_to(image_tag("btn/new.png", :class => "menu_icon")+t('message.other'), conversations_path,:remote => true), link_to(image_tag("btn/message_new.png", :class => "menu_icon")+ t('message.new'), new_message_path, :remote => true) ) %> var recipients = $("#_recipients").fcbkcomplete({ json_url: "<%= contacts_path(:form => true, :format => :json) %>", cache: true, filter_hide: true, newel: false, height: 6 }); $("#body").cleditor({ width:493, controls: "<%= SocialStream.cleditor_controls %>" }); <% unless @recipient.nil? %> $("#_recipients").trigger("addItem",[{"title": "<%= @recipient.name %>", "value": "<%= @recipient.id %>"}]); <% end %> $(".new_message").validate({errorClass: "validation_error"});
Version data entries
108 entries across 108 versions & 4 rubygems