Sha256: 333c6611f9fdc87460ea3b8e434add0fb05dc3b1eab0c0bc200b2bb6e7711b67
Contents?: true
Size: 512 Bytes
Versions: 13
Compression:
Stored size: 512 Bytes
Contents
Compass.ErpApp.Widgets.ManageProfile = { addManageProfile:function(){ Ext.getCmp('knitkitCenterRegion').addContentToActiveCodeMirror('<%= render_widget :manage_profile %>'); } } 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
13 entries across 13 versions & 1 rubygems