作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我可以在p:inputText,p:autocompelte,p:inputMask中自定义输入字段(更改字体,大小等),但是我不知道如何为p:calendar更改输入文本字段。
对于面板中的元素,使用.ui-datepicker-sth效果很好,但是在p:calendar元素中找不到更改输入文本字段的任何内容。
请问有人可以帮助我吗?
糜。
最佳答案
要更改p:calendar的输入字段的宽度,以下内容使用Primefaces 5.1对我有用。
我在CSS文件中定义了此代码:
.calendarClass input {
width: 50px !important
}
<p:calendar id="fromdate" styleClass="calendarClass" .../>
关于calendar - primefaces日历输入文字如何更改,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11667143/
我是一名优秀的程序员,十分优秀!