Bug? AllowHTML property on CheckedListBox allows any HTML

0
0

Hi, I have a question regarding the “AllowHTML” property on the CheckedListbox. It does what it you would think, however, this seems to allow any html.

This has the same issue as discussed here https://wisej.com/support/question/tooltips-on-flowlayoutpanels-allow-html-tags-and-labels-and-usercontrols-do-not no?

I like the fact that I can use html to stylize the items BUT I do not want users to be able to do this.

Most likely this applies to other controls aswell (e.a. Listbox, ComboBox, etc.).

I’m using version 3.0.11

 

Vincent

  • You must to post comments
0
0

Ok then I need to do some work. I want to be able to use html but want to use any user data as plain text.

 

Thanks for the quick reply!

  • You must to post comments
0
0

Yes AllowHtml allows html. Any html. That’s by design. Your users are allowed to do what your application allows them to do. If you place user generated content into a label without any check it’s an application choice, we don’t limit what a developer can do. That’s more of a CMS task.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.