【问题标题】:Ext.Net textEditor #{ characterExt.Net textEditor #{ 字符
【发布时间】:2017-06-20 18:30:30
【问题描述】:

我厌倦了 Ext.net textEditor 和 HtmlEditor。有问题。

无法设置文本属性的值。我尝试以下代码

txtBody.Text = "#{dynamicBody}"

htmlEditor.Text = "${dynamicSQL}"

Replaced after render on 

txtBody.Text = Ext.Get("dynamicBody")

htmlEditor.Text = Ext.Get("dynamicSQL)"

【问题讨论】:

    标签: jquery asp.net ext.net


    【解决方案1】:

    如果您不希望令牌扩展,您应该在 global.asax 中禁用它,例如在 Application_start() 下。

    TokenUtils.Settings.Disable = true;
    

    来源: https://forums.ext.net/showthread.php?15965-Place-holder-with-a-format-parameter_name&p=92632&viewfull=1#post92632

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-08-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-08
      • 1970-01-01
      • 2022-01-20
      相关资源
      最近更新 更多