点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
Iam使用sap.ui.unified.calendar进行请假申请。 但是此控件没有方法'toggleDatesType'来将颜色图例设置为日历,例如sap.me.calendar。
所以我试图使用
这样的方法'toggleStyleClass'oCalender.toggleStyleClass(sstyle class,true);
请让我知道我应该将什么传递给参数"样式类"以设置一天的颜色。
感谢您的帮助。
此致
萨拉特
你好sarath,
请使用Css更改日历图例颜色。
Css
//更改日历日期颜色
.demo .sapUiCalItemType02> .sapUiCalItemText
{
background-color:#f7f7f7!important; 盒子阴影:无;
}
/*带有背景色的颜色*//* sapUiUnifiedLegendSquareColor图例类*/.sapUiCalLegDayType01> .sapUiUnifiedLegendSquare> .sapUiUnifiedLegendSquareColor
{
背景:rgba(124,252,0,0.63)!important;
}
致谢
Prakash Waddar
谢谢Prakash。
我已经解决了以下问题。
this.oCalendar.addSpecialDate(new sap.ui.unified.DateTypeRange({
startDate:new Date(targetdate),
type:" Type0" + 2
})));
一周热门 更多>