Colin wrote:
> 
> Is this another bug in the way InputFilter is handling the tags or am
> I missing something really obvious here?

Form controls filter HTML input by default.  Try this:

$ui = new FormUI( strtolower( get_class( $this ) ) );
$ui->append( 'textarea', 'htmldata, 'options:foo__html', _t( 'HTML Code') );

$ui->htmldata->raw = true;

$ui->append( 'submit', 'save', _t( 'Save Options' ) );
$ui->set_option( 'success_message', _t( 'Options successfully saved.'));
$ui->out();


Owen

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to