html decode on combo box

  1. #1

    html decode on combo box

    how can i implement the same decoding scenario in this post (http://forums.ext.net/showthread.php...3898-16-1.aspx) for v.82

    i have tried this one... the selected combo item is being decoded but the combo box list item is missing

    
    <ext:Store ID="extcomboViewby_ItemStore" runat="server"  >
                <Reader>
                    <ext:JsonReader>
                        <Fields>
                            <ext:RecordField Name="value"></ext:RecordField>
                            <ext:RecordField Name="display" >
                                <Convert Handler="return Ext.util.Format.htmlDecode(value);" /> 
                            </ext:RecordField>
                        </Fields>
                    </ext:JsonReader>
                </Reader>
            </ext:Store>
  2. #2

    RE: html decode on combo box

    my bad the combo box item template is wrong... and also i also have to set the page validateRequest = false if i would do this one right?

Similar Threads

  1. [CLOSED] JSON Decode Exception
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Sep 28, 2012, 2:58 PM
  2. html decode textarea
    By maxdiable in forum 1.x Help
    Replies: 2
    Last Post: Jan 22, 2010, 3:54 AM
  3. [CLOSED] [1.0] Decode HTML characters
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 22, 2009, 6:12 AM
  4. HTML Decode using XTemplate
    By rthiney in forum 1.x Help
    Replies: 2
    Last Post: Aug 11, 2009, 2:34 PM
  5. Ext.decode on server side
    By nanosassa in forum 1.x Help
    Replies: 1
    Last Post: Jun 12, 2009, 3:00 PM

Posting Permissions