Community
Participate
Working Groups
this._textfield.setFont( value );
},
setCursor : function( value ) {
this._upbutton.setCursor( value );
this._downbutton.setCursor( value );
this._textfield.setCursor( value );
setTabIndex : function( value ) {
this._textfield.setTabIndex( value );