我在数据库中有一个包含一些日期的表。我想在magento默认日历中禁用这些日期。日历处于前端结帐流程(用于添加订单的交货日期)。任何建议将不胜感激。
Calendar.setup({
inputField : "date", // ID of the input field
ifFormat : "<%=systemDateFormat%>", // the date format
button : "triggerDate" , // ID of the button
disableFunc: ??????,
});
<style type="text/css">@import url(calendar-system.css);</style>
<script type="text/javascript" src="calendar.js"></script>
<script type="text/javascript" src="lang/calendar-en.js"></script>
<script type="text/javascript" src="calendar-setup.js"></script>
答案 0 :(得分:1)
您可以通过以下方式停用日期。
Calendar.setup({
inputField : "date", // ID of the input field
ifFormat : "<%=systemDateFormat%>", // the date format
button : "triggerDate" , // ID of the button
disableFunc: disabledDate
});
然后您可以在设置中添加此功能
SELECT name,
delete_referential_action_desc
FROM sys.foreign_keys