Commit 69ca367696c8ce1dcf96446078368270625cefb2

Authored by Menouar AZIB
1 parent 1591d4c2

Set Layout style to BaseComponent.js

js/app/views/PlotComponents/plotFunction/BaseComponent.js
1 1 // Define the base class
2 2 Ext.define('amdaPlotComp.plotFunction.BaseComponent', {
3 3 extend: 'Ext.form.FieldSet',
  4 +
  5 + collapsible: false,
  6 + layout: LAYOUT_STYLE,
4 7  
5 8 /**
6 9 * Subclasses are expected to implement this method to retrieve values.
... ...