From: SourceForge.net <no...@so...> - 2012-08-09 05:23:22
|
Feature Requests item #3405407, was opened at 2011-09-07 02:28 Message generated for change (Comment added) made by irmtfan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3405407&group_id=41586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: voltan (voltan1) Assigned to: Nobody/Anonymous (nobody) Summary: Use jquery ui calender Initial Comment: Use jquery ui calender whit local calender support ---------------------------------------------------------------------- Comment By: irmtfan (irmtfan) Date: 2012-08-08 22:23 Message: timgo did a nice work for implement this here http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsCore/tags/2.6%20timgno/htdocs/class/xoopsform/?pathrev=9738 timgno attempted to add some localization variables. these definitions in calendar.php is good for Gregorian calendar but for persian needs it is not suitable. I think it would be great if the core team read js files totally from the language folder like this: $GLOBALS['xoTheme']->addScript(XOOPS_ROOT_PATH . '/language/' . $GLOBALS['xoopsConfig']['language'] . '/date/ui.datepicker.js'); the above code is awkward. in this way we can add local calendars. discuss here: http://xoops.org/modules/newbb/viewtopic.php?topic_id=75249 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=430843&aid=3405407&group_id=41586 |