怎么在JSF中添加日历控件
展开全部
jsf 扩展的myfaces包有一个自带的组件:<t:inputCalendar></t:inputCalendar>.
使用举例:
<t:inputCalendar id="date_1"// 组件id号
monthYearRowClass="yearMonthHeader"//style 类。定义年月的css
popupDateFormat="yyyy-MM-dd" /输入的日期的现实格式
value="#{BBHost.htPDM.dt}" //绑定的后台bean
renderAsPopup="true"
popupTodayString="" popupWeekString=""
renderPopupButtonAsImage="true" rendered="true"
disabled="true" />
使用举例:
<t:inputCalendar id="date_1"// 组件id号
monthYearRowClass="yearMonthHeader"//style 类。定义年月的css
popupDateFormat="yyyy-MM-dd" /输入的日期的现实格式
value="#{BBHost.htPDM.dt}" //绑定的后台bean
renderAsPopup="true"
popupTodayString="" popupWeekString=""
renderPopupButtonAsImage="true" rendered="true"
disabled="true" />
展开全部
在前面加入:
<%@ taglib uri="/struts-dojo-tags" prefix="sx" %>
在<head>中</head>加入:
<sx:head cache="false" />
在需要的位置加入:
<sx:datetimepicker id="showtime" type="date" name="showtime" displayFormat="yyyy-MM-dd" displayWeeks=""/>
struts 2.0测试通过
<%@ taglib uri="/struts-dojo-tags" prefix="sx" %>
在<head>中</head>加入:
<sx:head cache="false" />
在需要的位置加入:
<sx:datetimepicker id="showtime" type="date" name="showtime" displayFormat="yyyy-MM-dd" displayWeeks=""/>
struts 2.0测试通过
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询