[DE] Disable buttons on start
This commit is contained in:
parent
5c1ff8633e
commit
86bdcc5c5c
|
@ -269,6 +269,7 @@ define([
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon previous-field',
|
iconCls: 'toolbar__icon previous-field',
|
||||||
caption: this.capBtnPrev,
|
caption: this.capBtnPrev,
|
||||||
|
disabled: true,
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: 'small'
|
dataHintOffset: 'small'
|
||||||
|
@ -279,6 +280,7 @@ define([
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon next-field',
|
iconCls: 'toolbar__icon next-field',
|
||||||
caption: this.capBtnNext,
|
caption: this.capBtnNext,
|
||||||
|
disabled: true,
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: 'small'
|
dataHintOffset: 'small'
|
||||||
|
@ -290,6 +292,7 @@ define([
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon submit-form',
|
iconCls: 'toolbar__icon submit-form',
|
||||||
caption: this.capBtnSubmit,
|
caption: this.capBtnSubmit,
|
||||||
|
disabled: true,
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: 'small'
|
dataHintOffset: 'small'
|
||||||
|
@ -301,6 +304,7 @@ define([
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon save-form',
|
iconCls: 'toolbar__icon save-form',
|
||||||
caption: this.capBtnSaveForm,
|
caption: this.capBtnSaveForm,
|
||||||
|
disabled: true,
|
||||||
dataHint: '1',
|
dataHint: '1',
|
||||||
dataHintDirection: 'bottom',
|
dataHintDirection: 'bottom',
|
||||||
dataHintOffset: 'small'
|
dataHintOffset: 'small'
|
||||||
|
|
Loading…
Reference in a new issue