Hi =)
I'm trying to use jQgrid to edit some regular expressions, having any kind of form, even html tags,
example :
|
.*
|siU
If I don't format the result from the database, the xml will be like that :
|siU
And the cell in jQgrid will then displey only “|”
So I tried to htmlentities( ) the data.
Then the xml will be like this
|<td class=num>d+.</td>.*<td><a href="(.*)">(.*)</a></td>|siU
Then the cell will be looking great :

but if i click it to edit, It will show me the html entities

Is there a way to format the cell while editing ? I would like to get the same format with html tags etc.
Thank you in advance for your help =)
Anthony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top