This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Mar 27, 2013, 8:47 AM
17 Posts
topic has been resolvedResolved

dojo dijit Calendar

  • Category: Other
  • Platform: Windows
  • Release: 8.5.3
  • Role:
  • Tags:
  • Replies: 1
Hi, has anyone been able to implement the dojo Calendar?   Using the code below nothing is rendered.  I have looked at dojotoolkit.org but cannot figure out what I need on my xpage.  What do I need to do to get this working?

<?xml version="1.0" encoding="UTF-8"?>

<xp:view xmlns:xp="http://www.ibm.com/xsp/core" dojoParseOnLoad="true"

dojoTheme="true">

<xp:this.resources>

<xp:dojoModule name="dojo.parser"></xp:dojoModule>

<xp:dojoModule name="dijit.dijit"></xp:dojoModule>

<xp:dojoModule name="digit.Calendar"></xp:dojoModule>

</xp:this.resources>

<xp:panel>

 
<div id="mycal" dojoType="dijit.Calendar" value="2013-01-01"></div>
 

</xp:panel>

</xp:view>

 

Thank you  in advance.......
Mar 27, 2013, 8:56 AM
17 Posts
Re: dojo digit Calendar
Sorry, got this working.  There was a typo on my page. 

dijit is spelt with a J not a G 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal