Documentation

Search results

From jQuery JavaScript Library

You searched for UI/Plugins/Calendar

Jump to: navigation, search

There is no page titled "UI/Plugins/Calendar". You can create this page.

For more information about searching jQuery JavaScript Library, see Searching jQuery JavaScript Library.

Showing below up to 20 results starting with #1.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

Article title matches

  1. Plugins/Calendar (1,498 bytes)
    1: [[UI|« Back to the jQuery UI Docs]]
    3: ...as been superseded and renamed to [[UI/Datepicker|UI Datepicker]].'''</div>
    11: |desc=A simple jQuery UI Calendar.
    12: |code=$('#example').calendar();
    14: ...dev.jquery.com/view/trunk/plugins/calendar/jquery-calendar.js"></script>
  2. Plugins/Calendar/calendar (11,864 bytes)
    2: {{APIHeader|Plugins/Calendar|calendar|function}}
    5: |name=calendar
    6: |cat=Plugins/Calendar
    8: |desc=The method that you use to create a new calendar.
    12: ...0desc=A set of key/value pairs that configure the calendar. All options are optional.
  3. Plugins/Calendar/ChangeLog (4,147 bytes)
    1: « [[Plugins/Calendar|Back to Plugins/Calendar]]
    18: * Renamed files from jquery-calendar* to ui.datepicker*.
    21: * Renamed $().calendar function to $().datepicker.
    26: * Renamed hideCalendar function to hideDatepicker.
    27: * Renamed dialogCalendar function to dialogDatepicker.
  4. Plugins/Calendar/Theming (4,470 bytes)
    1: « [[Plugins/Calendar|Back to Plugins/Calendar]]
    3: ...age explains how to create a theme for the jQuery Calendar plugin.
    7: <div id="calendar_div">
    8: <div class="calendar_control">
    9: <a class="calendar_clear">Clear</a><a class="calendar_close">Close</a>
  5. Plugins/Calendar/ChangeRequests (8,189 bytes)
    5: .... but if the user goes back to the field, and the calendar pops up again, this time it will use the year in ...
    7: ...your year range to a fixed range, e.g. $('input').calendar({yearRange: '1900:1990'});''
    11: ...lendar.js. They are the conditional in the _updateCalendar: function. I am on FireFox 2.0.0.6 Windows XP. Ha...
    17: ...is is the link where I'm trying to implement your calendar script
    47: ...cation to the script. I made it possible for the calendar to open where the mouse was clicked when using th...
  6. Plugins/Calendar/Localization (2,351 bytes)
    1: « [[Plugins/Calendar|Back to Plugins/Calendar]]
    3: ...lains how to create a localization for the jQuery Calendar plugin.
    7: ...zations are [http://marcgrabanski.com/code/jquery-calendar/ already available] and additional ones are welco...
    9: The calendar plugin maintains a manager object, <code>popUpCal...
    11: ...guage code, with the following [[Plugins/Calendar/calendar|attributes]]: <code>clearText</code>, <code>close...
  7. Plugins/Calendar/showFor (490 bytes)
    2: {{APIHeader|Plugins/Calendar|showFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Call up a previously attached calendar.
    12: |arg0desc=The input field to which the calendar is attached.
    19: |desc=Bring up the calendar for an input field.
  8. Plugins/Calendar/enableFor (595 bytes)
    2: {{APIHeader|Plugins/Calendar|enableFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Enable an input field and its attached calendar.
    12: |arg0desc=The input field to which the calendar is attached, or a selector for the input fields, ...
    19: |desc=Enable the calendar for an input field.
  9. Plugins/Calendar/disableFor (601 bytes)
    2: {{APIHeader|Plugins/Calendar|disableFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Disable an input field and its attached calendar.
    12: |arg0desc=The input field to which the calendar is attached, or a selector for the input fields, ...
    19: |desc=Disable the calendar for an input field.
  10. Plugins/Calendar/getDateFor (558 bytes)
    2: {{APIHeader|Plugins/Calendar|getDateFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Retrieve the current date from the calendar attached to an input field.
    12: ...sc=The input field, division or span to which the calendar is attached.
    19: |desc=Retrieve the calendar date for an input field.
  11. Plugins/Calendar/setDateFor (635 bytes)
    2: {{APIHeader|Plugins/Calendar|setDateFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Set the current date for the calendar attached to an input field.
    12: ...sc=The input field, division or span to which the calendar is attached.
    22: |desc=Retrieve the calendar date for an input field.
  12. Plugins/Calendar/reconfigureFor (760 bytes)
    2: {{APIHeader|Plugins/Calendar|reconfigureFor|function}}
    6: |cat=Plugins/Calendar
    8: ...esc=Change the settings for a previously attached calendar.
    12: ...sc=The input field, division or span to which the calendar is attached, or a jQuery selector for these field...
    15: |arg1desc=The new settings for this calendar.
  13. Plugins/Calendar/setDefaults (591 bytes)
    2: {{APIHeader|Plugins/Calendar|setDefaults|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Change the default settings for all calendars.
    12: |arg0desc=The new settings for all calendars.
    19: |desc=Set all calendars to open on focus or a click on an icon.
  14. Plugins/Calendar/dialogCalendar (941 bytes)
    2: {{APIHeader|Plugins/Calendar|dialogCalendar|function}}
    5: |name=dialogCalendar
    6: |cat=Plugins/Calendar
    8: |desc=Open a calendar in a "dialog" box.
    12: |arg0desc=The initial date for the calendar.

Page text matches

  1. Main Page/Desired (4,807 bytes)
    8: ** [[Transitioning to jQuery/Yahoo|From Yahoo UI]]
    46: ** [[Events/UI|UI]]
    87: == Plugins ==
    88: ... framework. This has led to some very interesting plugins, which many have found useful.
    90: ... there is information on existing plugins, and a guide on writing them with helpful hints and tips for...
  2. Plugins (68,711 bytes)
    2: ...om/]. If you are a plugin author, please add your plugins to the new database. We'd like to get as many of ...
    6: ... repository at [http://plugins.jquery.com/ http://plugins.jquery.com/].
    10: {{:Plugins:Interface}}
    24: |url=http://bassistance.de/jquery-plugins/jquery-plugin-validation/
    30: |url=http://jquery.com/plugins/project/treeview
  3. Plugins/Calendar (1,498 bytes)
    1: [[UI|&laquo; Back to the jQuery UI Docs]]
    3: ...as been superseded and renamed to [[UI/Datepicker|UI Datepicker]].'''</div>
    11: |desc=A simple jQuery UI Calendar.
    12: |code=$('#example').calendar();
    14: ...dev.jquery.com/view/trunk/plugins/calendar/jquery-calendar.js"></script>
  4. How to write API documentation (12,165 bytes)
    8: * The longdesc property is required for all methods. Try to make the desc property...
    37: * [[UI]] (Module)
    38: ** [[UI/Draggable]] (Entry)
    39: ** [[UI/Droppable]] (Entry)
    40: * Plugins
  5. Plugins/Calendar/calendar (11,864 bytes)
    2: {{APIHeader|Plugins/Calendar|calendar|function}}
    5: |name=calendar
    6: |cat=Plugins/Calendar
    8: |desc=The method that you use to create a new calendar.
    12: ...0desc=A set of key/value pairs that configure the calendar. All options are optional.
  6. Plugins/Calendar/ChangeLog (4,147 bytes)
    1: « [[Plugins/Calendar|Back to Plugins/Calendar]]
    18: * Renamed files from jquery-calendar* to ui.datepicker*.
    21: * Renamed $().calendar function to $().datepicker.
    26: * Renamed hideCalendar function to hideDatepicker.
    27: * Renamed dialogCalendar function to dialogDatepicker.
  7. Plugins/Calendar/Theming (4,470 bytes)
    1: « [[Plugins/Calendar|Back to Plugins/Calendar]]
    3: ...age explains how to create a theme for the jQuery Calendar plugin.
    7: <div id="calendar_div">
    8: <div class="calendar_control">
    9: <a class="calendar_clear">Clear</a><a class="calendar_close">Close</a>
  8. JQueryCamp07 (6,646 bytes)
    34: ...nt=A&series=M Harvard Maps] in order to locate a suitable place to park your car.
    52: ...ck-in, and Breakfast (Doughnuts, Bagels, Coffee, Juice)
    64: ... A step to richness''' - Information about jQuery UI, it's current state and planned modules. - ''Paul...
    70: ...uery Calendar Success Story''' - What it took to build a solid jQuery plugin. - ''Marc Grabanski''
    79: ...and Form''' - Tutorial on using Taconite and Form plugins to add Ajax to your application. - ''Marc Grabans...
  9. Plugins/Calendar/ChangeRequests (8,189 bytes)
    5: .... but if the user goes back to the field, and the calendar pops up again, this time it will use the year in ...
    7: ...your year range to a fixed range, e.g. $('input').calendar({yearRange: '1900:1990'});''
    11: ...lendar.js. They are the conditional in the _updateCalendar: function. I am on FireFox 2.0.0.6 Windows XP. Ha...
    17: ...is is the link where I'm trying to implement your calendar script
    47: ...cation to the script. I made it possible for the calendar to open where the mouse was clicked when using th...
  10. UI/Changelog/1.7 (41,148 bytes)
    2: ... modifies other widgets to utilize the new jQuery UI CSS Framework.
    6: ... support to the widget factory.([http://dev.jqueryui.com/ticket/3187 3187])
    8: ...that have data for a given key.([http://dev.jqueryui.com/changeset/454 r454])
    9: ...Selection now returns the chain([http://dev.jqueryui.com/ticket/3174 3174])
    10: ...ection standard jQuery methods ([http://dev.jqueryui.com/ticket/3459 3459])
  11. Plugins/Calendar/Localization (2,351 bytes)
    1: « [[Plugins/Calendar|Back to Plugins/Calendar]]
    3: ...lains how to create a localization for the jQuery Calendar plugin.
    7: ...zations are [http://marcgrabanski.com/code/jquery-calendar/ already available] and additional ones are welco...
    9: The calendar plugin maintains a manager object, <code>popUpCal...
    11: ...guage code, with the following [[Plugins/Calendar/calendar|attributes]]: <code>clearText</code>, <code>close...
  12. Plugins/Calendar/showFor (490 bytes)
    2: {{APIHeader|Plugins/Calendar|showFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Call up a previously attached calendar.
    12: |arg0desc=The input field to which the calendar is attached.
    19: |desc=Bring up the calendar for an input field.
  13. Plugins/Calendar/enableFor (595 bytes)
    2: {{APIHeader|Plugins/Calendar|enableFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Enable an input field and its attached calendar.
    12: |arg0desc=The input field to which the calendar is attached, or a selector for the input fields, ...
    19: |desc=Enable the calendar for an input field.
  14. Plugins/Calendar/disableFor (601 bytes)
    2: {{APIHeader|Plugins/Calendar|disableFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Disable an input field and its attached calendar.
    12: |arg0desc=The input field to which the calendar is attached, or a selector for the input fields, ...
    19: |desc=Disable the calendar for an input field.
  15. Plugins/Calendar/getDateFor (558 bytes)
    2: {{APIHeader|Plugins/Calendar|getDateFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Retrieve the current date from the calendar attached to an input field.
    12: ...sc=The input field, division or span to which the calendar is attached.
    19: |desc=Retrieve the calendar date for an input field.
  16. Plugins/Calendar/setDateFor (635 bytes)
    2: {{APIHeader|Plugins/Calendar|setDateFor|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Set the current date for the calendar attached to an input field.
    12: ...sc=The input field, division or span to which the calendar is attached.
    22: |desc=Retrieve the calendar date for an input field.
  17. Plugins/Calendar/reconfigureFor (760 bytes)
    2: {{APIHeader|Plugins/Calendar|reconfigureFor|function}}
    6: |cat=Plugins/Calendar
    8: ...esc=Change the settings for a previously attached calendar.
    12: ...sc=The input field, division or span to which the calendar is attached, or a jQuery selector for these field...
    15: |arg1desc=The new settings for this calendar.
  18. Plugins/Calendar/setDefaults (591 bytes)
    2: {{APIHeader|Plugins/Calendar|setDefaults|function}}
    6: |cat=Plugins/Calendar
    8: |desc=Change the default settings for all calendars.
    12: |arg0desc=The new settings for all calendars.
    19: |desc=Set all calendars to open on focus or a click on an icon.
  19. Plugins/Calendar/dialogCalendar (941 bytes)
    2: {{APIHeader|Plugins/Calendar|dialogCalendar|function}}
    5: |name=dialogCalendar
    6: |cat=Plugins/Calendar
    8: |desc=Open a calendar in a "dialog" box.
    12: |arg0desc=The initial date for the calendar.
  20. UI/Datepicker/ChangeLog (9,518 bytes)
    1: « [[UI/Datepicker|Back to UI/Datepicker]]
    14: * ''showAnim'' setting now supports jQuery UI effects.
    15: ...ns'' setting to pass additional options to jQuery UI effects.
    19: ...ing to ''duration'' for consistency with other UI plugins. (3050)
    32: * CSS classes changed to jQuery UI format: ''ui-name-more''. (2650)

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for