Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Espo.define('Custom:Views.Quote.Record.Panels.Object', 'views/main', function (Dep) {
  2.  
  3.     return Dep.extend({
  4.  
  5.         template: 'custom:quote.record.panels.itemas',
  6.  
  7.         setup: function () {
  8.             Dep.prototype.setup.call(this);
  9.         },
  10.  
  11.         data: function () {
  12.             console.log(this.options.objects);
  13.         }
  14.     });
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement