Sha256: 7775a043171bf218760ac7188fc642011401c8e443122d16b8edcaa4f67f4762
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
$("#ajax-modal").html("<%%= j render(:template => '<%= model_name_pluralize_underscored %>/show', :formats => [:html]) %>"); showModal('ajax-modal'); var closeButton = { text: "<%%=j l(:button_close) -%%>", title: "<%%=j l(:button_close) -%%>", click: function() {$(this).dialog('close');}, 'class': 'button' } $("#ajax-modal").dialog('option', { buttons: [closeButton, submitButton] });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redmine_extensions-0.1.15 | lib/generators/redmine_extensions/entity/templates/show.js.erb.erb |