Sha256: f595020cb7e62c4d2a6234fce518ebea4e0731c07eff9b1f304136d9bc9f9adb
Contents?: true
Size: 410 Bytes
Versions: 17
Compression:
Stored size: 410 Bytes
Contents
Compass.ErpApp.Widgets.<%=class_name%> = { addWidget:function(){ Ext.getCmp('knitkitCenterRegion').addContentToActiveCodeMirror('<%%= render_widget :<%=file_name%> %>'); } } Compass.ErpApp.Widgets.AvailableWidgets.push({ name:'<%= description %>', iconUrl:'<%= icon_url %>', onClick:Compass.ErpApp.Widgets.<%=class_name%>.addWidget, about:'What my new widget is about' });
Version data entries
17 entries across 17 versions & 1 rubygems