Home
last modified time | relevance | path

Searched refs:_getFormInputs (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js47 this._getFormInputs = _getFormInputs;
69 this.textInputs = this._getFormInputs( "^text$" );
75 this.textInputs = this._getFormInputs( "^textarea$" );
81 this.textInputs = this._getFormInputs( "^text(area)?$" );
451 function _getFormInputs( inputPattern ) { function
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js47 this._getFormInputs = _getFormInputs;
69 this.textInputs = this._getFormInputs( "^text$" );
75 this.textInputs = this._getFormInputs( "^textarea$" );
81 this.textInputs = this._getFormInputs( "^text(area)?$" );
463 function _getFormInputs( inputPattern ) { function