开发者

Slickgrid html entities problem in Editor

开发者 https://www.devze.com 2023-01-27 19:33 出处:网络
i am usin开发者_如何学运维g slickgrid (js grid) to display some data. because i need to put the data inside \" and my content contains programming code, i decode the content with the php function html

i am usin开发者_如何学运维g slickgrid (js grid) to display some data. because i need to put the data inside " and my content contains programming code, i decode the content with the php function htmlentities($mycontent,ENT_QUOTES,"UTF-8").

Now everything renders fine EXCEPT If i edit the cell. then it does not display "ä" but &_auml; (i used the _to prevent rendering). i want it to be displayed like the normal view.

normal view:

Slickgrid html entities problem in Editor

edit view:

Slickgrid html entities problem in Editor

i also went into the code ->slickeditor.js to do a html entity decode (manually written) in js but without success.

is there an intelligent solution for this?


You could try change your server ServerDefaultCharset and apply your country charset, this will avoid the usage of htmlentities.

You may create a .htacces with this rule:

ServerDefaultCharset UTF-8

Now you do not encode the html as entities.

I hope it give you a help, it help me at other similar situations, as my language is Portuguese with the same difficulty as yours.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号