[CLOSED] Disable curly brace token parsing per control

  1. #1

    [CLOSED] Disable curly brace token parsing per control

    I have a custom control that inherits from Ext.Container that I dont want the property values to be token parsed. This is for HighCharts and for their format property, they expect string such as "${value}". Is it possible to disable the token parsing per control? I still want it for other Ext controls.
    Last edited by Daniil; Nov 10, 2015 at 11:59 AM. Reason: [CLOSED]
  2. #2
    Hi @jchau,

    I am afraid there is no such the functionality. ${} is being parsed globally when the entire script is generated, it is not parsed for each control individually. Hmm... at the moment I don't really have anything to suggest.

Similar Threads

  1. Datetime parsing in chrome
    By Zdenek in forum 2.x Help
    Replies: 1
    Last Post: Nov 09, 2014, 6:51 AM
  2. BADRESPONSE: Unexpected token { on calendar control
    By Felixkirathe in forum 2.x Help
    Replies: 1
    Last Post: Apr 17, 2012, 4:07 PM
  3. Replies: 3
    Last Post: Apr 16, 2012, 1:56 PM
  4. Replies: 6
    Last Post: Apr 03, 2012, 1:54 PM
  5. [CLOSED] Disable/Enable edit control on gridpanel
    By bakardi in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 21, 2011, 3:59 PM

Posting Permissions