-
14 Jan 2011 4:04 AM #1
[PENDING] JSON export of templates substitutes HTML characters (wrongly)
[PENDING] JSON export of templates substitutes HTML characters (wrongly)
A template of (say a ComboBox) is shown correct in the code/JSON display:
but when exported to disk the exported template has substituted HTML characters:Code:tpl: [ '<tpl for=".">', .... '</div>', '</a></tpl>' ],
...and does not work anymore!Code:tpl: [ '<tpl for=".">', ... '</div>', '</a></tpl>' ],
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Working with ExtJs html templates
By savsw in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 14 Sep 2010, 5:27 AM -
[FIXED-153] Danish characters fails after export
By dudek in forum Ext Designer: BugsReplies: 4Last Post: 9 Jul 2010, 4:49 AM -
How to export all grid in one html into excel
By qkaiwei in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 18 Dec 2007, 8:42 PM -
Templates for HTML code
By oracle in forum Community DiscussionReplies: 0Last Post: 1 Aug 2007, 4:52 AM -
Idea: real HTML as templates
By SteveEisner in forum Community DiscussionReplies: 8Last Post: 13 Nov 2006, 5:14 AM


Reply With Quote