Sha256: 409b4da0ba60d9893bf89ccda2299fa1120be0a692a2a39d3d56bc52adfd153a
Contents?: true
Size: 338 Bytes
Versions: 31
Compression:
Stored size: 338 Bytes
Contents
window.addEvent("domready", function() { // msg-error, msg-notice, msg-success var flash = new Flash("msg"); // With title // flash.error("Error", "Application failed"); // flash.notice("Notice", "Order was sent"); // success // Without title // flash.error("Application failed"); // flash.notice("Order was sent"); })
Version data entries
31 entries across 16 versions & 1 rubygems