Sorry, but there are no more tags available to filter with.
  • how to extend DashletView?

    I have extended a RecordView and it works perfectly. SugarPro/custom/modules/XXX/clients/base/views/record/record.js ({ extendsFrom: 'RecordView', initialize: function (options) { this._super('initialize',[options]); this.model.on('sync', this.changeField…
  • onLoadScript is not reached

    hi, all following this article i tried to add some external script to my dashboard simply put the code is below ({ plugins: ['Dashlet', 'CssLoader', 'ScriptLoader'], scripts: [ 'some_external_url' ], css: [ 'some_external_url' …