Actions
Feature #753
closed
TA
PL
WTextEdit - Feature and code propsition
Feature #753:
WTextEdit - 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
KD Updated by Koen Deforche over 15 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
PL Updated by Pieter Libin almost 15 years ago
- Assignee set to Pieter Libin
PL Updated by Pieter Libin almost 15 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
KD Updated by Koen Deforche almost 15 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.0
Actions