Actions
Feature #753
closedWTextEdit - Feature and code propsition
Start date:
03/11/2011
Due date:
% Done:
0%
Estimated time:
Description
Hello, I was using WTextEdit with JWt and had a problem because it converted all 'é' charaters in 'é'. The problem was that JWt WText seems to generate some nasty javascript error when you provide a string whit 'é'.
So I added a feature to the WTextEdit so that we can specify extra parameters (like entity_encoding:'raw' that will prevent mce to convert charaters).
code is attached.
Kind regards,
Thim.
Files
Updated by Koen Deforche over 13 years ago
- Status changed from New to InProgress
Pieter,
That should read as: 'é' charaters in 'é'
Can you reproduce in (in Wt and/or JWt) and review the patch ?
Regards,
koen
Updated by Pieter Libin about 13 years ago
- Status changed from InProgress to Resolved
Hi,
since Wt 3.1.10 the WTextEdit#setConfigurationSetting(String name, Object value) method can set extra config settings,
greetings,
Pieter
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.0
Actions