source as function scope

This commit is contained in:
vitalets
2013-03-06 21:22:01 +04:00
parent d39f4d3b8a
commit 3270e5e4b7
5 changed files with 69 additions and 18 deletions

@ -186,7 +186,10 @@ To create your own input you can inherit from this class.
@type string
@default input-medium
**/
inputclass: 'input-medium'
inputclass: 'input-medium',
//scope for external methods (e.g. source defined as function)
//for internal use only
scope: null
};
$.extend($.fn.editabletypes, {abstractinput: AbstractInput});