Escape tokens - #{}

  1. #1

    Escape tokens - #{}

    Is it possible? I am wrtiting something like that (from codebehind)

    //myField is a TextField
    var cityName = "#{edCity}";
    myField.SetValue(cityName);
    cityName is a text written by a user. It is possible that it has form of ext.net token. Then ext.net always parses the TokenID into something like "ctl_content_pane...myField" (element id). But I want to escape the token and write in the control the text "#{edCity}"
    Last edited by geoffrey.mcgill; Jul 05, 2011 at 4:14 PM.
  2. #2
    Hi krse,

    Thanks for reporting this issue. We are investigating a solution and should be able to implement something soon.
    Geoffrey McGill
    Founder
  3. #3
    Was this ever resolved?

    I have a similar issue with GUIDs that are stored like #{123-1234-12324} in the database. They make my gridPanel explode and I get a blank page displayed.
  4. #4
    Hi all,

    It has been resolved in 2.1.
    http://forums.ext.net/showthread.php...ll=1#post92632

    Now it is available in SVN only and it will be included in 2.1 release.

Similar Threads

  1. Window escape key problem
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 12, 2009, 12:16 PM
  2. Escape button doesn't close modal window
    By dbassett74 in forum Bugs
    Replies: 0
    Last Post: May 05, 2009, 8:26 PM
  3. Modal window escape key problem
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: Apr 20, 2009, 1:00 PM
  4. [CLOSED] Tokens in Handler strings
    By Dave.Sanders in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 27, 2008, 10:51 AM

Tags for this Thread

Posting Permissions