我可以在 fx 标签中使用数据绑定吗?

发布于 2024-11-03 08:20:20 字数 211 浏览 3 评论 0原文

我的应用程序使用 fx 标签,在其中加载一些 xml。我想通过绑定创建 xml 名称,但出现错误:编译时处理的属性不支持数据绑定表达式。

<fx:XML id="{xml_props}"  />

<fx:XML id="{xml_props}"  />

是否有办法实现相同的功能?

My application uses fx tag in which it loads some xml. I want to create the xml name by binding, but I get an error that Data binding expressions not supported with attributes processed at compile time.

<fx:XML id="{xml_props}"  />

<fx:XML id="{xml_props}"  />

Is there anyway to achive the same functionality?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫瑾少女 2024-11-10 08:20:20

请参阅以下文档fx:XML 标签不会在运行时加载 XML 文件,而是将其嵌入到编译时。如果您需要在运行时加载 XML,请参阅以下文档

Please refer to the following documentation. fx:XML tags is not loading XML file at runtime but embed it in compile time. If you need to load XML at runtime refer to the following documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文