Rich Text Value

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

13 Nov 2018

Hi,

I get column value with this code. Column type is "Enhanced rich text". But it shows nonsensical symbols. How can I fix it?

Code: Select all

var sonAciklama = fd.relatedItems(0).data('ctx').ListData.Row[0].Aciklama;
Screenshot_21.png
Screenshot_21.png (32.83 KiB) Viewed 2094 times
Best Regards.

User avatar
AlexZver
Posts: 232
Joined: Mon Aug 27, 2018

14 Nov 2018

Hi!

Please check this code:

Code: Select all

var sonAciklama = $(fd.relatedItems(0).data('ctx').ListData.Row[0].Aciklama).text();

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

15 Nov 2018

Thanks :)

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests