Sha256: 45dafbe1ab4a55cb162c967a364c4f06b31992bdd2cef2dfdfe1d3e1b448c3a5
Contents?: true
Size: 362 Bytes
Versions: 15
Compression:
Stored size: 362 Bytes
Contents
Compass.ErpApp.Widgets.<%=class_name%> = { clickedWidget:function(){ alert('My new widget <%= description %> was clicked'); } } Compass.ErpApp.Widgets.AvailableWidgets.push({ name:'<%= description %>', iconUrl:'<%= icon_url %>', onClick:Compass.ErpApp.Widgets.<%=class_name%>.clickedWidget, about:'What my new widget is about' });
Version data entries
15 entries across 15 versions & 1 rubygems