Double Quote issue [message #629107] |
Wed, 03 December 2014 05:36 |
Xandot
Messages: 235 Registered: January 2014 Location: India
|
Senior Member |
|
|
In Apex I dynamically created a function which will convert the text of text with double quotes.
i.e Text is : abc%def$efg^
The Dynamic function will covert the text :
i.e Text : "abc%def$efg^"
But instead of converting it show the text in the textbox like : "abc%def$efg^"
Please help on this..
|
|
|
|
Re: Double Quote issue [message #629175 is a reply to message #629108] |
Thu, 04 December 2014 02:56 |
Xandot
Messages: 235 Registered: January 2014 Location: India
|
Senior Member |
|
|
Thanks for reply littlefoot.
We cant remove HTML and escape special characters because user is free to insert any thing into the field.
|
|
|
|