使用一些旧的javascript日历,它表现为触发器->弹出,我希望它是一个内联日历。
我唯一能找到的文档是这个,但似乎不符合我的版本
我必须使用它,因为这是Magento1.x显示产品自定义选项日历的方式。
je calendar.js头:
/* Copyright Mihai Bazon, 2002-2005 | www.bazon.net/mishoo
* -----------------------------------------------------------
*
* The DHTML Calendar, version 1.0 "It is happening again"
*
* Details and latest version at:
* www.dynarch.com/projects/calendar
*
* This script is developed by Dynarch.com. Visit us at www.dynarch.com.
*
* This script is distributed under the GNU Lesser General Public License.
* Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
*/
// $Id: calendar.js,v 1.51 2005/03/07 16:44:31 mishoo Exp $任何帮助都将不胜感激(文档、代码片段、替代库.)
发布于 2017-07-17 14:49:08
找到了答案;而不是“内联”日历,文档处理的是“平面”日历。在我的例子中,一个丑陋但快速的方法是:
app/code/local/Mage/Core/Block/Html/Date.php
https://stackoverflow.com/questions/45145577
复制相似问题