MX Widgets Forum :: Calendar does not display the time.

This thread was displayed: 0 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Federico
04-20-2007 15:24:39 GMT +2

hi, I have updated a page which I had not worked with for a while. 

it looks like the Widgets scripts are now dealt with in a different way.

I am however struggling with the CALENDAR as I cannot get it to display the TIME.

see it for yourself here: http://www.asterias.com/cal.php

 this is the code: 

<?php $KT_relPath = "/";
  require_once("includes/widgets/widgets_start.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" c />
<title>Untitled Document</title>
</head>

<body>

<input subtype="wcalendar" name="datetime" value="<?php echo date('Y-m-d H:i:s'); ?>" type="widget" read format="%Y-%m-%d %k:%M:%S" skin="win2k-cold-1" language="en" label="..." m singleclick="true" />
</body>
</html>

<?php
  require_once("includes/widgets/widgets_end.php");
?>

any clues?  many thanks, Federico

Back | Reply | Quote | Top
Federico
04-20-2007 16:51:48 GMT +2

solved it. had to go into calendar.js and set the time variable to TRUE.

However, having upgraded frm one version to the other... ti seems that many JS scripts are left around... and it becomes confusing.

 

Federico

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.