mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:43 +01:00
add missing "rawstring" type to et2_validTypes
This commit is contained in:
parent
2e094c6f76
commit
d9f45ae414
@ -30,7 +30,7 @@ if (typeof Array.prototype.indexOf == "undefined")
|
|||||||
/**
|
/**
|
||||||
* Array with all types supported by the et2_checkType function.
|
* Array with all types supported by the et2_checkType function.
|
||||||
*/
|
*/
|
||||||
var et2_validTypes = ["boolean", "string", "html", "float", "integer", "any", "js", "dimension"];
|
var et2_validTypes = ["boolean", "string", "rawstring", "html", "float", "integer", "any", "js", "dimension"];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Object whith default values for the above types. Do not specify array or
|
* Object whith default values for the above types. Do not specify array or
|
||||||
|
Loading…
Reference in New Issue
Block a user