Sha256: 0e1c6ccbf428cc186695d84a68d0a3ddb8f96041cd2cef841822971d5cf592c8
Contents?: true
Size: 582 Bytes
Versions: 15
Compression:
Stored size: 582 Bytes
Contents
var modal = $("#ajax-modal"); modal.html("<%%= j render(template: '<%= model_name_pluralize_underscored %>/edit', formats: [:html]) %>"); showModal(modal.attr("id")); var submitButton = { text:"<%%=j l(:button_update) %>", title:"<%%=j l(:button_update) %>", click: function() {$(this).find('form').submit()}, 'class': 'button-positive' }; var closeButton = { text: "<%%=j l(:button_close) %>", title: "<%%=j l(:button_close) %>", click: function() {$(this).dialog('close');}, 'class': 'button' }; modal.dialog('option', { buttons: [closeButton, submitButton] });
Version data entries
15 entries across 15 versions & 1 rubygems