Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
1k views

Using YUI and Prototype Together

I want to add a calendar control to a page that already includes Prototype and Scriptaculous. Not happy with any of the Prototype ones I could find, I'm considring using the YUI Calendar widget. I ...
1
vote
1answer
97 views

How to generalize the functions in java script

I have fromDate and toDate text boxes and when i select icon beside text boxes Calender will be displayed and when i select a date that date will be displyed in corresponding text boxes. my intention ...
0
votes
1answer
354 views

Getting data into an input field from YUI Calendar with multi-select:true

<script type="text/javascript"> YAHOO.util.Event.onDOMReady(function(){ YAHOO.dateSelects.exc = new YAHOO.widget.Calendar("exc","excContainer", { title:"Choose a date:", ...
0
votes
1answer
254 views

YUI Calendar: get current page / pageChangedEvent

I am working on an application which works with GPS data. Part of the application is a calendar which displays dates for which data is available for a particular device. We then use the YUI Calendar ...