tests for datetimefield
This commit is contained in:
src
test
@ -195,6 +195,11 @@
|
||||
type = 'combodate';
|
||||
}
|
||||
}
|
||||
|
||||
//`datetime` should be datetimefield in 'inline' mode
|
||||
if(type === 'datetime' && options.mode === 'inline') {
|
||||
type = 'datetimefield';
|
||||
}
|
||||
|
||||
//change wysihtml5 to textarea for jquery UI and plain versions
|
||||
if(type === 'wysihtml5' && !$.fn.editabletypes[type]) {
|
||||
|
Reference in New Issue
Block a user