Dhtmlx combo: Special HTML char

Hi,

When I have a special HTML char in an option of a combo, the output is erratic. It sounds like HTML espacping in the combo (for example: foo<bar renders foo .)



Regards.



Francillo.


Hello,


try to replace < with <




Hi, But …
If I escape myself the data when I populate the Combo, that means that I have to unescape it when I retrieve the value (not the id)… otherwise I will store in DB (When I store it for example) an escaped value. But, in a layer separated architecture, this is not good because the escaping is a matter of presentation, so depends on the componenet itself (here the combo). I think it’s a missing function that would enable or disable HTML escaping inside the combo.

Regards

Francillo


Hello,


method getComboText() returns unescaped text. Why do you need to unescape it ?