remove name
option from abstractinput
This commit is contained in:
@ -186,15 +186,7 @@ To create your own input you can inherit from this class.
|
|||||||
@type string
|
@type string
|
||||||
@default input-medium
|
@default input-medium
|
||||||
**/
|
**/
|
||||||
inputclass: 'input-medium',
|
inputclass: 'input-medium'
|
||||||
/**
|
|
||||||
Name attribute of input
|
|
||||||
|
|
||||||
@property name
|
|
||||||
@type string
|
|
||||||
@default null
|
|
||||||
**/
|
|
||||||
name: null
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$.extend($.fn.editabletypes, {abstractinput: AbstractInput});
|
$.extend($.fn.editabletypes, {abstractinput: AbstractInput});
|
||||||
|
Reference in New Issue
Block a user