Forum OpenACS Development: Re: Error in tinymce default config parameter parsing

Collapse
Posted by Jim Lynch on
Heya Dave.

Is there any way to check for boolean type given the parameter name, and do the substitution of (say) true for "true" only when it's boolean?

-Jim

Collapse
Posted by Jim Lynch on
for example...

if you have as a tinymce (or other editor!) parameter that is fed as {foo true}, what would you do to predefine foo? in that predefinition, is the type specified, hopefully all on the tcl side, before the parameters are rendered into javascript initialization?

-Jim