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