Questions tagged [dijit.calendar]

4 questions
1
vote
1 answer

loading dijit calendar on click of dijit icon button with specific dates disabled

I'm trying to load a dijit calendar on click of dijit icon button with specific dates disabled, for this I tried two ways first one: loading calendar in js function getting error as trying to register "id==mycal" but that id is already registered…
1
vote
1 answer

dijit calendar to display only 52 weeks back from current day in dojo

I have a requirement of showing calendar to only 52 weeks back from current day in dojo ,I'm using dijit/Calendar for the same,can some one help me by providing light on displaying only 52 weeks back from current day in dijit calendar. currently I…
Balaji
  • 35
  • 6
0
votes
0 answers

How to get hold on calendar dijit for xp:dateTimeHelper to set firstdayoftheweek attribute?

I have set up a datepicker helper for an inputfield for my xpages form: I want to set the firstdayoftheweek attribute for the dojo calendar dijit but when I…
Patrick Kwinten
  • 1,988
  • 2
  • 14
  • 26
0
votes
1 answer

Get Dijit from Parent HTML from embedded iframe

I have a dashboard built using dojo dijits. One of the dijit is dojo calendar widget. In this dashboard I am embedding an iframe to it. I want to change the value of the calendar widget from within the iframe. The issue is since it is not just…
user4906240
  • 605
  • 1
  • 6
  • 20