@@ -814,30 +814,30 @@ define([
814
814
onLayoutChanged : function ( combo , record ) {
815
815
if ( this . api && ! this . _noApply ) {
816
816
this . _state . Layout = undefined ;
817
- this . api . SetButtonLayout ( record . value ) ;
817
+ this . api . SetButtonFieldLayout ( record . value ) ;
818
818
this . fireEvent ( 'editcomplete' , this ) ;
819
819
}
820
820
} ,
821
821
822
822
onChFit : function ( field , newValue , oldValue , eOpts ) {
823
823
if ( this . api && ! this . _noApply ) {
824
- this . api . SetButtonFitBounds ( field . getValue ( ) === 'checked' ) ;
824
+ this . api . SetButtonFieldFitBounds ( field . getValue ( ) === 'checked' ) ;
825
825
this . fireEvent ( 'editcomplete' , this ) ;
826
826
}
827
827
} ,
828
828
829
829
onScaleChanged : function ( combo , record ) {
830
830
if ( this . api && ! this . _noApply ) {
831
831
this . _state . Scale = undefined ;
832
- this . api . SetButtonScaleWhen ( record . value ) ;
832
+ this . api . SetButtonFieldScaleWhen ( record . value ) ;
833
833
this . fireEvent ( 'editcomplete' , this ) ;
834
834
}
835
835
} ,
836
836
837
837
onHowScaleChanged : function ( combo , record ) {
838
838
if ( this . api && ! this . _noApply ) {
839
839
this . _state . HowScale = undefined ;
840
- this . api . SetButtonScaleHow ( record . value ) ;
840
+ this . api . SetButtonFieldScaleHow ( record . value ) ;
841
841
this . fireEvent ( 'editcomplete' , this ) ;
842
842
}
843
843
} ,
@@ -870,7 +870,7 @@ define([
870
870
871
871
imgPositionApplyFunc : function ( type ) {
872
872
if ( this . api && ! this . _noApply ) {
873
- this . api . SetButtonIconPos ( this . _state . imgPositionX / 100 , ( 100 - this . _state . imgPositionY ) / 100 ) ;
873
+ this . api . SetButtonFieldIconPos ( this . _state . imgPositionX / 100 , ( 100 - this . _state . imgPositionY ) / 100 ) ;
874
874
this . fireEvent ( 'editcomplete' , this ) ;
875
875
}
876
876
} ,
0 commit comments