微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

SmartGwt Dialog - 禁止 Dialog 解释对话框消息中的 ${loadingImage}

如何解决SmartGwt Dialog - 禁止 Dialog 解释对话框消息中的 ${loadingImage}

我目前有一个自定义对话框

type
  TExampleEnum= (en_Planes= 1,en_Trains,en_Automobiles,en_Boats);
  ExampleGoodRange= en_Trains..en_Automobiles;
  ExampleEnumSetNeeded= en_Boats,en_Automobiles; //in this order


const
  TExampleEnumStrings: array [1 .. ord(high(TExampleEnum))
    ] of string = ('Planes','Trains','Automobiles','Boats');

哪里

final Dialog dialog = new Dialog();

let said message = "这是消息内容 ${loadingImage}",${loadingImage} 将被解释,并且加载微调器将出现在文本中的该位置。

有没有办法禁用口译? 我的目标是在对话框中显示纯文本“这是消息内容 ${loadingImage}”。

任何帮助将不胜感激。谢谢!

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。