Alright, I set up a different schemadb_config where I disabled the html
editor:

        'content' => Array
        (
            // COMPONENT-REQUIRED
            'title' => 'content',
            'storage' => 'content',
            'required' => true,
            'type' => 'text',
            'type_config' => Array ( 'output_mode' => 'html' ),
            'widget' => 'textarea',
            'widget_config' => Array ( 'width' => 80, 'height' => 25 ),
        ),
Then used the component configuration in the floating toolbar and told
n.n.static to use the different schemadb. Working fine so war...
However, is it possible to disable the htmlpurifer with this schemadb as
well? (Btw: Since i am entering valid xhtml, why is the purifier
stripping it out ?) I don't mind it being disabled for the whole
component while using this specific schemadb

Thanks
Andreas
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to