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