add destroy method for inputs
This commit is contained in:
@ -152,6 +152,12 @@ To create your own input you can inherit from this class.
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
Additional actions when destroying element
|
||||
**/
|
||||
destroy: function() {
|
||||
},
|
||||
|
||||
// -------- helper functions --------
|
||||
setClass: function() {
|
||||
if(this.options.inputclass) {
|
||||
|
Reference in New Issue
Block a user