gpt4 book ai didi

java - enabled/disabled - change background color

转载 作者:太空狗 更新时间:2023-10-29 14:56:38 25 4
gpt4 key购买 nike

我可以更改残疾人的背景颜色吗 <h:inputText>

我试过这样做:

<h:inputText value="test" disabled="true" styleClass="input"/>

css 包含:

input:disabled {background-color:blue;}
input:enabled {background-color:red;}

结果是:

enter image description here

我尝试更改背景的原因是,因为我已经安装了 richfaces,禁用和启用具有相同的颜色,都是白色

谢谢

更新:

enter image description here

HTML:

<td class="width10">Směna:</td>
<td class="width15"><input name="bde:j_idt100" value="2011-05-18-S2" size="13" style="background-color: blue; color: red;" disabled="disabled" type="text"><input id="bde:shift" name="bde:shift" type="hidden"></td>
<td><input name="bde:j_idt102" value="ranní" class="input2" size="13" disabled="disabled" type="text"><input name="bde:j_idt103" value="admin" class="input2" size="13" disabled="disabled" type="text"></td>
</tr>
<tr class="rowEven">
<td class="width5"><input id="bde:f1" name="bde:f1" value="F1" tabindex="2" title="Novy pracovnik - vymaze vsechna pole formulare" class="btninput" type="submit"></td>
<td class="width10">Pracovník:</td>
<td class="width15">
<input id="bde:worker" name="bde:worker" class="input" size="13" tabindex="1" onblur="jsf.util.chain(this,event,'mojarra.ab(this,event,\'blur\',\'@this\',\'bde:inputName\')','mojarra.ab(this,event,\'blur\',\'@this\',\'bde:inputSname\')','mojarra.ab(this,event,\'blur\',\'@this\',\'bde:inputDep\')','mojarra.ab(this,event,\'blur\',\'@this\',\'bde:reportErr\')')" type="text"></td>

richfaces 生成的代码和 HTML 之间的图形差异:

enter image description here enter image description here

最佳答案

试试这个

<h:inputText value="test" disabled="disabled" style="background-color:blue; color:red;" />

关于java - <h :inputText> enabled/disabled - change background color,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6043214/

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