Sha256: 0b3ee5c0214df588273c722cdce9d90316017acd70ab87e224e7ec613c8a3c8c
Contents?: true
Size: 402 Bytes
Versions: 15
Compression:
Stored size: 402 Bytes
Contents
var modal = $("#ajax-modal"); modal.html("<%%= j render(template: '<%= model_name_pluralize_underscored %>/index', formats: [:html]) %>"); showModal(modal.attr("id")); 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