作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当文本框为空时,有没有办法在 dojo DateTextBox 中突出显示(显示选定的)当前日期?我不想在文本框中显示日期(它应该保持为空),而只是为了将今天的日期显示为选定的。
我尝试为此使用 dojo 提供的“dropDownDefaultValue”属性,但它不起作用(当前值未显示为选定或突出显示)。
我正在使用 Dojo 版本 1.7.1。
在这方面的任何建议都会很棒。
最佳答案
如果您查看用于 DateTextBox
的 html弹出窗口你会看到 td
当前日期看起来像这样:
<td class="dijitCalendarEnabledDate dijitCalendarCurrentDate dijitCalendarCurrentMonth dijitCalendarDateTemplate" role="gridcell" data-dojo-attach-point="dateCells" aria-selected="false" tabindex="0">
<span class="dijitCalendarDateLabel" data-dojo-attach-point="dateLabels">30</span>
</td>
.dijitCalendarDateTemplate.dijitCalendarCurrentDate{
/*your styling */
background-color: green;
}
关于dojo - 如何在 dojo 中的 DateTextBox 中突出显示今天的日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12201722/
我是一名优秀的程序员,十分优秀!