From c04635033d6341ccc8a2b3b262d9fcf44854dd7c Mon Sep 17 00:00:00 2001
From: TJ VanToll The dialog widget uses the jQuery UI CSS framework to style its look and feel. If dialog specific styling is needed, the following is a list of CSS class names that the dialog widget uses: The dialog widget uses the jQuery UI CSS framework to style its look and feel. If dialog specific styling is needed, the following is a list of CSS class names that the dialog widget uses: The When using an input of type button, submit or reset, support is limited to plain text labels with no icons. And can then override an individual datepicker for a specific locale: If the Any menu item can be disabled by adding the To add icons to the menu, include them in the markup: Menu automatically adds the necessary padding to items without icons. Divider elements can be created by including unlinked menu items that contain only spaces and/or dashes: Disabled items can receive keyboard focus, but do not allow any other interaction.Theming
+
+
+
+
ui-dialog: The outer container of the dialog.ui-dialog-titlebar: The title bar containing the dialog's title and close button.ui-dialog-title: The container around the textual title of the dialog.ui-dialog-titlebar-close: The dialog's close button.ui-dialog-content: The container around the dialog's content.ui-dialog-buttonpane: The pane that contains the dialog's buttons. This will only be present if the buttons option is set.ui-dialog-buttonset: The container around the buttons themselves.Dependencies
+
+
+
ui-accordion: The outer container of the accordion.ui-accordion-header: The headers of the accordion.ui-accordion-content: The content panels the accordion.ui-accordion-icons: Accordion headers that have icons.Dependencies
Theming
-
-
+ ui-dialog: The outer container of the dialog.Theming
+
+
-
ui-accordion: The outer container of the accordion.ui-accordion-header: The headers of the accordion.ui-accordion-content: The content panels the accordion.ui-accordion-icons: Accordion headers that have icons.ui-accordion: The outer container of the accordion.
+
+
+ ui-accordion-header: The headers of the accordion. The headers will additionally have a ui-accordion-icons class if they contain icons.ui-accordion-content: The content panels the accordion.Dependencies
diff --git a/entries/dialog.xml b/entries/dialog.xml
index a1137f6f..7f3ab401 100644
--- a/entries/dialog.xml
+++ b/entries/dialog.xml
@@ -54,13 +54,25 @@
-
ui-dialog: The outer container of the dialog.ui-dialog-titlebar: The title bar containing the dialog's title and close button.ui-dialog-title: The container around the textual title of the dialog.ui-dialog-titlebar-close: The dialog's close button.ui-dialog-content: The container around the dialog's content.ui-dialog-buttonpane: The pane that contains the dialog's buttons. This will only be present if the buttons option is set.ui-dialog-buttonset: The container around the buttons themselves.ui-dialog: The outer container of the dialog.
+
+
+ ui-dialog-titlebar: The title bar containing the dialog's title and close button.
+
+
+ ui-dialog-title: The container around the textual title of the dialog.ui-dialog-titlebar-close: The dialog's close button.ui-dialog-content: The container around the dialog's content.ui-dialog-buttonpane: The pane that contains the dialog's buttons. This will only be present if the buttons option is set.
+
+
+ ui-dialog-buttonset: The container around the buttons themselves.Dependencies
From cc5e32ae9e3bb5a87d25c1c241b8e00807efc407 Mon Sep 17 00:00:00 2001
From: TJ VanToll minLength has been met.
+
+
ui-autocomplete: The menu used to display matches to the user.ui-autocomplete-input: The autocomplete's input element.Dependencies
+
+
ui-button: The DOM element that represents the button. This element will additionally have one of the following classes depending on the text and icons option: ui-button-text-only, ui-button-icon-only, ui-button-icons-only, ui-button-text-icons.
+
+
+ ui-button-icon-primary: The element used to display the button's primary icon. This will only be present if a primary icon is provided in the icons option.
+ ui-button-text: The container around the textual content of the button.
+ ui-button-icon-secondary: The element used to display the button's secondary icon. This will only be present if a secondary icon is provided in the icons option.
+ ui-buttonset: The outer container of Buttonsets.
+ Dependencies
$( selector ).datepicker( $.datepicker.regional[ "fr" ] );
+
+
+
+ ui-datepicker: The outer container of the datepicker. If the datepicker is inline, this element will additionally have a ui-datepicker-inline class. If the isRTL option is set, this element will additionally have a class of ui-datepicker-rtl.
+
+
+ ui-datepicker-header: The container for the datepicker's header.
+
+
+ ui-datepicker-prev: The control used to select previous months.ui-datepicker-next: The control used to select subsequent months.ui-datepicker-title: The container for the datepicker's title containing the month and year.
+
+
+ ui-datepicker-month: The textual display of the month or a <select> element if the changeMonth option is set.ui-datepicker-year: The textual display of the year or a <select> element if the changeYear option is set.ui-datepicker-calendar: The table that contains the calendar itself.
+
+
+ ui-datepicker-week-end: Cells containing weekend days.ui-datepicker-other-month: Cells containing days that occur in a month other than the currently selected month.ui-datepicker-unselectable: Cells containing days that are not selectable by the user.ui-datepicker-current-day: The cell containing the selected day.ui-datepicker-today: The cell containing today's date.ui-datepicker-buttonpane: The buttonpane that is used when the showButtonPanel option is set.
+
+
+ ui-datepicker-current: The button used to select today's date.numberOfMonths option is used to display multiple months at once, a number of additional classes are used:
+
+
ui-datepicker-multi: The outermost container of a multiple month datepicker. This element can additionally have a ui-datepicker-multi-2, ui-datepicker-multi-3, or ui-datepicker-multi-4 class name depending on the number of months to display.
+
+
+ ui-datepicker-group: Individual pickers within the group. This element will additionally have a ui-datepicker-group-first, ui-datepicker-group-middle, or ui-datepicker-group-last class name depending on its position within the group.Dependencies
ui-state-disabled class to that element.Icons
+
Dividers
+
+
+
Keyboard interaction
From dc25c45e000f717fb0300a0441fe513213853a7b Mon Sep 17 00:00:00 2001
From: TJ VanToll
+
+
ui-menu: The outer container of the menu. This element will additionally have a ui-menu-icons class if the menu contains icons.
+
+
+ ui-menu-item: The container for individual menu items.
+
+
+ ui-menu-icon: The submenu icons set via the icons option.ui-menu-divider: Divider elements between menu items.Dependencies
ui-progressbar: The outer container of the progressbar. This element will additionally have a class of ui-progressbar-indeterminate for indeterminate progressbars.
+ ui-progressbar-value: The element that represents the filled portion of the progressbar.
+ ui-progressbar-overlay: Overlay used to display an animation for indeterminate progressbars.The slider widget will create handle elements with the class ui-slider-handle on initialization. You can specify custom handle elements by creating and appending the elements and adding the ui-slider-handle class before initialization. It will only create the number of handles needed to match the length of value/values. For example, if you specify values: [ 1, 5, 18 ] and create one custom handle, the plugin will create the other two.
ui-slider: The track of the slider control. This element will additionally have a class name of ui-slider-horizontal or ui-slider-vertical depending on the orientation of the slider.
+ ui-slider-handle: The slider handles.ui-slider-range: The selected range used when the range option is set. This element can additionally have a class of ui-slider-range-min or ui-slider-range-max if the range option is set to "min" or "max" respectively.Focus stays in the text field, even after using the mouse to click one of the spin buttons.
+ui-spinner: The outer container of the spinner.
+ ui-spinner-input: The <input> element that displays the value of the spinner.ui-spinner-button: The button controls used to increment and decrement the spinner's value. The up button will additionally have a ui-spinner-up class and the down button will additionally have a ui-spinner-down class.ui-tabs: The outer container of the tabs. This element will additionally have a class of ui-tabs-collapsible when the collapsible option is set.
+ ui-tabs-nav: The list of tabs.
+ ui-tabs-active class. Any list item whose associated content is loading via an Ajax call will have a ui-tabs-loading class.
+ ui-tabs-anchor: The anchors used to switch panels.ui-tabs-panel: The panels associated with the tabs. Only the panel whose corresponding tab is active will be visible.In general, disabled elements do not trigger any DOM events. Therefore, it is not possible to properly control tooltips for disabled elements, since we need to listen to events to determine when to show and hide the tooltip. As a result, jQuery UI does not guarantee any level of support for tooltips attached to disabled elements. Unfortunately, this means that if you require tooltips on disabled elements, you may end up with a mixture of native tooltips and jQuery UI tooltips.
+ui-tooltip: The outer container for the tooltip.
+ ui-tooltip-content: The content of the tooltip.ui-accordion: The outer container of the accordion.
ui-accordion-header: The headers of the accordion. The headers will additionally have a ui-accordion-icons class if they contain icons.ui-accordion-header: The headers of the accordion. The headers will additionally have a ui-accordion-icons class if they contain icons.ui-accordion-content: The content panels the accordion.ui-autocomplete: The menu used to display matches to the user.ui-autocomplete-input: The autocomplete's input element.ui-autocomplete-input: The autocomplete's <input> element.ui-autocomplete: The menu used to display matches to the user.ui-autocomplete: The menu used to display matches to the user.ui-autocomplete-input: The autocomplete's <input> element.Any field that can receive input can be converted into an Autocomplete, namely, <input> elements, <textarea> elements, and elements with the contenteditable attribute.
By giving an Autocomplete field focus or entering something into it, the plugin starts searching for entries that match and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.
This can be used to choose previously selected values, such as entering tags for articles or entering email addresses from an address book. Autocomplete can also be used to populate associated information, such as entering a city name and getting the zip code.
@@ -30,7 +32,7 @@ui-autocomplete: The menu used to display matches to the user.ui-autocomplete-input: The autocomplete's <input> element.ui-autocomplete-input: The autocomplete's input element.
From e164283c9b7e76ee5d484e719a61d01dfeceb148 Mon Sep 17 00:00:00 2001
From: TJ VanToll Additionally, when the modal option is set, an element with a ui-widget-overlay class name is appended to the <body>.
ui-autocomplete: The menu used to display matches to the user.ui-autocomplete-input: The autocomplete's input element.ui-autocomplete-input: The input element that the Autocomplete widget was instantiated with.ui-dialog-titlebar-close: The dialog's close button.ui-dialog-content: The container around the dialog's content.ui-dialog-content: The container around the dialog's content. This is also the element the widget was instantiated with.ui-dialog-buttonpane: The pane that contains the dialog's buttons. This will only be present if the buttons option is set.
ui-spinner: The outer container of the spinner.
ui-spinner-input: The <input> element that displays the value of the spinner.ui-spinner-input: The <input> element that the Spinner widget was instantiated with.ui-spinner-button: The button controls used to increment and decrement the spinner's value. The up button will additionally have a ui-spinner-up class and the down button will additionally have a ui-spinner-down class.