.. _dijit/index: Dijit ===== .. contents:: :depth: 2 Dijit is Dojo's UI Library, and lives as a separate namespace ``dijit``. Dijit requires Dojo Core. Each of the widgets and functionality provided by Dijit is describe in the following sections, though the aforementioned :ref:`quickstart ` guides cover some basics. * :ref:`About Dijit ` ======= Widgets ======= * :ref:`dijit._Templated ` * :ref:`dijit._Widget ` * :ref:`a11y ` * :ref:`a11y Strategy ` * :ref:`a11y Resources ` * :ref:`Creating Accessible Widgets ` * :ref:`Testing for Accessibility ` * :ref:`a11y Requirements ` * :ref:`a11y Statement ` * :ref:`dijit._Calendar ` * :ref:`dijit.ColorPalette ` * :ref:`dijit.Declaration ` * :ref:`dijit.Dialog ` * :ref:`dijit.Editor ` * :ref:`dijit.InlineEditBox ` * :ref:`dijit.Menu ` * :ref:`dijit.MenuBar ` * :ref:`dijit.ProgressBar ` * :ref:`dijit.TitlePane ` * :ref:`dijit.Toolbar ` * :ref:`dijit.Tooltip ` * :ref:`dijit.TooltipDialog ` * :ref:`dijit.Tree ` * :ref:`Model ` * :ref:`TreeStoreModel ` * :ref:`ForestStoreModel ` ============= Form handling ============= * :ref:`dijit.form ` * text boxes * :ref:`dijit.form.CurrencyTextBox ` A specialized input widget for monetary values, much like the currency type in spreadsheet programs * :ref:`dijit.form.DateTextBox ` An easy-to-use date entry control which allows either typing or choosing a date from any calendar widget * :ref:`dijit.form.NumberSpinner ` A input widget which restricts input to numeric input and offers down and up arrow buttons to "spin" the number up and down * :ref:`dijit.form.NumberTextBox ` A input widget which restricts input to numeric input * :ref:`dijit.form.SimpleTextarea ` A simple wrapper of