UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

20 lines (16 loc) 405 B
Ext.define('UCAN.common.entity.detail.EntityDetailCardView', { extend: 'Ext.Panel', xtype: 'entityDetailCard', cls: 'js-ucan-entity-detail-card-view ucan-entity-detail-card-view', config: { cardToolTip: null, cardIconCls: '' }, twoWayBindable: { cardToolTip: true, cardIconCls: true }, publishes: ['cardToolTip', 'cardIconCls'], layout: 'hbox', scrollable: true });