gpt4 book ai didi

java - 样式化 TextField GXT 3

转载 作者:行者123 更新时间:2023-11-28 18:41:20 25 4
gpt4 key购买 nike

我想设置 gxt TextField 的文本大小属性。我从编写 MyTextFieldAppearance 开始。这里一切都好。接下来我需要修改 my.gwt.xml 文件,这里我遇到了麻烦。

com.sencha.gxt.widget.core.client.form.TextField类中没有TextFieldAppearance,唯一的 TextFieldAppearance 在 TextInputCell.TextFieldAppearance 类中,但如果我写

<replace-with
class="ru.nicetu.radient.kef.client.appearance.KefValueBaseFieldAppearance">
<when-type-is
class="com.sencha.gxt.cell.core.client.form.TextInputCell.TextFieldAppearance" />
</replace-with>

没有任何反应。

最佳答案

gxt 中有一个错误,在方法中

  public TextFieldDefaultAppearance(TextFieldResources resources) {
super(resources);
this.resources = resources;
this.style = this.resources.css();
}

你需要添加一行

  StyleInjectorHelper.ensureInjected(this.style, true);

到最后

关于java - 样式化 TextField GXT 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11325887/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com