如何讓AUI-datepicker在元素焦點上彈出。目前它只在點擊元素時彈出。AUI日期選擇器:在元素焦點上彈出日期選擇器
這裏是代碼
腳本:
YUI().use('aui-datepicker',
function(Y) {
new Y.DatePicker(
{
trigger: '.date-selector',
popover: {
zIndex: 1
},
}
);
}
);
和標籤
<aui:input id="startDate" name="startDate" cssClass="date-selector" label="startDate">
還有一件事我怎麼能範圍的日期?
http://stackoverflow.com/questions/3886239/how-to-start-jquery-datepicker-with-focus – 2014-12-03 06:33:41
@ParkashKumar我知道如何在jQuery中實現。但我需要在aui bcoz中使用aui標籤和腳本在我的portlet中。所以最好和aui-datepicker一起去。 – Devz 2014-12-03 07:32:13
http://blogs.xtivia.com/home/-/blogs/liferay-alloy-ui-calendar-datepicker-and-datepickerselect可能是有用的 – ASR 2014-12-03 10:07:38