[CLOSED] How to Handle ExtraParams "Ext.encode(record.data)" with html tag

  1. #1

    [CLOSED] How to Handle ExtraParams "Ext.encode(record.data)" with html tag

    I can capture record.data in case 1, but error in case 2 (include html tag)

    Case 1
    ID=Record01, myData=HelloSir


    Case 2
    ID=Record01, myData=Hello<br/>Sir
    ID=Record01, myData=Hello<img src=xx.jpg/>Sir
    Last edited by Daniil; Jul 14, 2015 at 5:13 PM. Reason: [CLOSED]
  2. #2
    Hello!

    I would recommend to try Ext.htmlEncode() on client and HttpUtility.HtmlDecode(); on server.

Similar Threads

  1. handle store load "response failed"
    By keeper in forum 2.x Help
    Replies: 3
    Last Post: Jan 07, 2015, 12:24 PM
  2. Replies: 1
    Last Post: May 22, 2012, 3:09 PM
  3. Replies: 4
    Last Post: May 22, 2012, 10:40 AM
  4. Replies: 2
    Last Post: Nov 03, 2011, 5:24 PM
  5. Replies: 0
    Last Post: Oct 18, 2010, 2:48 AM

Tags for this Thread

Posting Permissions