gpt4 book ai didi

dojo - 如何在 dojo 中的 DateTextBox 中突出显示今天的日期

转载 作者:行者123 更新时间:2023-12-04 23:59:34 26 4
gpt4 key购买 nike

当文本框为空时,有没有办法在 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>

如果您想设置当前日期的样式以使其显示不同,您应该更新添加一个 css 选择器,例如
.dijitCalendarDateTemplate.dijitCalendarCurrentDate{
/*your styling */
background-color: green;
}

关于dojo - 如何在 dojo 中的 DateTextBox 中突出显示今天的日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12201722/

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