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

Version Path
knitkit-3.0.0 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.15 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.14 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.13 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.12 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.11 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.10 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.9 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.8 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.7 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.6 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.5 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.4 app/widgets/manage_profile/javascript/manage_profile.js
knitkit-2.1.3 app/widgets/manage_profile/javascript/manage_profile.js