BUG 0000 mistake into jscalendar
improving jscalendar
This commit is contained in:
@@ -1855,7 +1855,7 @@ function datePicker4(obj, id, mask, startDate, endDate, showTIme){
|
|||||||
//alert('->'+id);
|
//alert('->'+id);
|
||||||
if(showTIme=='false')
|
if(showTIme=='false')
|
||||||
showTIme=false;
|
showTIme=false;
|
||||||
new Calendar({
|
Calendar.setup({
|
||||||
inputField: id,
|
inputField: id,
|
||||||
dateFormat: mask,
|
dateFormat: mask,
|
||||||
trigger: id+"[btn]",
|
trigger: id+"[btn]",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -184,8 +184,9 @@ class headPublisher {
|
|||||||
}
|
}
|
||||||
if ($this->disableHeaderScripts)
|
if ($this->disableHeaderScripts)
|
||||||
return '';
|
return '';
|
||||||
|
$this->addScriptFile ( "/js/widgets/js-calendar/unicode-letter.js" );
|
||||||
$this->addScriptFile ( "/js/widgets/js-calendar/lang/" . SYS_LANG . ".js" );
|
$this->addScriptFile ( "/js/widgets/js-calendar/lang/" . SYS_LANG . ".js" );
|
||||||
|
|
||||||
|
|
||||||
$head = '';
|
$head = '';
|
||||||
$head .= '<TITLE>' . $this->title . "</TITLE>\n";
|
$head .= '<TITLE>' . $this->title . "</TITLE>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user