通过主题设计元素设置行属性不适用于 xpages 中的 textarea

问题描述

我正在尝试通过主题设计元素为我的 xpages 应用程序中的所有 textarea 控件设置行属性,但在我查看页面时从未设置该属性

我做错了什么?

<!-- TextArea -->
    <control>
        <name>InputField.TextArea</name>
        <property mode="concat">
            <name>styleClass</name>
            <value>form-control</value>
        </property>
        <property> 
            <name>rows</name>
            <value>20</value>
        </property>
    </control>

这是我在文档中找到的内容 https://help.hcltechsw.com/dom_designer/11.0.1/xpageuser/wpd_controls_cref_inputTextarea.html

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)