Sha256: 85ca2bbb7d17987942347ec436071ff7f1f80a95d14fd98be83e77ed92f4c646
Contents?: true
Size: 599 Bytes
Versions: 14
Compression:
Stored size: 599 Bytes
Contents
Compass.ErpApp.Widgets.ManageProfile = { template: new Ext.Template('<%= render_widget :manage_profile %>'), addManageProfile:function(){ Ext.getCmp('knitkitCenterRegion').addContentToActiveCodeMirror(Compass.ErpApp.Widgets.ManageProfile.template.apply()); } } Compass.ErpApp.Widgets.AvailableWidgets.push({ name:'Manage Profile', iconUrl:'/images/icons/document_edit/document_edit_48x48.png', onClick:Compass.ErpApp.Widgets.ManageProfile.addManageProfile, about:'This widget allows users to manger thier user information, password and contact information.' });
Version data entries
14 entries across 14 versions & 1 rubygems