├── themes ├── nihilo │ ├── form │ │ ├── TimeTextBox.css │ │ └── Button_rtl.css │ ├── images │ │ ├── no.gif │ │ ├── treeI.gif │ │ ├── dndCopy.png │ │ ├── dndMove.png │ │ ├── warning.png │ │ ├── dndNoCopy.png │ │ ├── dndNoMove.png │ │ ├── sliderFull.png │ │ ├── spriteTree.gif │ │ ├── spriteTree.png │ │ ├── titleBar.png │ │ ├── treeHover.png │ │ ├── treeI_half.gif │ │ ├── treeI_rtl.gif │ │ ├── buttonActive.png │ │ ├── buttonHover.png │ │ ├── sliderEmpty.png │ │ ├── sliderThumb.gif │ │ ├── sliderThumb.png │ │ ├── spriteArrows.gif │ │ ├── spriteArrows.png │ │ ├── spriteRadio.gif │ │ ├── spriteRadio.png │ │ ├── buttonDisabled.png │ │ ├── buttonEnabled.png │ │ ├── progressBarAnim.gif │ │ ├── progressBarFull.png │ │ ├── sliderFullFocus.png │ │ ├── spriteCheckbox.gif │ │ ├── spriteCheckbox.png │ │ ├── spriteDivIcons.gif │ │ ├── spriteDivIcons.png │ │ ├── spriteTree_rtl.gif │ │ ├── spriteTree_rtl.png │ │ ├── tabBottomHoverC.gif │ │ ├── titleBarActive.png │ │ ├── treeI_half_rtl.gif │ │ ├── progressBarEmpty.png │ │ ├── sliderThumbFocus.gif │ │ ├── sliderThumbFocus.png │ │ ├── tabBottomActiveC.gif │ │ ├── tabBottomEnabledC.gif │ │ ├── validationInputBg.gif │ │ ├── validationInputBg.png │ │ ├── accordionItemActive.png │ │ ├── preciseSliderThumb.gif │ │ ├── preciseSliderThumb.png │ │ ├── sliderEmptyVertical.png │ │ ├── sliderFullVertical.png │ │ ├── splitContainerSizerH.png │ │ ├── splitContainerSizerV.png │ │ ├── tabContainerSprite.gif │ │ ├── tooltipConnectorDown.gif │ │ ├── tooltipConnectorDown.png │ │ ├── tooltipConnectorLeft.gif │ │ ├── tooltipConnectorLeft.png │ │ ├── tooltipConnectorUp.gif │ │ ├── tooltipConnectorUp.png │ │ ├── treeExpand_loading.gif │ │ ├── tooltipConnectorRight.gif │ │ ├── tooltipConnectorRight.png │ │ ├── preciseSliderThumbFocus.gif │ │ ├── preciseSliderThumbFocus.png │ │ ├── sliderFullVerticalFocus.png │ │ ├── spriteRoundedIconsSmall.gif │ │ ├── spriteRoundedIconsSmall.png │ │ ├── splitContainerSizerH-thumb.png │ │ └── splitContainerSizerV-thumb.png │ ├── ColorPalette.css │ ├── Dialog_rtl.css │ ├── TitlePane_rtl.css │ ├── TimePicker_rtl.css │ ├── Calendar_rtl.css │ ├── Menu_rtl.css │ ├── layout │ │ └── AccordionContainer_rtl.css │ ├── Editor_rtl.css │ └── ProgressBar_rtl.css ├── soria │ ├── form │ │ ├── TimeTextBox.css │ │ └── Button_rtl.css │ ├── images │ │ ├── treeI.gif │ │ ├── dndCopy.png │ │ ├── dndMove.png │ │ ├── titleBar.png │ │ ├── warning.png │ │ ├── buttonHover.png │ │ ├── dndNoCopy.png │ │ ├── dndNoMove.png │ │ ├── sliderEmpty.png │ │ ├── sliderFull.png │ │ ├── sliderThumb.gif │ │ ├── sliderThumb.png │ │ ├── spriteRadio.gif │ │ ├── spriteRadio.png │ │ ├── spriteTree.gif │ │ ├── spriteTree.png │ │ ├── treeHover.png │ │ ├── treeI_half.gif │ │ ├── treeI_rtl.gif │ │ ├── buttonActive.png │ │ ├── buttonEnabled.png │ │ ├── spriteArrows.gif │ │ ├── spriteArrows.png │ │ ├── buttonDisabled.png │ │ ├── progressBarAnim.gif │ │ ├── progressBarEmpty.png │ │ ├── progressBarFull.png │ │ ├── sliderFullFocus.png │ │ ├── sliderThumbFocus.gif │ │ ├── sliderThumbFocus.png │ │ ├── spriteCheckbox.gif │ │ ├── spriteCheckbox.png │ │ ├── spriteDivIcons.gif │ │ ├── spriteDivIcons.png │ │ ├── spriteTree_rtl.gif │ │ ├── spriteTree_rtl.png │ │ ├── tabBottomActiveC.gif │ │ ├── tabBottomHoverC.gif │ │ ├── tabLeftChecked.gif │ │ ├── tabRightChecked.gif │ │ ├── titleBarActive.png │ │ ├── treeI_half_rtl.gif │ │ ├── preciseSliderThumb.gif │ │ ├── preciseSliderThumb.png │ │ ├── sliderFullVertical.png │ │ ├── tabBottomEnabledC.gif │ │ ├── tabContainerSprite.gif │ │ ├── tooltipConnectorUp.gif │ │ ├── tooltipConnectorUp.png │ │ ├── treeExpand_loading.gif │ │ ├── validationInputBg.gif │ │ ├── validationInputBg.png │ │ ├── accordionItemActive.gif │ │ ├── accordionItemActive.png │ │ ├── sliderEmptyVertical.png │ │ ├── splitContainerSizerH.png │ │ ├── splitContainerSizerV.png │ │ ├── tooltipConnectorDown.gif │ │ ├── tooltipConnectorDown.png │ │ ├── tooltipConnectorLeft.gif │ │ ├── tooltipConnectorLeft.png │ │ ├── tooltipConnectorRight.gif │ │ ├── tooltipConnectorRight.png │ │ ├── preciseSliderThumbFocus.gif │ │ ├── preciseSliderThumbFocus.png │ │ ├── sliderFullVerticalFocus.png │ │ ├── spriteRoundedIconsSmall.gif │ │ ├── spriteRoundedIconsSmall.png │ │ ├── splitContainerSizerH-thumb.png │ │ ├── splitContainerSizerV-thumb.png │ │ ├── spriteRoundedIconsSmallBl.gif │ │ ├── spriteRoundedIconsSmallBl.png │ │ └── tabBottomEnabledSpriteLR.gif │ ├── ColorPalette.css │ ├── Dialog_rtl.css │ ├── TitlePane_rtl.css │ ├── TimePicker_rtl.css │ ├── Calendar_rtl.css │ ├── Menu_rtl.css │ ├── layout │ │ └── AccordionContainer_rtl.css │ ├── Editor_rtl.css │ └── ProgressBar_rtl.css ├── a11y │ ├── colors3x4.png │ ├── colors7x10.png │ ├── indeterminate_progress.gif │ └── README.txt ├── claro │ ├── images │ │ ├── dnd.png │ │ ├── calendar.png │ │ ├── tooltip.png │ │ ├── tooltip8bit.png │ │ ├── spriteArrows.png │ │ ├── activeGradient.png │ │ ├── calendarArrows.png │ │ ├── dialogCloseIcon.png │ │ ├── loadingAnimation.gif │ │ ├── progressBarAnim.gif │ │ ├── progressBarFull.png │ │ ├── standardGradient.png │ │ ├── treeExpandImages.png │ │ ├── calendarArrows8bit.png │ │ ├── checkmarkNoBorder.gif │ │ ├── checkmarkNoBorder.png │ │ ├── dialogCloseIcon8bit.png │ │ └── treeExpandImages8bit.png │ ├── form │ │ ├── images │ │ │ ├── error.png │ │ │ ├── buttonArrows.png │ │ │ ├── buttonEnabled.png │ │ │ ├── sliderThumbs.png │ │ │ ├── buttonDisabled.png │ │ │ ├── commonFormArrows.png │ │ │ ├── checkboxRadioButtonStates.png │ │ │ └── checkboxAndRadioButtons_IE6.png │ │ ├── Common_rtl.css │ │ ├── Common_rtl.less │ │ ├── Button_rtl.css │ │ └── Button_rtl.less │ ├── layout │ │ ├── images │ │ │ ├── tabClose.png │ │ │ ├── tabNested.png │ │ │ ├── tabTopSelected.png │ │ │ ├── tabLeftSelected.png │ │ │ ├── tabRightSelected.png │ │ │ ├── tabTopUnselected.png │ │ │ ├── tabBottomSelected.png │ │ │ ├── tabBottomUnselected.png │ │ │ ├── tabLeftUnselected.png │ │ │ └── tabRightUnselected.png │ │ ├── TabContainer_rtl.css │ │ └── TabContainer_rtl.less │ ├── TitlePane_rtl.css │ ├── Menu_rtl.css │ ├── TitlePane_rtl.less │ ├── Dialog_rtl.css │ ├── Menu_rtl.less │ ├── Dialog_rtl.less │ ├── README │ ├── Editor_rtl.css │ ├── ProgressBar_rtl.css │ ├── Editor_rtl.less │ └── ProgressBar_rtl.less ├── tundra │ ├── images │ │ ├── i.gif │ │ ├── no.gif │ │ ├── i_rtl.gif │ │ ├── leaf.gif │ │ ├── menu.png │ │ ├── noX.gif │ │ ├── dndCopy.png │ │ ├── dndMove.png │ │ ├── i_half.gif │ │ ├── loading.gif │ │ ├── warning.png │ │ ├── checkmark.gif │ │ ├── checkmark.png │ │ ├── circleIcon.gif │ │ ├── circleIcon.png │ │ ├── dndNoCopy.png │ │ ├── dndNoMove.png │ │ ├── i_half_rtl.gif │ │ ├── plusButton.gif │ │ ├── sliderFull.png │ │ ├── tabActive.png │ │ ├── tabClose.gif │ │ ├── tabClose.png │ │ ├── tabEnabled.png │ │ ├── tabHover.gif │ │ ├── tabHover.png │ │ ├── titleBar.png │ │ ├── titleBarBg.gif │ │ ├── treeHover.png │ │ ├── buttonActive.png │ │ ├── buttonHover.png │ │ ├── folderClosed.gif │ │ ├── folderOpened.gif │ │ ├── minusButton.gif │ │ ├── popupMenuBg.gif │ │ ├── sliderEmpty.png │ │ ├── sliderThumb.png │ │ ├── smallArrowUp.png │ │ ├── spriteArrows.gif │ │ ├── spriteArrows.png │ │ ├── tabDisabled.png │ │ ├── buttonDisabled.png │ │ ├── buttonEnabled.png │ │ ├── comboArrowDown.gif │ │ ├── doubleArrowDown.png │ │ ├── doubleArrowUp.png │ │ ├── progressBarAnim.gif │ │ ├── progressBarAnim.psd │ │ ├── progressBarFull.png │ │ ├── sliderFullFocus.png │ │ ├── smallArrowDown.png │ │ ├── tabCloseHover.gif │ │ ├── tabCloseHover.png │ │ ├── treeExpand_leaf.gif │ │ ├── treeExpand_mius.gif │ │ ├── treeExpand_plus.gif │ │ ├── calendarDayLabel.png │ │ ├── calendarYearLabel.png │ │ ├── checkmarkNoBorder.gif │ │ ├── checkmarkNoBorder.png │ │ ├── progressBarAnim-1.png │ │ ├── progressBarAnim-2.png │ │ ├── progressBarAnim-3.png │ │ ├── progressBarAnim-4.png │ │ ├── progressBarAnim-5.png │ │ ├── progressBarAnim-6.png │ │ ├── progressBarAnim-7.png │ │ ├── progressBarAnim-8.png │ │ ├── progressBarAnim-9.png │ │ ├── progressBarEmpty.png │ │ ├── radioButtonActive.png │ │ ├── radioButtonHover.png │ │ ├── sliderThumbFocus.gif │ │ ├── sliderThumbFocus.png │ │ ├── treeExpand_minus.gif │ │ ├── validationInputBg.gif │ │ ├── validationInputBg.png │ │ ├── accordionItemActive.gif │ │ ├── accordionItemHover.gif │ │ ├── calendarMonthLabel.png │ │ ├── dijitProgressBarAnim.gif │ │ ├── dijitProgressBarAnim.psd │ │ ├── dojoTundraGradientBg.gif │ │ ├── dojoTundraGradientBg.png │ │ ├── preciseSliderThumb.gif │ │ ├── preciseSliderThumb.png │ │ ├── radioButtonDisabled.png │ │ ├── radioButtonEnabled.png │ │ ├── sliderEmptyVertical.png │ │ ├── sliderFullVertical.png │ │ ├── splitContainerSizerH.png │ │ ├── splitContainerSizerV.png │ │ ├── tooltipConnectorDown.gif │ │ ├── tooltipConnectorDown.png │ │ ├── tooltipConnectorLeft.gif │ │ ├── tooltipConnectorLeft.png │ │ ├── tooltipConnectorUp.gif │ │ ├── tooltipConnectorUp.png │ │ ├── treeExpand_leaf_rtl.gif │ │ ├── treeExpand_loading.gif │ │ ├── treeExpand_minus_rtl.gif │ │ ├── treeExpand_plus_rtl.gif │ │ ├── radioButtonActiveHover.png │ │ ├── tooltipConnectorRight.gif │ │ ├── tooltipConnectorRight.png │ │ ├── preciseSliderThumbFocus.gif │ │ ├── preciseSliderThumbFocus.png │ │ ├── radioButtonActiveDisabled.png │ │ ├── sliderFullVerticalFocus.png │ │ ├── spriteRoundedIconsSmall.gif │ │ ├── spriteRoundedIconsSmall.png │ │ ├── splitContainerSizerH-thumb.png │ │ └── splitContainerSizerV-thumb.png │ ├── layout │ │ └── TabContainer_rtl.css │ ├── Menu_rtl.css │ ├── Dialog_rtl.css │ ├── ColorPalette.css │ ├── TitlePane_rtl.css │ ├── TimePicker_rtl.css │ ├── Calendar_rtl.css │ ├── Editor_rtl.css │ ├── ProgressBar_rtl.css │ └── Editor.css ├── themeTesterImages │ ├── blackButtonHover.gif │ └── blackButtonEnabled.gif └── themeTesterQuirk.html ├── tests ├── tree │ ├── node1.2 │ ├── node1.1 │ ├── runTests.html │ └── treeTestRoot ├── _BidiSupport │ ├── BidiSupportModule │ │ ├── module.js │ │ └── runTests.html │ ├── tree │ │ ├── module.js │ │ └── runTests.html │ ├── module.js │ ├── dynamicallyChangeTextDir │ │ ├── module.js │ │ └── runTests.html │ ├── form │ │ └── runTests.html │ ├── runTests.html │ ├── layout │ │ ├── runTests.html │ │ └── module.js │ ├── misc │ │ └── runTests.html │ └── inheritance │ │ ├── runTests.html │ │ └── module.js ├── images │ ├── cut.gif │ ├── copy.gif │ ├── note.gif │ ├── paste.gif │ ├── plus.gif │ ├── tube.gif │ ├── tubeTall.gif │ ├── arrowSmall.gif │ ├── flatScreen.gif │ ├── folderIcons.gif │ ├── folderIcons.png │ └── testsBodyBg.gif ├── layout │ ├── _lorem.html │ ├── tab2.html │ ├── doc3.html │ ├── tab1.html │ └── runTests.html ├── editor │ ├── test_editor.css │ ├── sample.jpg │ ├── sample2.jpg │ ├── customIcon.gif │ ├── nls_sjis.html │ ├── nls_8859-2.html │ └── runTests.html ├── quirks.html ├── form │ ├── images │ │ └── Alabama.jpg │ ├── test_DateTextBox_iframe.html │ ├── runTests.html │ ├── test_ComboBox.html │ ├── robot │ │ ├── ComboBox_mouse.html │ │ ├── ComboBox_a11y.html │ │ ├── FilteringSelect_mouse.html │ │ └── FilteringSelect_a11y.html │ └── test_FilteringSelect.html ├── resources │ ├── helloWorld.pdf │ └── TestWidget.js ├── test_ColorPalette_quirks.html ├── strict.html ├── loose.html ├── boilerplateOnload.js ├── i18n │ ├── README │ └── module.js ├── module.js ├── runTests.html ├── _base │ └── runTests.html └── _data │ └── categoriesNested.json ├── form ├── nls │ ├── zh │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── ja │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── ko │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── zh-tw │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── da │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── sv │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── bg │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── ca │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── cs │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── hr │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── nb │ │ ├── ComboBox.js │ │ └── validate.js │ ├── nl │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── pt │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── es │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── fi │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── fr │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── he │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── id │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── kk │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── pl │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── pt-pt │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── sl │ │ ├── ComboBox.js │ │ └── validate.js │ ├── th │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── tr │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── ar │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── az │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── hu │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── it │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── ro │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── ru │ │ ├── ComboBox.js │ │ └── validate.js │ ├── sk │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── uk │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js │ ├── el │ │ ├── ComboBox.js │ │ └── validate.js │ └── de │ │ ├── ComboBox.js │ │ ├── validate.js │ │ └── Textarea.js ├── templates │ ├── CheckBox.html │ └── TextBox.html └── RadioButton.js ├── nls ├── he │ ├── loading.js │ └── common.js ├── ja │ ├── loading.js │ └── common.js ├── zh-tw │ ├── loading.js │ └── common.js ├── zh │ ├── loading.js │ └── common.js ├── ko │ ├── loading.js │ └── common.js ├── ar │ ├── loading.js │ └── common.js ├── uk │ ├── loading.js │ └── common.js ├── az │ ├── loading.js │ └── common.js ├── da │ ├── loading.js │ └── common.js ├── hu │ ├── loading.js │ └── common.js ├── nb │ ├── loading.js │ └── common.js ├── pl │ ├── loading.js │ └── common.js ├── th │ ├── loading.js │ └── common.js ├── bg │ ├── loading.js │ └── common.js ├── fr │ ├── loading.js │ └── common.js ├── id │ ├── loading.js │ └── common.js ├── kk │ ├── loading.js │ └── common.js ├── pt │ ├── loading.js │ └── common.js ├── ru │ ├── loading.js │ └── common.js ├── sv │ ├── loading.js │ └── common.js ├── tr │ ├── loading.js │ └── common.js ├── de │ ├── loading.js │ └── common.js ├── fi │ ├── loading.js │ └── common.js ├── hr │ ├── loading.js │ └── common.js ├── nl │ ├── loading.js │ └── common.js ├── ro │ ├── loading.js │ └── common.js ├── sk │ ├── loading.js │ └── common.js ├── sl │ ├── loading.js │ └── common.js ├── cs │ ├── loading.js │ └── common.js ├── es │ ├── loading.js │ └── common.js ├── it │ ├── loading.js │ └── common.js ├── pt-pt │ ├── loading.js │ └── common.js ├── ca │ ├── loading.js │ └── common.js └── el │ ├── loading.js │ └── common.js ├── icons └── images │ ├── editorIconsEnabled.png │ ├── editorIconsDisabled.png │ ├── loadingAnimation_rtl.gif │ ├── editorIconsDisabled_rtl.png │ ├── editorIconsEnabled_rtl.png │ ├── commonIconsObjActDisabled.png │ ├── commonIconsObjActEnabled.png │ ├── commonIconsObjActEnabled8bit.png │ ├── commonIconsObjActEnabled_rtl.png │ ├── commonIconsObjActDisabled_rtl.png │ └── commonIconsObjActEnabled8bit_rtl.png ├── templates ├── MenuBar.html ├── Menu.html ├── MenuBarItem.html ├── ColorPalette.html ├── Tooltip.html ├── actionBar.html ├── Tree.html ├── MenuSeparator.html └── TooltipDialog.html ├── robot.js ├── _base ├── typematic.js ├── sniff.js └── window.js ├── _editor └── nls │ ├── ko │ ├── LinkDialog.js │ └── FontChoice.js │ ├── zh │ ├── LinkDialog.js │ └── FontChoice.js │ ├── zh-tw │ ├── LinkDialog.js │ └── FontChoice.js │ ├── ja │ ├── LinkDialog.js │ └── FontChoice.js │ ├── he │ ├── LinkDialog.js │ └── FontChoice.js │ ├── hr │ └── LinkDialog.js │ ├── sl │ └── LinkDialog.js │ ├── th │ └── LinkDialog.js │ ├── ar │ └── LinkDialog.js │ ├── da │ └── LinkDialog.js │ ├── kk │ └── LinkDialog.js │ ├── nb │ └── LinkDialog.js │ ├── tr │ └── LinkDialog.js │ ├── cs │ └── LinkDialog.js │ ├── fi │ └── LinkDialog.js │ ├── hu │ ├── LinkDialog.js │ └── FontChoice.js │ ├── id │ ├── LinkDialog.js │ └── FontChoice.js │ ├── pt │ └── LinkDialog.js │ ├── ru │ └── LinkDialog.js │ ├── sk │ └── LinkDialog.js │ ├── sv │ ├── LinkDialog.js │ └── FontChoice.js │ ├── bg │ └── LinkDialog.js │ ├── nl │ ├── LinkDialog.js │ └── FontChoice.js │ ├── uk │ └── LinkDialog.js │ ├── pl │ └── LinkDialog.js │ ├── pt-pt │ ├── LinkDialog.js │ └── FontChoice.js │ ├── ca │ ├── LinkDialog.js │ └── FontChoice.js │ ├── de │ ├── LinkDialog.js │ └── FontChoice.js │ ├── es │ └── LinkDialog.js │ ├── fr │ └── LinkDialog.js │ ├── az │ └── LinkDialog.js │ ├── el │ └── LinkDialog.js │ ├── it │ └── LinkDialog.js │ └── ro │ └── LinkDialog.js ├── ConfirmDialog.js ├── main.js ├── layout └── templates │ ├── TabContainer.html │ └── _ScrollingTabControllerButton.html ├── ConfirmTooltipDialog.js └── PopupMenuBarItem.js /themes/nihilo/form/TimeTextBox.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; 2 | -------------------------------------------------------------------------------- /themes/soria/form/TimeTextBox.css: -------------------------------------------------------------------------------- 1 | @CHARSET "UTF-8"; 2 | -------------------------------------------------------------------------------- /tests/tree/node1.2: -------------------------------------------------------------------------------- 1 | { id: 'node1.2',name:'node1.2', someProperty:'somePropertyA2'} 2 | -------------------------------------------------------------------------------- /tests/_BidiSupport/BidiSupportModule/module.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "./BidiSupportTest" 3 | ], 1); -------------------------------------------------------------------------------- /tests/images/cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/cut.gif -------------------------------------------------------------------------------- /tests/layout/_lorem.html: -------------------------------------------------------------------------------- 1 |

2 | lorem ipsum dolor. Check net tab for a new XHR. 3 |

-------------------------------------------------------------------------------- /tests/editor/test_editor.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | border: 1px solid black; 3 | background-color:red; 4 | } -------------------------------------------------------------------------------- /tests/images/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/copy.gif -------------------------------------------------------------------------------- /tests/images/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/note.gif -------------------------------------------------------------------------------- /tests/images/paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/paste.gif -------------------------------------------------------------------------------- /tests/images/plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/plus.gif -------------------------------------------------------------------------------- /tests/images/tube.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/tube.gif -------------------------------------------------------------------------------- /tests/editor/sample.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/editor/sample.jpg -------------------------------------------------------------------------------- /tests/editor/sample2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/editor/sample2.jpg -------------------------------------------------------------------------------- /tests/images/tubeTall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/tubeTall.gif -------------------------------------------------------------------------------- /tests/layout/tab2.html: -------------------------------------------------------------------------------- 1 |

Tab 2

2 | 3 |

I am tab 2. I was loaded externally as well.

4 | -------------------------------------------------------------------------------- /themes/a11y/colors3x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/a11y/colors3x4.png -------------------------------------------------------------------------------- /tests/editor/customIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/editor/customIcon.gif -------------------------------------------------------------------------------- /tests/editor/nls_sjis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/editor/nls_sjis.html -------------------------------------------------------------------------------- /tests/images/arrowSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/arrowSmall.gif -------------------------------------------------------------------------------- /tests/images/flatScreen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/flatScreen.gif -------------------------------------------------------------------------------- /tests/quirks.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /themes/a11y/colors7x10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/a11y/colors7x10.png -------------------------------------------------------------------------------- /themes/claro/images/dnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/dnd.png -------------------------------------------------------------------------------- /themes/nihilo/images/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/no.gif -------------------------------------------------------------------------------- /themes/tundra/images/i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/i.gif -------------------------------------------------------------------------------- /themes/tundra/images/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/no.gif -------------------------------------------------------------------------------- /themes/tundra/layout/TabContainer_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTabRtl { 2 | padding:2px 9px 2px 8px; 3 | } 4 | -------------------------------------------------------------------------------- /form/nls/zh/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "先前选项", 4 | nextMessage: "更多选项" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/he/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "טעינה...‏", 4 | errorState: "אירעה שגיאה" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/ja/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "ロード中...", 4 | errorState: "エラーが発生しました。" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/zh-tw/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "載入中...", 4 | errorState: "抱歉,發生錯誤" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/zh/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "正在加载...", 4 | errorState: "对不起,发生了错误" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /tests/editor/nls_8859-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/editor/nls_8859-2.html -------------------------------------------------------------------------------- /tests/form/images/Alabama.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/form/images/Alabama.jpg -------------------------------------------------------------------------------- /tests/images/folderIcons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/folderIcons.gif -------------------------------------------------------------------------------- /tests/images/folderIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/folderIcons.png -------------------------------------------------------------------------------- /tests/images/testsBodyBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/images/testsBodyBg.gif -------------------------------------------------------------------------------- /tests/resources/helloWorld.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/tests/resources/helloWorld.pdf -------------------------------------------------------------------------------- /themes/nihilo/images/treeI.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/treeI.gif -------------------------------------------------------------------------------- /themes/soria/images/treeI.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/treeI.gif -------------------------------------------------------------------------------- /themes/tundra/Menu_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitMenuItemRtl .dijitMenuExpand { 2 | background-position: -7px 0; 3 | } -------------------------------------------------------------------------------- /themes/tundra/images/i_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/i_rtl.gif -------------------------------------------------------------------------------- /themes/tundra/images/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/leaf.gif -------------------------------------------------------------------------------- /themes/tundra/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/menu.png -------------------------------------------------------------------------------- /themes/tundra/images/noX.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/noX.gif -------------------------------------------------------------------------------- /nls/ko/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "로드 중...", 4 | errorState: "죄송합니다. 오류가 발생했습니다." 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /themes/claro/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/calendar.png -------------------------------------------------------------------------------- /themes/claro/images/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/tooltip.png -------------------------------------------------------------------------------- /themes/nihilo/images/dndCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/dndCopy.png -------------------------------------------------------------------------------- /themes/nihilo/images/dndMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/dndMove.png -------------------------------------------------------------------------------- /themes/nihilo/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/warning.png -------------------------------------------------------------------------------- /themes/soria/form/Button_rtl.css: -------------------------------------------------------------------------------- 1 | .soria .dijitComboBoxRtl .dijitButtonNode { 2 | border-width: 0 0 0 1px; 3 | } 4 | -------------------------------------------------------------------------------- /themes/soria/images/dndCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/dndCopy.png -------------------------------------------------------------------------------- /themes/soria/images/dndMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/dndMove.png -------------------------------------------------------------------------------- /themes/soria/images/titleBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/titleBar.png -------------------------------------------------------------------------------- /themes/soria/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/warning.png -------------------------------------------------------------------------------- /themes/tundra/images/dndCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dndCopy.png -------------------------------------------------------------------------------- /themes/tundra/images/dndMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dndMove.png -------------------------------------------------------------------------------- /themes/tundra/images/i_half.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/i_half.gif -------------------------------------------------------------------------------- /themes/tundra/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/loading.gif -------------------------------------------------------------------------------- /themes/tundra/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/warning.png -------------------------------------------------------------------------------- /form/nls/ja/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "以前の選択項目", 4 | nextMessage: "追加の選択項目" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/ko/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "이전 선택사항", 4 | nextMessage: "기타 선택사항" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/zh-tw/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "前一個選擇項", 4 | nextMessage: "其他選擇項" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /icons/images/editorIconsEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/editorIconsEnabled.png -------------------------------------------------------------------------------- /nls/ar/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "جاري التحميل...", 4 | errorState: "عفوا، حدث خطأ" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/uk/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Завантаження...", 4 | errorState: "Сталася помилка" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /themes/claro/form/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/error.png -------------------------------------------------------------------------------- /themes/claro/images/tooltip8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/tooltip8bit.png -------------------------------------------------------------------------------- /themes/nihilo/form/Button_rtl.css: -------------------------------------------------------------------------------- 1 | .nihilo .dijitComboBoxRtl .dijitButtonNode { 2 | border-width: 0 0 0 1px; 3 | } 4 | 5 | -------------------------------------------------------------------------------- /themes/nihilo/images/dndNoCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/dndNoCopy.png -------------------------------------------------------------------------------- /themes/nihilo/images/dndNoMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/dndNoMove.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderFull.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteTree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteTree.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteTree.png -------------------------------------------------------------------------------- /themes/nihilo/images/titleBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/titleBar.png -------------------------------------------------------------------------------- /themes/nihilo/images/treeHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/treeHover.png -------------------------------------------------------------------------------- /themes/nihilo/images/treeI_half.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/treeI_half.gif -------------------------------------------------------------------------------- /themes/nihilo/images/treeI_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/treeI_rtl.gif -------------------------------------------------------------------------------- /themes/soria/images/buttonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/buttonHover.png -------------------------------------------------------------------------------- /themes/soria/images/dndNoCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/dndNoCopy.png -------------------------------------------------------------------------------- /themes/soria/images/dndNoMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/dndNoMove.png -------------------------------------------------------------------------------- /themes/soria/images/sliderEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderEmpty.png -------------------------------------------------------------------------------- /themes/soria/images/sliderFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderFull.png -------------------------------------------------------------------------------- /themes/soria/images/sliderThumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderThumb.gif -------------------------------------------------------------------------------- /themes/soria/images/sliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderThumb.png -------------------------------------------------------------------------------- /themes/soria/images/spriteRadio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteRadio.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteRadio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteRadio.png -------------------------------------------------------------------------------- /themes/soria/images/spriteTree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteTree.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteTree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteTree.png -------------------------------------------------------------------------------- /themes/soria/images/treeHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/treeHover.png -------------------------------------------------------------------------------- /themes/soria/images/treeI_half.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/treeI_half.gif -------------------------------------------------------------------------------- /themes/soria/images/treeI_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/treeI_rtl.gif -------------------------------------------------------------------------------- /themes/tundra/images/checkmark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/checkmark.gif -------------------------------------------------------------------------------- /themes/tundra/images/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/checkmark.png -------------------------------------------------------------------------------- /themes/tundra/images/circleIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/circleIcon.gif -------------------------------------------------------------------------------- /themes/tundra/images/circleIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/circleIcon.png -------------------------------------------------------------------------------- /themes/tundra/images/dndNoCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dndNoCopy.png -------------------------------------------------------------------------------- /themes/tundra/images/dndNoMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dndNoMove.png -------------------------------------------------------------------------------- /themes/tundra/images/i_half_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/i_half_rtl.gif -------------------------------------------------------------------------------- /themes/tundra/images/plusButton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/plusButton.gif -------------------------------------------------------------------------------- /themes/tundra/images/sliderFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderFull.png -------------------------------------------------------------------------------- /themes/tundra/images/tabActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabActive.png -------------------------------------------------------------------------------- /themes/tundra/images/tabClose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabClose.gif -------------------------------------------------------------------------------- /themes/tundra/images/tabClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabClose.png -------------------------------------------------------------------------------- /themes/tundra/images/tabEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabEnabled.png -------------------------------------------------------------------------------- /themes/tundra/images/tabHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabHover.gif -------------------------------------------------------------------------------- /themes/tundra/images/tabHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabHover.png -------------------------------------------------------------------------------- /themes/tundra/images/titleBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/titleBar.png -------------------------------------------------------------------------------- /themes/tundra/images/titleBarBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/titleBarBg.gif -------------------------------------------------------------------------------- /themes/tundra/images/treeHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeHover.png -------------------------------------------------------------------------------- /form/nls/da/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Forrige valg", 4 | nextMessage: "Flere valg" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/sv/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Tidigare val", 4 | nextMessage: "Fler val" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /icons/images/editorIconsDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/editorIconsDisabled.png -------------------------------------------------------------------------------- /icons/images/loadingAnimation_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/loadingAnimation_rtl.gif -------------------------------------------------------------------------------- /nls/az/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | "loadingState" : "Yüklənir...", 4 | "errorState" : "Problem yarandı" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/da/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Indlæser...", 4 | errorState: "Der er opstået en fejl" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/hu/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Betöltés...", 4 | errorState: "Sajnálom, hiba történt" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/nb/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Laster inn...", 4 | errorState: "Det oppsto en feil" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/pl/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Ładowanie...", 4 | errorState: "Niestety, wystąpił błąd" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/th/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "กำลังโหลด...", 4 | errorState: "ขออภัย เกิดข้อผิดพลาด" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /themes/claro/images/spriteArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/spriteArrows.png -------------------------------------------------------------------------------- /themes/nihilo/images/buttonActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/buttonActive.png -------------------------------------------------------------------------------- /themes/nihilo/images/buttonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/buttonHover.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderEmpty.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderThumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderThumb.gif -------------------------------------------------------------------------------- /themes/nihilo/images/sliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderThumb.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteArrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteArrows.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteArrows.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteRadio.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteRadio.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteRadio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteRadio.png -------------------------------------------------------------------------------- /themes/soria/images/buttonActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/buttonActive.png -------------------------------------------------------------------------------- /themes/soria/images/buttonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/buttonEnabled.png -------------------------------------------------------------------------------- /themes/soria/images/spriteArrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteArrows.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteArrows.png -------------------------------------------------------------------------------- /themes/tundra/images/buttonActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/buttonActive.png -------------------------------------------------------------------------------- /themes/tundra/images/buttonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/buttonHover.png -------------------------------------------------------------------------------- /themes/tundra/images/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/folderClosed.gif -------------------------------------------------------------------------------- /themes/tundra/images/folderOpened.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/folderOpened.gif -------------------------------------------------------------------------------- /themes/tundra/images/minusButton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/minusButton.gif -------------------------------------------------------------------------------- /themes/tundra/images/popupMenuBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/popupMenuBg.gif -------------------------------------------------------------------------------- /themes/tundra/images/sliderEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderEmpty.png -------------------------------------------------------------------------------- /themes/tundra/images/sliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderThumb.png -------------------------------------------------------------------------------- /themes/tundra/images/smallArrowUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/smallArrowUp.png -------------------------------------------------------------------------------- /themes/tundra/images/spriteArrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/spriteArrows.gif -------------------------------------------------------------------------------- /themes/tundra/images/spriteArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/spriteArrows.png -------------------------------------------------------------------------------- /themes/tundra/images/tabDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabDisabled.png -------------------------------------------------------------------------------- /form/nls/bg/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Предишни избори", 4 | nextMessage: "Повече избори" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/ca/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Opcions anteriors", 4 | nextMessage: "Més opcions" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/cs/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Předchozí volby", 4 | nextMessage: "Další volby" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/hr/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Prethodni izbori", 4 | nextMessage: "Više izbora" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/nb/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Tidligere valg", 4 | nextMessage: "Flere valg" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/nl/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Eerdere opties", 4 | nextMessage: "Meer opties" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/pt/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Opções anteriores", 4 | nextMessage: "Mais opções" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /icons/images/editorIconsDisabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/editorIconsDisabled_rtl.png -------------------------------------------------------------------------------- /icons/images/editorIconsEnabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/editorIconsEnabled_rtl.png -------------------------------------------------------------------------------- /nls/bg/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Зареждане...", 4 | errorState: "Съжаляваме, възникна грешка" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/fr/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Chargement...", 4 | errorState: "Une erreur est survenue" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/id/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Memuatkan...", 4 | errorState: "Maaf, terjadi kesalahan" 5 | }) 6 | ); 7 | 8 | -------------------------------------------------------------------------------- /nls/kk/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Қотарылуда...", 4 | errorState: "Кешіріңіз, қате орын алды" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/pt/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Carregando...", 4 | errorState: "Desculpe, ocorreu um erro" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/ru/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Загрузка...", 4 | errorState: "Извините, возникла ошибка" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/sv/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Läser in...", 4 | errorState: "Det har inträffat ett fel." 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/tr/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Yükleniyor...", 4 | errorState: "Üzgünüz, bir hata oluştu" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /themes/a11y/indeterminate_progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/a11y/indeterminate_progress.gif -------------------------------------------------------------------------------- /themes/claro/images/activeGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/activeGradient.png -------------------------------------------------------------------------------- /themes/claro/images/calendarArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/calendarArrows.png -------------------------------------------------------------------------------- /themes/claro/images/dialogCloseIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/dialogCloseIcon.png -------------------------------------------------------------------------------- /themes/claro/images/loadingAnimation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/loadingAnimation.gif -------------------------------------------------------------------------------- /themes/claro/images/progressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/progressBarAnim.gif -------------------------------------------------------------------------------- /themes/claro/images/progressBarFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/progressBarFull.png -------------------------------------------------------------------------------- /themes/claro/images/standardGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/standardGradient.png -------------------------------------------------------------------------------- /themes/claro/images/treeExpandImages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/treeExpandImages.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabClose.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabNested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabNested.png -------------------------------------------------------------------------------- /themes/nihilo/images/buttonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/buttonDisabled.png -------------------------------------------------------------------------------- /themes/nihilo/images/buttonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/buttonEnabled.png -------------------------------------------------------------------------------- /themes/nihilo/images/progressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/progressBarAnim.gif -------------------------------------------------------------------------------- /themes/nihilo/images/progressBarFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/progressBarFull.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderFullFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderFullFocus.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteCheckbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteCheckbox.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteCheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteCheckbox.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteDivIcons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteDivIcons.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteDivIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteDivIcons.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteTree_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteTree_rtl.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteTree_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteTree_rtl.png -------------------------------------------------------------------------------- /themes/nihilo/images/tabBottomHoverC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tabBottomHoverC.gif -------------------------------------------------------------------------------- /themes/nihilo/images/titleBarActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/titleBarActive.png -------------------------------------------------------------------------------- /themes/nihilo/images/treeI_half_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/treeI_half_rtl.gif -------------------------------------------------------------------------------- /themes/soria/images/buttonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/buttonDisabled.png -------------------------------------------------------------------------------- /themes/soria/images/progressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/progressBarAnim.gif -------------------------------------------------------------------------------- /themes/soria/images/progressBarEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/progressBarEmpty.png -------------------------------------------------------------------------------- /themes/soria/images/progressBarFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/progressBarFull.png -------------------------------------------------------------------------------- /themes/soria/images/sliderFullFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderFullFocus.png -------------------------------------------------------------------------------- /themes/soria/images/sliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderThumbFocus.gif -------------------------------------------------------------------------------- /themes/soria/images/sliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderThumbFocus.png -------------------------------------------------------------------------------- /themes/soria/images/spriteCheckbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteCheckbox.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteCheckbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteCheckbox.png -------------------------------------------------------------------------------- /themes/soria/images/spriteDivIcons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteDivIcons.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteDivIcons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteDivIcons.png -------------------------------------------------------------------------------- /themes/soria/images/spriteTree_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteTree_rtl.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteTree_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteTree_rtl.png -------------------------------------------------------------------------------- /themes/soria/images/tabBottomActiveC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabBottomActiveC.gif -------------------------------------------------------------------------------- /themes/soria/images/tabBottomHoverC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabBottomHoverC.gif -------------------------------------------------------------------------------- /themes/soria/images/tabLeftChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabLeftChecked.gif -------------------------------------------------------------------------------- /themes/soria/images/tabRightChecked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabRightChecked.gif -------------------------------------------------------------------------------- /themes/soria/images/titleBarActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/titleBarActive.png -------------------------------------------------------------------------------- /themes/soria/images/treeI_half_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/treeI_half_rtl.gif -------------------------------------------------------------------------------- /themes/tundra/images/buttonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/buttonDisabled.png -------------------------------------------------------------------------------- /themes/tundra/images/buttonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/buttonEnabled.png -------------------------------------------------------------------------------- /themes/tundra/images/comboArrowDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/comboArrowDown.gif -------------------------------------------------------------------------------- /themes/tundra/images/doubleArrowDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/doubleArrowDown.png -------------------------------------------------------------------------------- /themes/tundra/images/doubleArrowUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/doubleArrowUp.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim.gif -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim.psd -------------------------------------------------------------------------------- /themes/tundra/images/progressBarFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarFull.png -------------------------------------------------------------------------------- /themes/tundra/images/sliderFullFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderFullFocus.png -------------------------------------------------------------------------------- /themes/tundra/images/smallArrowDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/smallArrowDown.png -------------------------------------------------------------------------------- /themes/tundra/images/tabCloseHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabCloseHover.gif -------------------------------------------------------------------------------- /themes/tundra/images/tabCloseHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tabCloseHover.png -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_leaf.gif -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_mius.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_mius.gif -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_plus.gif -------------------------------------------------------------------------------- /form/nls/es/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Opciones anteriores", 4 | nextMessage: "Más opciones" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/fi/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Edelliset valinnat", 4 | nextMessage: "Lisää valintoja" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/fr/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Choix précédents", 4 | nextMessage: "Plus de choix" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/he/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "האפשרויות הקודמות", 4 | nextMessage: "אפשרויות נוספות" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/id/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Pilihan sebelumnya", 4 | nextMessage: "Pilihan lain" 5 | }) 6 | ); 7 | 8 | -------------------------------------------------------------------------------- /form/nls/kk/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Алдыңғы нұсқалар", 4 | nextMessage: "Басқа нұсқалар" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/pl/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Poprzednie wybory", 4 | nextMessage: "Więcej wyborów" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/pt-pt/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Opções anteriores", 4 | nextMessage: "Mais opções" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/sl/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Prejšnje izbire", 4 | nextMessage: "Dodatne izbire" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/th/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "การเลือกก่อนหน้า", 4 | nextMessage: "การเลือกเพิ่มเติม" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/tr/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Önceki seçenekler", 4 | nextMessage: "Diğer seçenekler" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /icons/images/commonIconsObjActDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/commonIconsObjActDisabled.png -------------------------------------------------------------------------------- /icons/images/commonIconsObjActEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/commonIconsObjActEnabled.png -------------------------------------------------------------------------------- /nls/de/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Wird geladen...", 4 | errorState: "Es ist ein Fehler aufgetreten." 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/fi/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Lataus on meneillään...", 4 | errorState: "On ilmennyt virhe." 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/hr/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Učitavanje...", 4 | errorState: "Žao nam je, došlo je do greške" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/nl/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Bezig met laden...", 4 | errorState: "Er is een fout opgetreden" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/ro/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Încărcare...", 4 | errorState: "Ne pare rău, a apărut o eroare " 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/sk/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Zavádza sa...", 4 | errorState: "Ľutujeme, ale vyskytla sa chyba" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/sl/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Nalaganje ...", 4 | errorState: "Oprostite, prišlo je do napake." 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /themes/claro/form/images/buttonArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/buttonArrows.png -------------------------------------------------------------------------------- /themes/claro/form/images/buttonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/buttonEnabled.png -------------------------------------------------------------------------------- /themes/claro/form/images/sliderThumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/sliderThumbs.png -------------------------------------------------------------------------------- /themes/claro/images/calendarArrows8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/calendarArrows8bit.png -------------------------------------------------------------------------------- /themes/claro/images/checkmarkNoBorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/checkmarkNoBorder.gif -------------------------------------------------------------------------------- /themes/claro/images/checkmarkNoBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/checkmarkNoBorder.png -------------------------------------------------------------------------------- /themes/nihilo/images/progressBarEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/progressBarEmpty.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderThumbFocus.gif -------------------------------------------------------------------------------- /themes/nihilo/images/sliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderThumbFocus.png -------------------------------------------------------------------------------- /themes/nihilo/images/tabBottomActiveC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tabBottomActiveC.gif -------------------------------------------------------------------------------- /themes/nihilo/images/tabBottomEnabledC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tabBottomEnabledC.gif -------------------------------------------------------------------------------- /themes/nihilo/images/validationInputBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/validationInputBg.gif -------------------------------------------------------------------------------- /themes/nihilo/images/validationInputBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/validationInputBg.png -------------------------------------------------------------------------------- /themes/soria/images/preciseSliderThumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/preciseSliderThumb.gif -------------------------------------------------------------------------------- /themes/soria/images/preciseSliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/preciseSliderThumb.png -------------------------------------------------------------------------------- /themes/soria/images/sliderFullVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderFullVertical.png -------------------------------------------------------------------------------- /themes/soria/images/tabBottomEnabledC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabBottomEnabledC.gif -------------------------------------------------------------------------------- /themes/soria/images/tabContainerSprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabContainerSprite.gif -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorUp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorUp.gif -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorUp.png -------------------------------------------------------------------------------- /themes/soria/images/treeExpand_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/treeExpand_loading.gif -------------------------------------------------------------------------------- /themes/soria/images/validationInputBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/validationInputBg.gif -------------------------------------------------------------------------------- /themes/soria/images/validationInputBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/validationInputBg.png -------------------------------------------------------------------------------- /themes/tundra/Dialog_rtl.css: -------------------------------------------------------------------------------- 1 | /* Dialog */ 2 | .tundra .dijitDialogRtl .dijitDialogCloseIcon { 3 | right: auto; 4 | left: 5px; 5 | } 6 | -------------------------------------------------------------------------------- /themes/tundra/images/calendarDayLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/calendarDayLabel.png -------------------------------------------------------------------------------- /themes/tundra/images/calendarYearLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/calendarYearLabel.png -------------------------------------------------------------------------------- /themes/tundra/images/checkmarkNoBorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/checkmarkNoBorder.gif -------------------------------------------------------------------------------- /themes/tundra/images/checkmarkNoBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/checkmarkNoBorder.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-1.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-2.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-3.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-4.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-5.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-6.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-7.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-8.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarAnim-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarAnim-9.png -------------------------------------------------------------------------------- /themes/tundra/images/progressBarEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/progressBarEmpty.png -------------------------------------------------------------------------------- /themes/tundra/images/radioButtonActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/radioButtonActive.png -------------------------------------------------------------------------------- /themes/tundra/images/radioButtonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/radioButtonHover.png -------------------------------------------------------------------------------- /themes/tundra/images/sliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderThumbFocus.gif -------------------------------------------------------------------------------- /themes/tundra/images/sliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderThumbFocus.png -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_minus.gif -------------------------------------------------------------------------------- /themes/tundra/images/validationInputBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/validationInputBg.gif -------------------------------------------------------------------------------- /themes/tundra/images/validationInputBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/validationInputBg.png -------------------------------------------------------------------------------- /form/nls/ar/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "الاختيارات السابقة", 4 | nextMessage: "مزيد من الاختيارات" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/az/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | "previousMessage" : "Əvvəlki variantlar", 4 | "nextMessage" : "Başqa variantlar" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/hu/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Előző menüpontok", 4 | nextMessage: "További menüpontok" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/it/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Scelte precedenti", 4 | nextMessage: "Scelte successive" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/ro/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Alegeri anterioare", 4 | nextMessage: "Mai multe alegeri" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/ru/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Предыдущие варианты", 4 | nextMessage: "Следующие варианты" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/sk/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Predchádzajúce možnosti", 4 | nextMessage: "Viac možností" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/uk/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Попередні варіанти", 4 | nextMessage: "Додаткові варіанти" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /icons/images/commonIconsObjActEnabled8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/commonIconsObjActEnabled8bit.png -------------------------------------------------------------------------------- /icons/images/commonIconsObjActEnabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/commonIconsObjActEnabled_rtl.png -------------------------------------------------------------------------------- /nls/cs/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Probíhá načítání...", 4 | errorState: "Omlouváme se, došlo k chybě" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/es/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Cargando...", 4 | errorState: "Lo siento, se ha producido un error" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/it/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Caricamento in corso...", 4 | errorState: "Si è verificato un errore" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/ja/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "キャンセル", 5 | buttonSave: "保存", 6 | itemClose: "閉じる" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/ko/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "확인", 4 | buttonCancel: "취소", 5 | buttonSave: "저장", 6 | itemClose: "닫기" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/pt-pt/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "A carregar...", 4 | errorState: "Lamentamos, mas ocorreu um erro" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/zh-tw/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "確定", 4 | buttonCancel: "取消", 5 | buttonSave: "儲存", 6 | itemClose: "關閉" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/zh/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "确定", 4 | buttonCancel: "取消", 5 | buttonSave: "保存", 6 | itemClose: "关闭" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /themes/claro/form/images/buttonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/buttonDisabled.png -------------------------------------------------------------------------------- /themes/claro/form/images/commonFormArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/commonFormArrows.png -------------------------------------------------------------------------------- /themes/claro/images/dialogCloseIcon8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/dialogCloseIcon8bit.png -------------------------------------------------------------------------------- /themes/claro/images/treeExpandImages8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/images/treeExpandImages8bit.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabTopSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabTopSelected.png -------------------------------------------------------------------------------- /themes/nihilo/images/accordionItemActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/accordionItemActive.png -------------------------------------------------------------------------------- /themes/nihilo/images/preciseSliderThumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/preciseSliderThumb.gif -------------------------------------------------------------------------------- /themes/nihilo/images/preciseSliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/preciseSliderThumb.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderEmptyVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderEmptyVertical.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderFullVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderFullVertical.png -------------------------------------------------------------------------------- /themes/nihilo/images/splitContainerSizerH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/splitContainerSizerH.png -------------------------------------------------------------------------------- /themes/nihilo/images/splitContainerSizerV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/splitContainerSizerV.png -------------------------------------------------------------------------------- /themes/nihilo/images/tabContainerSprite.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tabContainerSprite.gif -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorDown.gif -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorDown.png -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorLeft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorLeft.gif -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorLeft.png -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorUp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorUp.gif -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorUp.png -------------------------------------------------------------------------------- /themes/nihilo/images/treeExpand_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/treeExpand_loading.gif -------------------------------------------------------------------------------- /themes/soria/images/accordionItemActive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/accordionItemActive.gif -------------------------------------------------------------------------------- /themes/soria/images/accordionItemActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/accordionItemActive.png -------------------------------------------------------------------------------- /themes/soria/images/sliderEmptyVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderEmptyVertical.png -------------------------------------------------------------------------------- /themes/soria/images/splitContainerSizerH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/splitContainerSizerH.png -------------------------------------------------------------------------------- /themes/soria/images/splitContainerSizerV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/splitContainerSizerV.png -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorDown.gif -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorDown.png -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorLeft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorLeft.gif -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorLeft.png -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorRight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorRight.gif -------------------------------------------------------------------------------- /themes/soria/images/tooltipConnectorRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tooltipConnectorRight.png -------------------------------------------------------------------------------- /themes/themeTesterImages/blackButtonHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/themeTesterImages/blackButtonHover.gif -------------------------------------------------------------------------------- /themes/tundra/images/accordionItemActive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/accordionItemActive.gif -------------------------------------------------------------------------------- /themes/tundra/images/accordionItemHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/accordionItemHover.gif -------------------------------------------------------------------------------- /themes/tundra/images/calendarMonthLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/calendarMonthLabel.png -------------------------------------------------------------------------------- /themes/tundra/images/dijitProgressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dijitProgressBarAnim.gif -------------------------------------------------------------------------------- /themes/tundra/images/dijitProgressBarAnim.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dijitProgressBarAnim.psd -------------------------------------------------------------------------------- /themes/tundra/images/dojoTundraGradientBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dojoTundraGradientBg.gif -------------------------------------------------------------------------------- /themes/tundra/images/dojoTundraGradientBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/dojoTundraGradientBg.png -------------------------------------------------------------------------------- /themes/tundra/images/preciseSliderThumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/preciseSliderThumb.gif -------------------------------------------------------------------------------- /themes/tundra/images/preciseSliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/preciseSliderThumb.png -------------------------------------------------------------------------------- /themes/tundra/images/radioButtonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/radioButtonDisabled.png -------------------------------------------------------------------------------- /themes/tundra/images/radioButtonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/radioButtonEnabled.png -------------------------------------------------------------------------------- /themes/tundra/images/sliderEmptyVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderEmptyVertical.png -------------------------------------------------------------------------------- /themes/tundra/images/sliderFullVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderFullVertical.png -------------------------------------------------------------------------------- /themes/tundra/images/splitContainerSizerH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/splitContainerSizerH.png -------------------------------------------------------------------------------- /themes/tundra/images/splitContainerSizerV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/splitContainerSizerV.png -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorDown.gif -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorDown.png -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorLeft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorLeft.gif -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorLeft.png -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorUp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorUp.gif -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorUp.png -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_leaf_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_leaf_rtl.gif -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_loading.gif -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_minus_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_minus_rtl.gif -------------------------------------------------------------------------------- /themes/tundra/images/treeExpand_plus_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/treeExpand_plus_rtl.gif -------------------------------------------------------------------------------- /form/nls/el/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Προηγούμενες επιλογές", 4 | nextMessage: "Περισσότερες επιλογές" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /icons/images/commonIconsObjActDisabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/commonIconsObjActDisabled_rtl.png -------------------------------------------------------------------------------- /nls/ar/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "حسنا", 4 | buttonCancel: "الغاء", 5 | buttonSave: "حفظ", 6 | itemClose: "اغلاق" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/ca/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "S'està carregant...", 4 | errorState: "Ens sap greu. S'ha produït un error." 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/da/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Annullér", 5 | buttonSave: "Gem", 6 | itemClose: "Luk" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/el/loading.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | loadingState: "Φόρτωση...", 4 | errorState: "Σας ζητούμε συγνώμη, παρουσιάστηκε σφάλμα" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /nls/nb/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Avbryt", 5 | buttonSave: "Lagre", 6 | itemClose: "Lukk" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /themes/claro/layout/images/tabLeftSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabLeftSelected.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabRightSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabRightSelected.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabTopUnselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabTopUnselected.png -------------------------------------------------------------------------------- /themes/nihilo/ColorPalette.css: -------------------------------------------------------------------------------- 1 | .dijitColorPalette { 2 | border:1px solid #d3d3d3; 3 | background:#fff; 4 | -moz-border-radius: 0 !important; 5 | } -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorRight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorRight.gif -------------------------------------------------------------------------------- /themes/nihilo/images/tooltipConnectorRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/tooltipConnectorRight.png -------------------------------------------------------------------------------- /themes/soria/ColorPalette.css: -------------------------------------------------------------------------------- 1 | .dijitColorPalette { 2 | border:1px solid #cbcbcb; 3 | background:#fff; 4 | -moz-border-radius: 0 !important; 5 | } -------------------------------------------------------------------------------- /themes/soria/images/preciseSliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/preciseSliderThumbFocus.gif -------------------------------------------------------------------------------- /themes/soria/images/preciseSliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/preciseSliderThumbFocus.png -------------------------------------------------------------------------------- /themes/soria/images/sliderFullVerticalFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/sliderFullVerticalFocus.png -------------------------------------------------------------------------------- /themes/soria/images/spriteRoundedIconsSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteRoundedIconsSmall.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteRoundedIconsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteRoundedIconsSmall.png -------------------------------------------------------------------------------- /themes/themeTesterImages/blackButtonEnabled.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/themeTesterImages/blackButtonEnabled.gif -------------------------------------------------------------------------------- /themes/tundra/ColorPalette.css: -------------------------------------------------------------------------------- 1 | .dijitColorPalette { 2 | border:1px solid #7eabcd; 3 | background:#fff; 4 | -moz-border-radius: 0 !important; 5 | } -------------------------------------------------------------------------------- /themes/tundra/images/radioButtonActiveHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/radioButtonActiveHover.png -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorRight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorRight.gif -------------------------------------------------------------------------------- /themes/tundra/images/tooltipConnectorRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/tooltipConnectorRight.png -------------------------------------------------------------------------------- /form/nls/de/ComboBox.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | previousMessage: "Vorherige Auswahl", 4 | nextMessage: "Weitere Auswahlmöglichkeiten" 5 | }) 6 | ); 7 | -------------------------------------------------------------------------------- /form/nls/zh-tw/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "輸入的值無效。", 4 | missingMessage: "必須提供此值。", 5 | rangeMessage: "此值超出範圍。" 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/zh/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "输入的值无效。", 4 | missingMessage: "该值是必需的。", 5 | rangeMessage: "此值超出范围。" 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /icons/images/commonIconsObjActEnabled8bit_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/icons/images/commonIconsObjActEnabled8bit_rtl.png -------------------------------------------------------------------------------- /nls/bg/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "ОК", 4 | buttonCancel: "Отмени", 5 | buttonSave: "Запази", 6 | itemClose: "Затвори" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/cs/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Storno", 5 | buttonSave: "Uložit", 6 | itemClose: "Zavřít" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/fi/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Peruuta", 5 | buttonSave: "Tallenna", 6 | itemClose: "Sulje" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/he/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "אישור", 4 | buttonCancel: "ביטול", 5 | buttonSave: "שמירה", 6 | itemClose: "סגירה" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/hr/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Opoziv", 5 | buttonSave: "Spremi", 6 | itemClose: "Zatvori" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/hu/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Mégse", 5 | buttonSave: "Mentés", 6 | itemClose: "Bezárás" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/it/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "Ok", 4 | buttonCancel: "Annulla", 5 | buttonSave: "Salva", 6 | itemClose: "Chiudi" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/kk/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Болдырмау", 5 | buttonSave: "Сақтау", 6 | itemClose: "Жабу" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/pl/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Anuluj", 5 | buttonSave: "Zapisz", 6 | itemClose: "Zamknij" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/pt/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Cancelar", 5 | buttonSave: "Salvar", 6 | itemClose: "Fechar" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/sk/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Zrušiť", 5 | buttonSave: "Uložiť", 6 | itemClose: "Zatvoriť" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/sv/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Avbryt", 5 | buttonSave: "Spara", 6 | itemClose: "Stäng" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/th/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "ตกลง", 4 | buttonCancel: "ยกเลิก", 5 | buttonSave: "บันทึก", 6 | itemClose: "ปิด" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/tr/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "Tamam", 4 | buttonCancel: "İptal", 5 | buttonSave: "Kaydet", 6 | itemClose: "Kapat" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /themes/claro/layout/images/tabBottomSelected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabBottomSelected.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabBottomUnselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabBottomUnselected.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabLeftUnselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabLeftUnselected.png -------------------------------------------------------------------------------- /themes/claro/layout/images/tabRightUnselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/layout/images/tabRightUnselected.png -------------------------------------------------------------------------------- /themes/nihilo/images/preciseSliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/preciseSliderThumbFocus.gif -------------------------------------------------------------------------------- /themes/nihilo/images/preciseSliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/preciseSliderThumbFocus.png -------------------------------------------------------------------------------- /themes/nihilo/images/sliderFullVerticalFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/sliderFullVerticalFocus.png -------------------------------------------------------------------------------- /themes/nihilo/images/spriteRoundedIconsSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteRoundedIconsSmall.gif -------------------------------------------------------------------------------- /themes/nihilo/images/spriteRoundedIconsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/spriteRoundedIconsSmall.png -------------------------------------------------------------------------------- /themes/soria/Dialog_rtl.css: -------------------------------------------------------------------------------- 1 | /* Dialog */ 2 | .dijitRtl .soria .dijitDialogTitleBar .dijitDialogCloseIcon { 3 | right: auto; 4 | left: 5px; 5 | } 6 | -------------------------------------------------------------------------------- /themes/soria/images/splitContainerSizerH-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/splitContainerSizerH-thumb.png -------------------------------------------------------------------------------- /themes/soria/images/splitContainerSizerV-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/splitContainerSizerV-thumb.png -------------------------------------------------------------------------------- /themes/soria/images/spriteRoundedIconsSmallBl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteRoundedIconsSmallBl.gif -------------------------------------------------------------------------------- /themes/soria/images/spriteRoundedIconsSmallBl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/spriteRoundedIconsSmallBl.png -------------------------------------------------------------------------------- /themes/soria/images/tabBottomEnabledSpriteLR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/soria/images/tabBottomEnabledSpriteLR.gif -------------------------------------------------------------------------------- /themes/tundra/images/preciseSliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/preciseSliderThumbFocus.gif -------------------------------------------------------------------------------- /themes/tundra/images/preciseSliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/preciseSliderThumbFocus.png -------------------------------------------------------------------------------- /themes/tundra/images/radioButtonActiveDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/radioButtonActiveDisabled.png -------------------------------------------------------------------------------- /themes/tundra/images/sliderFullVerticalFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/sliderFullVerticalFocus.png -------------------------------------------------------------------------------- /themes/tundra/images/spriteRoundedIconsSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/spriteRoundedIconsSmall.gif -------------------------------------------------------------------------------- /themes/tundra/images/spriteRoundedIconsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/spriteRoundedIconsSmall.png -------------------------------------------------------------------------------- /form/nls/ja/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "入力した値は無効です。", 4 | missingMessage: "この値は必須です。", 5 | rangeMessage: "この値は範囲外です。" 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /nls/ca/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "D'acord", 4 | buttonCancel: "Cancel·la", 5 | buttonSave: "Desa", 6 | itemClose: "Tanca" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/el/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "ΟΚ", 4 | buttonCancel: "Ακύρωση", 5 | buttonSave: "Αποθήκευση", 6 | itemClose: "Κλείσιμο" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/fr/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Annuler", 5 | buttonSave: "Enregistrer", 6 | itemClose: "Fermer" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/nl/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Annuleren", 5 | buttonSave: "Opslaan", 6 | itemClose: "Sluiten" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/pt-pt/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Cancelar", 5 | buttonSave: "Guardar", 6 | itemClose: "Fechar" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/ro/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Anulare", 5 | buttonSave: "Salvare", 6 | itemClose: "Închidere" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/ru/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Отмена", 5 | buttonSave: "Сохранить", 6 | itemClose: "Закрыть" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/sl/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "V redu", 4 | buttonCancel: "Prekliči", 5 | buttonSave: "Shrani", 6 | itemClose: "Zapri" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/uk/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Скасувати", 5 | buttonSave: "Зберегти", 6 | itemClose: "Закрити" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /themes/nihilo/Dialog_rtl.css: -------------------------------------------------------------------------------- 1 | /* Dialog */ 2 | 3 | .dijitRtl .nihilo .dijitDialogTitleBar .dijitDialogCloseIcon { 4 | right: auto; 5 | left: 5px; 6 | } 7 | -------------------------------------------------------------------------------- /themes/nihilo/images/splitContainerSizerH-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/splitContainerSizerH-thumb.png -------------------------------------------------------------------------------- /themes/nihilo/images/splitContainerSizerV-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/nihilo/images/splitContainerSizerV-thumb.png -------------------------------------------------------------------------------- /themes/tundra/images/splitContainerSizerH-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/splitContainerSizerH-thumb.png -------------------------------------------------------------------------------- /themes/tundra/images/splitContainerSizerV-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/tundra/images/splitContainerSizerV-thumb.png -------------------------------------------------------------------------------- /nls/az/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | "buttonOk" : "Ok", 4 | "buttonCancel" : "Ləğv et", 5 | "buttonSave" : "Saxla", 6 | "itemClose" : "Bağla" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/de/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Abbrechen", 5 | buttonSave: "Speichern", 6 | itemClose: "Schließen" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /nls/es/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "Aceptar", 4 | buttonCancel: "Cancelar", 5 | buttonSave: "Guardar", 6 | itemClose: "Cerrar" 7 | }) 8 | ); 9 | -------------------------------------------------------------------------------- /templates/MenuBar.html: -------------------------------------------------------------------------------- 1 |
3 | -------------------------------------------------------------------------------- /themes/claro/form/images/checkboxRadioButtonStates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/checkboxRadioButtonStates.png -------------------------------------------------------------------------------- /nls/id/common.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | buttonOk: "OK", 4 | buttonCancel: "Batal", 5 | buttonSave: "Simpan", 6 | itemClose: "Tutup" 7 | }) 8 | ); 9 | 10 | -------------------------------------------------------------------------------- /tests/layout/doc3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /themes/claro/form/images/checkboxAndRadioButtons_IE6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kriszyp/dijit-1/master/themes/claro/form/images/checkboxAndRadioButtons_IE6.png -------------------------------------------------------------------------------- /form/nls/ko/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "입력된 값이 올바르지 않습니다.", 4 | missingMessage: "이 값은 필수입니다.", 5 | rangeMessage: "이 값은 범위를 벗어납니다." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/themeTesterQuirk.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /form/nls/he/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "הערך שצוין אינו חוקי.", 4 | missingMessage: "זהו ערך דרוש.", 5 | rangeMessage: "הערך מחוץ לטווח." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /tests/test_ColorPalette_quirks.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /form/nls/th/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "ค่าที่ป้อนไม่ถูกต้อง", 4 | missingMessage: "จำเป็นต้องมีค่านี้", 5 | rangeMessage: "ค่านี้เกินช่วง" 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/a11y/README.txt: -------------------------------------------------------------------------------- 1 | This folder contains images used by all themes when in "high-contrast" mode. 2 | 3 | If you think you need to put something here, please talk to Becky or Bill first. -------------------------------------------------------------------------------- /form/nls/tr/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Girilen değer geçersiz.", 4 | missingMessage: "Bu değer gerekli.", 5 | rangeMessage: "Bu değer aralık dışında." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /robot.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/robot" 3 | ], function(){ 4 | // module: 5 | // dijit/robot 6 | // summary: 7 | // Used to have code needed by robot test harness, but no longer 8 | }); 9 | -------------------------------------------------------------------------------- /themes/soria/TitlePane_rtl.css: -------------------------------------------------------------------------------- 1 | .soria .dijitTitlePaneRtl .dijitClosed .dijitArrowNode, .soria .dijitFieldsetRtl .dijitFieldsetTitleClosed .dijitArrowNode { 2 | background-position: 0 top; 3 | } -------------------------------------------------------------------------------- /form/nls/kk/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Енгізілген мән жарамды емес.", 4 | missingMessage: "Бұл мән міндетті.", 5 | rangeMessage: "Бұл мән ауқымнан тыс." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/claro/form/Common_rtl.css: -------------------------------------------------------------------------------- 1 | /* claro/form/Common_rtl.css */ 2 | .claro .dijitTextBoxRtlError .dijitValidationContainer { 3 | border-left-width: 0; 4 | border-right-width: 1px; 5 | } 6 | -------------------------------------------------------------------------------- /themes/nihilo/TitlePane_rtl.css: -------------------------------------------------------------------------------- 1 | .nihilo .dijitTitlePaneRtl .dijitClosed .dijitArrowNode, .nihilo .dijitFieldsetRtl .dijitFieldsetTitleClosed .dijitArrowNode { 2 | background-position: 0 top; 3 | } -------------------------------------------------------------------------------- /themes/tundra/TitlePane_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTitlePaneRtl .dijitClosed .dijitArrowNode, .tundra .dijitFieldsetRtl .dijitFieldsetTitleClosed .dijitArrowNode { 2 | background-position: -7px 0; 3 | } -------------------------------------------------------------------------------- /tests/tree/node1.1: -------------------------------------------------------------------------------- 1 | { id: 'node1.1',name:'node1.1', someProperty:'somePropertyA1', children: [ 2 | { $ref: 'node1.1.1', name: 'node1.1.1'}, 3 | { $ref: 'node1.1.2', name: 'node1.1.2'} 4 | ]} 5 | -------------------------------------------------------------------------------- /themes/claro/layout/TabContainer_rtl.css: -------------------------------------------------------------------------------- 1 | .claro .dijitTabContainerTop-tabs .dijitTabRtl, 2 | .claro .dijitTabContainerBottom-tabs .dijitTabRtl { 3 | margin-right: 0; 4 | margin-left: 1px; 5 | } 6 | -------------------------------------------------------------------------------- /form/nls/az/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | "rangeMessage" : "Bu dəyər aralıq xaricində.", 4 | "invalidMessage" : "Girilən dəyər keçərli deyil.", 5 | "missingMessage" : "Bu deyər lazımlı." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/sv/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Angivet värde är inte giltigt.", 4 | missingMessage: "Värdet krävs.", 5 | rangeMessage: "Värdet ligger utanför intervallet." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /tests/layout/tab1.html: -------------------------------------------------------------------------------- 1 | 2 |

Tab 1

3 | 4 |

I am tab 1. I was loaded externally. WebA11y(something to get focus)

5 | 6 |
blah
7 | -------------------------------------------------------------------------------- /tests/strict.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /form/nls/ar/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "القيمة التي تم ادخالها غير صحيحة.", 4 | missingMessage: "يجب ادخال هذه القيمة.", 5 | rangeMessage: "هذه القيمة ليس بالمدى الصحيح." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/cs/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Zadaná hodnota není platná.", 4 | missingMessage: "Tato hodnota je vyžadována.", 5 | rangeMessage: "Tato hodnota je mimo rozsah." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/da/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Den angivne værdi er ugyldig.", 4 | missingMessage: "Værdien er påkrævet.", 5 | rangeMessage: "Værdien er uden for intervallet." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/id/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Nilai yang dimasukkan tidak valid.", 4 | missingMessage: "Nilai ini diperlukan.", 5 | rangeMessage: "Nilai ini di luar batas." 6 | }) 7 | ); 8 | 9 | -------------------------------------------------------------------------------- /form/nls/ru/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Указано недопустимое значение.", 4 | missingMessage: "Это обязательное значение.", 5 | rangeMessage: "Это значение вне диапазона." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/sk/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Zadaná hodnota nie je platná.", 4 | missingMessage: "Táto hodnota je povinná.", 5 | rangeMessage: "Táto hodnota je mimo rozsah." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/sl/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Vnesena vrednost ni veljavna.", 4 | missingMessage: "Ta vrednost je zahtevana.", 5 | rangeMessage: "Ta vrednost je izven območja." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/uk/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Введено невірне значення.", 4 | missingMessage: "Це значення є обов'язковим.", 5 | rangeMessage: "Це значення за межами діапазону." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/bg/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Въведената стойност е невалидна.", 4 | missingMessage: "Тази стойност се изисква.", 5 | rangeMessage: "Тази стойност е извън обхват." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/ca/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "El valor introduït no és vàlid", 4 | missingMessage: "Aquest valor és necessari", 5 | rangeMessage: "Aquest valor és fora de l'interval" 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/fi/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Annettu arvo ei kelpaa.", 4 | missingMessage: "Tämä arvo on pakollinen.", 5 | rangeMessage: "Tämä arvo on sallitun alueen ulkopuolella." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/hr/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Unesena vrijednost nije važeća.", 4 | missingMessage: "Potrebna je ova vrijednost.", 5 | rangeMessage: "Ova vrijednost je izvan raspona." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/nl/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "De opgegeven waarde is ongeldig.", 4 | missingMessage: "Deze waarde is verplicht.", 5 | rangeMessage: "Deze waarde is niet toegestaan." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/pt/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "O valor inserido não é válido.", 4 | missingMessage: "Este valor é necessário.", 5 | rangeMessage: "Este valor está fora do intervalo. " 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /tests/loose.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /themes/soria/TimePicker_rtl.css: -------------------------------------------------------------------------------- 1 | .dj_ie6-rtl .soria .dijitTimePickerMarkerHover, 2 | .dj_ie7-rtl .soria .dijitTimePickerMarkerHover { 3 | border-top: 0; /* IE6/7 bug causes mouseover/out event storm */ 4 | } 5 | -------------------------------------------------------------------------------- /_base/typematic.js: -------------------------------------------------------------------------------- 1 | define(["../typematic"], function(){ 2 | 3 | /*===== 4 | return { 5 | // summary: 6 | // Deprecated, for back-compat, just loads top level module 7 | }; 8 | =====*/ 9 | 10 | }); 11 | -------------------------------------------------------------------------------- /form/nls/es/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "El valor especificado no es válido.", 4 | missingMessage: "Este valor es necesario.", 5 | rangeMessage: "Este valor está fuera del intervalo." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/pl/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Wprowadzona wartość jest nieprawidłowa.", 4 | missingMessage: "Ta wartość jest wymagana.", 5 | rangeMessage: "Ta wartość jest spoza zakresu." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /tests/_BidiSupport/tree/module.js: -------------------------------------------------------------------------------- 1 | define(["doh/main", "require"], function(doh, require){ 2 | 3 | doh.register("_BidiSupport.tree.ProgrammaticTree.html", require.toUrl("./ProgrammaticTree.html"), 999999); 4 | 5 | }); 6 | -------------------------------------------------------------------------------- /themes/nihilo/TimePicker_rtl.css: -------------------------------------------------------------------------------- 1 | .dj_ie6-rtl .nihilo .dijitTimePickerMarkerHover, 2 | .dj_ie7-rtl .nihilo .dijitTimePickerMarkerHover { 3 | border-top: 0; /* IE6/7 bug causes mouseover/out event storm */ 4 | } 5 | -------------------------------------------------------------------------------- /form/nls/hu/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "A megadott érték érvénytelen.", 4 | missingMessage: "Meg kell adni egy értéket.", 5 | rangeMessage: "Az érték kívül van a megengedett tartományon." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/pt-pt/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "O valor introduzido não é válido.", 4 | missingMessage: "Este valor é requerido.", 5 | rangeMessage: "Este valor encontra-se fora do intervalo." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/claro/TitlePane_rtl.css: -------------------------------------------------------------------------------- 1 | /* TitlePane */ 2 | .claro .dijitTitlePaneRtl .dijitClosed .dijitArrowNode, 3 | .claro .dijitFieldsetRtl .dijitFieldsetTitleClosed .dijitArrowNode { 4 | background-position: -7px 0; 5 | } 6 | -------------------------------------------------------------------------------- /form/nls/nb/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Den angitte verdien er ikke gyldig.", 4 | missingMessage: "Denne verdien er obligatorisk.", 5 | rangeMessage: "Denne verdien er utenfor gyldig område." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/claro/form/Common_rtl.less: -------------------------------------------------------------------------------- 1 | /* claro/form/Common_rtl.css */ 2 | 3 | @import "../variables"; 4 | 5 | .claro .dijitTextBoxRtlError .dijitValidationContainer { 6 | border-left-width: 0; 7 | border-right-width: 1px; 8 | } 9 | -------------------------------------------------------------------------------- /themes/claro/layout/TabContainer_rtl.less: -------------------------------------------------------------------------------- 1 | @import "../variables"; 2 | 3 | .claro .dijitTabContainerTop-tabs .dijitTabRtl, 4 | .claro .dijitTabContainerBottom-tabs .dijitTabRtl { 5 | margin-right: 0; 6 | margin-left: 1px; 7 | } 8 | -------------------------------------------------------------------------------- /form/nls/it/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Il valore immesso non è valido.", 4 | missingMessage: "Questo valore è obbligatorio.", 5 | rangeMessage: "Questo valore è fuori dall'intervallo consentito." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /form/nls/ro/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Valoarea introdusă nu este validă.", 4 | missingMessage: "Această valoare este necesară.", 5 | rangeMessage: "Această valoare este în afara intervalului. " 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /tests/boilerplateOnload.js: -------------------------------------------------------------------------------- 1 | // Part of boilerplate.js but need to put it in a separate file for IE9, so it doesn't run until dojo has finished 2 | // loading and require is defined 3 | require(["dojo/domReady!"], boilerplateOnLoad); 4 | -------------------------------------------------------------------------------- /form/nls/de/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Der eingegebene Wert ist ungültig. ", 4 | missingMessage: "Dieser Wert ist erforderlich.", 5 | rangeMessage: "Dieser Wert liegt außerhalb des gültigen Bereichs. " 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/claro/Menu_rtl.css: -------------------------------------------------------------------------------- 1 | .claro .dijitMenuItemRtl .dijitMenuExpand { 2 | background-position: -7px 0; 3 | margin-right: 0; 4 | margin-left: 3px; 5 | } 6 | .claro .dijitMenuItemRtl .dijitMenuItemIcon { 7 | margin: 0 4px 0 0; 8 | } 9 | -------------------------------------------------------------------------------- /themes/soria/Calendar_rtl.css: -------------------------------------------------------------------------------- 1 | /* Calendar */ 2 | 3 | .dijitRtl .soria .dijitCalendarDecrease { 4 | background-position: -30px top; 5 | } 6 | 7 | .dijitRtl .soria .dijitCalendarIncrease { 8 | background-position: 0 top; 9 | } 10 | -------------------------------------------------------------------------------- /form/nls/fr/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "La valeur indiquée n'est pas correcte.", 4 | missingMessage: "Cette valeur est requise.", 5 | rangeMessage: "Cette valeur n'est pas comprise dans la plage autorisée." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /tests/i18n/README: -------------------------------------------------------------------------------- 1 | Global Verification Tests (GVT) 2 | 3 | In order to run these tests, you will need full locale support in Dojo. Dojo only ships with a small subset by default. 4 | See util/buildscripts/cldr for an ant-based build script. 5 | -------------------------------------------------------------------------------- /themes/nihilo/Calendar_rtl.css: -------------------------------------------------------------------------------- 1 | /* Calendar */ 2 | 3 | .dijitRtl .nihilo .dijitCalendarDecrease { 4 | background-position: -30px top; 5 | } 6 | 7 | .dijitRtl .nihilo .dijitCalendarIncrease { 8 | background-position: 0 top; 9 | } 10 | -------------------------------------------------------------------------------- /form/nls/az/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | "iframeEditTitle" : "Redaktə sahəsi", 5 | "iframeFocusTitle" : "Redaktə sahəsi çərçivəsi" 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /templates/Menu.html: -------------------------------------------------------------------------------- 1 | 3 | 4 |
5 | -------------------------------------------------------------------------------- /templates/MenuBarItem.html: -------------------------------------------------------------------------------- 1 |
3 | 4 |
5 | -------------------------------------------------------------------------------- /themes/claro/TitlePane_rtl.less: -------------------------------------------------------------------------------- 1 | /* TitlePane */ 2 | 3 | @import "variables"; 4 | 5 | .claro .dijitTitlePaneRtl .dijitClosed .dijitArrowNode, .claro .dijitFieldsetRtl .dijitFieldsetTitleClosed .dijitArrowNode { 6 | background-position: -7px 0; 7 | } -------------------------------------------------------------------------------- /themes/tundra/TimePicker_rtl.css: -------------------------------------------------------------------------------- 1 | .dj_ie6 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover, 2 | .dj_ie7 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover { 3 | border-top: 0; /* IE6/7 bug causes mouseover/out event storm */ 4 | } 5 | -------------------------------------------------------------------------------- /tests/_BidiSupport/module.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "./layout/module", 3 | "./misc/module", 4 | "./form/module", 5 | "./BidiSupportModule/module", 6 | "./inheritance/module", 7 | "./dynamicallyChangeTextDir/module", 8 | "./tree/module" 9 | ], 1); 10 | -------------------------------------------------------------------------------- /form/nls/el/validate.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | invalidMessage: "Η τιμή που καταχωρήσατε δεν είναι έγκυρη.", 4 | missingMessage: "Η τιμή αυτή πρέπει απαραίτητα να καθοριστεί.", 5 | rangeMessage: "Η τιμή αυτή δεν ανήκει στο εύρος έγκυρων τιμών." 6 | }) 7 | ); 8 | -------------------------------------------------------------------------------- /themes/nihilo/Menu_rtl.css: -------------------------------------------------------------------------------- 1 | /* Menu */ 2 | 3 | .dijitRtl .nihilo .dijitMenuItem .dijitMenuItemIcon { 4 | padding-left: 3px; 5 | padding-right: 0; 6 | } 7 | 8 | .dijitRtl .nihilo .dijitMenuItem .dijitMenuExpand { 9 | background-position: 0 top; 10 | } -------------------------------------------------------------------------------- /themes/tundra/Calendar_rtl.css: -------------------------------------------------------------------------------- 1 | /* Calendar */ 2 | 3 | .tundra .dijitCalendarRtl .dijitCalendarDecrease { 4 | background-position: -30px top; 5 | } 6 | 7 | .tundra .dijitCalendarRtl .dijitCalendarIncrease { 8 | background-position: 0 top; 9 | } 10 | -------------------------------------------------------------------------------- /tests/_BidiSupport/dynamicallyChangeTextDir/module.js: -------------------------------------------------------------------------------- 1 | define(["doh/main", "require"], function(doh, require){ 2 | 3 | doh.register("_BidiSupport.dynamicallyChangeTextDir.DynamicChangeTextDir", require.toUrl("./DynamicChangeTextDir.html"), 999999); 4 | 5 | }); 6 | -------------------------------------------------------------------------------- /themes/claro/Dialog_rtl.css: -------------------------------------------------------------------------------- 1 | /* Dialog */ 2 | .claro .dijitDialogRtl .dijitDialogCloseIcon { 3 | right: auto; 4 | left: 5px; 5 | } 6 | .claro .dijitDialogRtl .dijitDialogPaneActionBar { 7 | text-align: left; 8 | padding: 3px 7px 2px 5px; 9 | } 10 | -------------------------------------------------------------------------------- /themes/soria/Menu_rtl.css: -------------------------------------------------------------------------------- 1 | /* Menu */ 2 | 3 | .dijitRtl .soria .dijitMenuItem .dijitMenuItemIcon { 4 | padding-left: 3px; 5 | padding-right: 0; 6 | } 7 | 8 | .dijitRtl .soria .dijitMenuItem .dijitMenuExpand { 9 | background-position: left top; 10 | } 11 | -------------------------------------------------------------------------------- /tests/module.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "./_base/module", 3 | "./infrastructure-module", 4 | 5 | "./general-module", 6 | "./tree/module", 7 | "./editor/module", 8 | "./form/module", 9 | "./layout/module", 10 | 11 | "./_BidiSupport/module" 12 | ], 1); 13 | 14 | 15 | -------------------------------------------------------------------------------- /themes/claro/Menu_rtl.less: -------------------------------------------------------------------------------- 1 | @import "variables"; 2 | 3 | .claro .dijitMenuItemRtl .dijitMenuExpand { 4 | background-position: -7px 0; 5 | margin-right: 0; 6 | margin-left: 3px; 7 | } 8 | 9 | .claro .dijitMenuItemRtl .dijitMenuItemIcon { 10 | margin:0 4px 0 0; 11 | } 12 | -------------------------------------------------------------------------------- /templates/ColorPalette.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 |
5 |
6 | -------------------------------------------------------------------------------- /tests/form/test_DateTextBox_iframe.html: -------------------------------------------------------------------------------- 1 | 2 | test_DateTextBox iframe 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /themes/claro/Dialog_rtl.less: -------------------------------------------------------------------------------- 1 | /* Dialog */ 2 | 3 | @import "variables"; 4 | 5 | .claro .dijitDialogRtl .dijitDialogCloseIcon { 6 | right: auto; 7 | left: 5px; 8 | } 9 | 10 | .claro .dijitDialogRtl .dijitDialogPaneActionBar { 11 | text-align: left; 12 | padding: 3px 7px 2px 5px; 13 | } 14 | -------------------------------------------------------------------------------- /_base/sniff.js: -------------------------------------------------------------------------------- 1 | define([ "dojo/uacss" ], function(){ 2 | 3 | // module: 4 | // dijit/_base/sniff 5 | 6 | /*===== 7 | return { 8 | // summary: 9 | // Deprecated, back compatibility module, new code should require dojo/uacss directly instead of this module. 10 | }; 11 | =====*/ 12 | }); 13 | -------------------------------------------------------------------------------- /_editor/nls/ko/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "링크 특성", 4 | insertImageTitle: "이미지 특성", 5 | url: "URL:", 6 | text: "설명:", 7 | target: "대상", 8 | set: "설정", 9 | currentWindow: "현재 창", 10 | parentWindow: "상위 창", 11 | topWindow: "최상위 창", 12 | newWindow: "새 창" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/zh/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "链接属性", 4 | insertImageTitle: "图像属性", 5 | url: "URL:", 6 | text: "说明:", 7 | target: "目标:", 8 | set: "集", 9 | currentWindow: "当前窗口", 10 | parentWindow: "父窗口", 11 | topWindow: "最顶层窗口", 12 | newWindow: "新建窗口" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/zh-tw/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "鏈結內容", 4 | insertImageTitle: "影像內容", 5 | url: "URL:", 6 | text: "說明:", 7 | target: "目標:", 8 | set: "設定", 9 | currentWindow: "現行視窗", 10 | parentWindow: "上層視窗", 11 | topWindow: "最上面的視窗", 12 | newWindow: "新視窗" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /ConfirmDialog.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "../dojo/_base/declare", 3 | "./Dialog", 4 | "./_ConfirmDialogMixin" 5 | ], function(declare, Dialog, _ConfirmDialogMixin) { 6 | 7 | return declare("dijit/ConfirmDialog", [Dialog, _ConfirmDialogMixin], { 8 | // summary: 9 | // A Dialog with OK/Cancel buttons. 10 | }); 11 | }); 12 | -------------------------------------------------------------------------------- /themes/nihilo/layout/AccordionContainer_rtl.css: -------------------------------------------------------------------------------- 1 | .dijitRtl .nihilo .dijitAccordionArrow { 2 | background-position: 0 top; 3 | } 4 | 5 | .dijitRtl .nihilo .dijitAccordionTitleSelected .dijitAccordionArrow { 6 | /* same rule as LTR mode, just listed to override previous rule in this file */ 7 | background-position: -15px top; 8 | } 9 | -------------------------------------------------------------------------------- /themes/soria/layout/AccordionContainer_rtl.css: -------------------------------------------------------------------------------- 1 | .dijitRtl .soria .dijitAccordionArrow { 2 | background-position: 0 top; 3 | } 4 | 5 | .dijitRtl .soria .dijitAccordionTitleSelected .dijitAccordionArrow { 6 | /* same rule as LTR mode, just listed to override previous rule in this file */ 7 | background-position: -15px top; 8 | } 9 | -------------------------------------------------------------------------------- /_editor/nls/ja/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "リンク・プロパティー", 4 | insertImageTitle: "イメージ・プロパティー", 5 | url: "URL:", 6 | text: "説明:", 7 | target: "ターゲット: ", 8 | set: "設定", 9 | currentWindow: "現在のウィンドウ", 10 | parentWindow: "親ウィンドウ", 11 | topWindow: "最上位ウィンドウ", 12 | newWindow: "新規ウィンドウ" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /tests/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dijit Unit Test Runner 5 | 6 | 7 | Redirecting to D.O.H runner. 8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/_BidiSupport/form/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dijit Unit Test Runner 6 | 7 | 8 | Redirecting to D.O.H runner. 9 | 10 | 11 | -------------------------------------------------------------------------------- /tests/_BidiSupport/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | textDirTests Unit Test Runner 6 | 7 | 8 | 9 | Redirecting to D.O.H runner. 10 | 11 | 12 | -------------------------------------------------------------------------------- /tests/_BidiSupport/tree/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dijit Unit Test Runner 6 | 7 | 8 | Redirecting to D.O.H runner. 9 | 10 | 11 | -------------------------------------------------------------------------------- /tests/resources/TestWidget.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dijit/_WidgetBase", 4 | "dijit/_TemplatedMixin" 5 | ], function(declare, _WidgetBase, _TemplatedMixin){ 6 | return declare([_WidgetBase, _TemplatedMixin], { 7 | templateString: '
TestWidget
', 8 | foo: "bar" 9 | }); 10 | }); -------------------------------------------------------------------------------- /themes/claro/README: -------------------------------------------------------------------------------- 1 | These are "less" files that compile into the CSS of claro. 2 | 3 | 1. Install node from http://nodejs.org/#download 4 | 5 | 2. To compile all the files: 6 | 7 | $ cd dijit/themes/claro 8 | $ node compile.js 9 | 10 | 11 | See http://lesscss.org/ and https://github.com/cloudhead/less.js/ for more information. 12 | -------------------------------------------------------------------------------- /_editor/nls/he/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "תכונות קישור", 4 | insertImageTitle: "תכונות תמונה", 5 | url: "URL:‏", 6 | text: "תיאור:", 7 | target: "יעד:", 8 | set: "הגדרה", 9 | currentWindow: "חלון נוכחי", 10 | parentWindow: "חלון אב", 11 | topWindow: "חלון עליון", 12 | newWindow: "חלון חדש" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/kernel" 3 | ], function(dojo){ 4 | // module: 5 | // dijit/main 6 | 7 | /*===== 8 | return { 9 | // summary: 10 | // The dijit package main module. 11 | // Deprecated. Users should access individual modules (ex: dijit/registry) directly. 12 | }; 13 | =====*/ 14 | 15 | return dojo.dijit; 16 | }); 17 | -------------------------------------------------------------------------------- /form/templates/CheckBox.html: -------------------------------------------------------------------------------- 1 |
8 | -------------------------------------------------------------------------------- /tests/_BidiSupport/layout/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Bidi Layout Unit Test Runner 6 | 7 | 8 | Redirecting to D.O.H runner. 9 | 10 | 11 | -------------------------------------------------------------------------------- /tests/form/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dijit Unit Test Runner 5 | 6 | 7 | Redirecting to D.O.H runner. 8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/tree/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dijit Unit Test Runner 5 | 6 | 7 | Redirecting to D.O.H runner. 8 | 9 | 10 | -------------------------------------------------------------------------------- /form/templates/TextBox.html: -------------------------------------------------------------------------------- 1 |
7 | -------------------------------------------------------------------------------- /tests/_BidiSupport/misc/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | textDirTests Unit Test Runner 6 | 7 | 8 | 9 | Redirecting to D.O.H runner. 10 | 11 | 12 | -------------------------------------------------------------------------------- /tests/_base/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dijit _base Unit Test Runner 5 | 6 | 7 | Redirecting to D.O.H runner. 8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/editor/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dijit Unit Test Runner 5 | 6 | 7 | Redirecting to D.O.H runner. 8 | 9 | 10 | -------------------------------------------------------------------------------- /tests/layout/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Dijit Unit Test Runner 5 | 6 | 7 | Redirecting to D.O.H runner. 8 | 9 | 10 | -------------------------------------------------------------------------------- /layout/templates/TabContainer.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 | -------------------------------------------------------------------------------- /ConfirmTooltipDialog.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "../dojo/_base/declare", 3 | "./TooltipDialog", 4 | "./_ConfirmDialogMixin" 5 | ], function(declare, TooltipDialog, _ConfirmDialogMixin) { 6 | 7 | return declare("dijit/ConfirmTooltipDialog", [TooltipDialog, _ConfirmDialogMixin], { 8 | // summary: 9 | // A TooltipDialog with OK/Cancel buttons. 10 | }); 11 | }); 12 | -------------------------------------------------------------------------------- /_editor/nls/hr/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Svojstva veze", 4 | insertImageTitle: "Svojstva slike", 5 | url: "URL:", 6 | text: "Opis:", 7 | target: "Cilj:", 8 | set: "Postavi", 9 | currentWindow: "Aktivni prozor", 10 | parentWindow: "Nadređeni prozor", 11 | topWindow: "Najviši prozor", 12 | newWindow: "Novi prozor" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/sl/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Lastnosti povezave", 4 | insertImageTitle: "Lastnosti slike", 5 | url: "URL:", 6 | text: "Opis:", 7 | target: "Cilj:", 8 | set: "Nastavi", 9 | currentWindow: "Trenutno okno", 10 | parentWindow: "Nadrejeno okno", 11 | topWindow: "Okno na vrhu", 12 | newWindow: "Novo okno" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /templates/Tooltip.html: -------------------------------------------------------------------------------- 1 |
5 | -------------------------------------------------------------------------------- /tests/_BidiSupport/inheritance/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Inheritance Unit Test Runner 6 | 7 | 8 | 9 | Redirecting to D.O.H runner. 10 | 11 | 12 | -------------------------------------------------------------------------------- /_editor/nls/th/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "คุณสมบัติลิงก์", 4 | insertImageTitle: "คุณสมบัติรูปภาพ", 5 | url: "URL:", 6 | text: "คำอธิบาย:", 7 | target: "เป้าหมาย:", 8 | set: "เซ็ต", 9 | currentWindow: "หน้าต่างปัจจุบัน", 10 | parentWindow: "หน้าต่างหลัก", 11 | topWindow: "หน้าต่างบนสุด", 12 | newWindow: "หน้าต่างใหม่" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /templates/actionBar.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 5 |
6 | -------------------------------------------------------------------------------- /_editor/nls/ar/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "خصائص الوصلة", 4 | insertImageTitle: "خصائص الصورة", 5 | url: "‏عنوان URL:‏", 6 | text: "الوصف:", 7 | target: "الهدف:", 8 | set: "تحديد", 9 | currentWindow: "النافذة الحالية", 10 | parentWindow: "النافذة الرئيسية", 11 | topWindow: "النافذة العلوية", 12 | newWindow: "‏نافذة جديدة‏" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/da/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Linkegenskaber", 4 | insertImageTitle: "Billedegenskaber", 5 | url: "URL:", 6 | text: "Beskrivelse:", 7 | target: "Mål:", 8 | set: "Definér", 9 | currentWindow: "Aktuelt vindue", 10 | parentWindow: "Overordnet vindue", 11 | topWindow: "Øverste vindue", 12 | newWindow: "Nyt vindue" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/kk/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Сілтеме сипаттары", 4 | insertImageTitle: "Сурет сипаттары", 5 | url: "URL:", 6 | text: "Сипаттама:", 7 | target: "Мақсат:", 8 | set: "Орнату", 9 | currentWindow: "Ағымдағы терезе", 10 | parentWindow: "Басты терезе", 11 | topWindow: "Ең жоғарғы терезе", 12 | newWindow: "Жаңа терезе" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/nb/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Koblingsegenskaper", 4 | insertImageTitle: "Bildeegenskaper", 5 | url: "URL:", 6 | text: "Beskrivelse:", 7 | target: "Mål:", 8 | set: "Definer", 9 | currentWindow: "Gjeldende vindu", 10 | parentWindow: "Overordnet vindu", 11 | topWindow: "Øverste vindu", 12 | newWindow: "Nytt vindu" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/tr/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Bağlantı Özellikleri", 4 | insertImageTitle: "Resim Özellikleri", 5 | url: "URL:", 6 | text: "Açıklama:", 7 | target: "Hedef:", 8 | set: "Ayarla", 9 | currentWindow: "Geçerli Pencere", 10 | parentWindow: "Üst Pencere", 11 | topWindow: "En Üst Pencere", 12 | newWindow: "Yeni Pencere" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /tests/_BidiSupport/BidiSupportModule/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | textDirTests Unit Test Runner 6 | 7 | 8 | 9 | Redirecting to D.O.H runner. 10 | 11 | 12 | -------------------------------------------------------------------------------- /tests/_BidiSupport/dynamicallyChangeTextDir/runTests.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dijit Unit Test Runner 6 | 7 | 8 | Redirecting to D.O.H runner. 9 | 10 | 11 | -------------------------------------------------------------------------------- /_editor/nls/cs/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Vlastnosti odkazu", 4 | insertImageTitle: "Vlastnosti obrázku", 5 | url: "Adresa URL:", 6 | text: "Popis:", 7 | target: "Cíl:", 8 | set: "Nastavit", 9 | currentWindow: "Aktuální okno", 10 | parentWindow: "Nadřízené okno", 11 | topWindow: "Okno nejvyšší úrovně", 12 | newWindow: "Nové okno" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/fi/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Linkin ominaisuudet", 4 | insertImageTitle: "Kuvan ominaisuudet", 5 | url: "URL-osoite:", 6 | text: "Kuvaus:", 7 | target: "Kohde:", 8 | set: "Aseta", 9 | currentWindow: "Nykyinen ikkuna", 10 | parentWindow: "Pääikkuna", 11 | topWindow: "Päällimmäinen ikkuna", 12 | newWindow: "Uusi ikkuna" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/hu/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Hivatkozás tulajdonságai", 4 | insertImageTitle: "Kép tulajdonságai", 5 | url: "URL:", 6 | text: "Leírás:", 7 | target: "Cél:", 8 | set: "Beállítás", 9 | currentWindow: "Aktuális ablak", 10 | parentWindow: "Szülő ablak", 11 | topWindow: "Legfelső szintű ablak", 12 | newWindow: "Új ablak" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/id/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Properti Tautan", 4 | insertImageTitle: "Properti Gambar", 5 | url: "URL:", 6 | text: "Deskripsi:", 7 | target: "Target:", 8 | set: "Atur", 9 | currentWindow: "Jendela Saat Ini", 10 | parentWindow: "Jendela Induk", 11 | topWindow: "Jendela Paling Atas", 12 | newWindow: "Jendela Baru" 13 | }) 14 | ); 15 | 16 | -------------------------------------------------------------------------------- /_editor/nls/pt/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Propriedades de Link", 4 | insertImageTitle: "Propriedades de Imagem", 5 | url: "URL:", 6 | text: "Descrição:", 7 | target: "Destino:", 8 | set: "Configurar", 9 | currentWindow: "Janela Atual", 10 | parentWindow: "Janela Pai", 11 | topWindow: "Primeira Janela", 12 | newWindow: "Nova Janela" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/ru/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Свойства ссылки", 4 | insertImageTitle: "Свойства изображения", 5 | url: "URL:", 6 | text: "Описание:", 7 | target: "Целевой объект:", 8 | set: "Задать", 9 | currentWindow: "Текущее окно", 10 | parentWindow: "Родительское окно", 11 | topWindow: "Верхнее окно", 12 | newWindow: "Новое окно" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/sk/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Vlastnosti prepojenia", 4 | insertImageTitle: "Vlastnosti obrázka", 5 | url: "Adresa URL:", 6 | text: "Opis:", 7 | target: "Cieľ:", 8 | set: "Nastaviť", 9 | currentWindow: "Aktuálne okno", 10 | parentWindow: "Rodičovské okno", 11 | topWindow: "Najvyššie okno", 12 | newWindow: "Nové okno" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/sv/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Länkegenskaper", 4 | insertImageTitle: "Bildegenskaper", 5 | url: "URL-adress:", 6 | text: "Beskrivning:", 7 | target: "Mål:", 8 | set: "Använd", 9 | currentWindow: "Aktuellt fönster", 10 | parentWindow: "Överordnat fönster", 11 | topWindow: "Översta fönstret", 12 | newWindow: "Nytt fönster" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/bg/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Свойства на връзка", 4 | insertImageTitle: "Свойства на изображение", 5 | url: "URL:", 6 | text: "Описание:", 7 | target: "Цел:", 8 | set: "Задай", 9 | currentWindow: "Текущ прозорец", 10 | parentWindow: "Родителски прозорец", 11 | topWindow: "Най-горен прозорец", 12 | newWindow: "Нов прозорец" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/nl/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Linkeigenschappen", 4 | insertImageTitle: "Afbeeldingseigenschappen", 5 | url: "URL:", 6 | text: "Beschrijving:", 7 | target: "Doel:", 8 | set: "Instellen", 9 | currentWindow: "Huidig venster", 10 | parentWindow: "Hoofdvenster", 11 | topWindow: "Bovenste venster", 12 | newWindow: "Nieuw venster" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/uk/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Властивості посилання", 4 | insertImageTitle: "Властивості зображення", 5 | url: "URL:", 6 | text: "Опис:", 7 | target: "Призначення:", 8 | set: "Встановити", 9 | currentWindow: "Поточне вікно", 10 | parentWindow: "Батьківське вікно", 11 | topWindow: "Найвище вікно", 12 | newWindow: "Нове вікно" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /themes/soria/Editor_rtl.css: -------------------------------------------------------------------------------- 1 | /* Editor */ 2 | .dijitRtl .soria .dijitEditorIcon { 3 | background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */ 4 | } 5 | .dijitRtl .soria .dijitDisabled .dijitEditorIcon { 6 | background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */ 7 | } 8 | -------------------------------------------------------------------------------- /_editor/nls/pl/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Właściwości odsyłacza", 4 | insertImageTitle: "Właściwości obrazu", 5 | url: "Adres URL:", 6 | text: "Opis:", 7 | target: "Docelowe:", 8 | set: "Ustaw", 9 | currentWindow: "Bieżące okno", 10 | parentWindow: "Okno macierzyste", 11 | topWindow: "Okno najwyższego poziomu", 12 | newWindow: "Nowe okno" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/pt-pt/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Propriedades da ligação", 4 | insertImageTitle: "Propriedades da imagem", 5 | url: "URL:", 6 | text: "Descrição:", 7 | target: "Destino:", 8 | set: "Definir", 9 | currentWindow: "Janela actual", 10 | parentWindow: "Janela ascendente", 11 | topWindow: "Janela superior", 12 | newWindow: "Nova janela" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /templates/Tree.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 | -------------------------------------------------------------------------------- /_editor/nls/ca/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Propietats de l\'enllaç", 4 | insertImageTitle: "Propietats de la imatge", 5 | url: "URL:", 6 | text: "Descripció:", 7 | target: "Destinació:", 8 | set: "Defineix", 9 | currentWindow: "Finestra actual", 10 | parentWindow: "Finestra pare", 11 | topWindow: "Finestra superior", 12 | newWindow: "Finestra nova" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/de/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Linkeigenschaften", 4 | insertImageTitle: "Grafikeigenschaften", 5 | url: "URL:", 6 | text: "Beschreibung:", 7 | target: "Ziel:", 8 | set: "Festlegen", 9 | currentWindow: "Aktuelles Fenster", 10 | parentWindow: "Übergeordnetes Fenster", 11 | topWindow: "Aktives Fenster", 12 | newWindow: "Neues Fenster" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/es/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Propiedades del enlace", 4 | insertImageTitle: "Propiedades de la imagen", 5 | url: "URL:", 6 | text: "Descripción:", 7 | target: "Destino:", 8 | set: "Establecer", 9 | currentWindow: "Ventana actual", 10 | parentWindow: "Ventana padre", 11 | topWindow: "Ventana superior", 12 | newWindow: "Nueva ventana" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/fr/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Propriétés du lien", 4 | insertImageTitle: "Propriétés de l'image", 5 | url: "URL :", 6 | text: "Description :", 7 | target: "Cible :", 8 | set: "Définir", 9 | currentWindow: "Fenêtre actuelle", 10 | parentWindow: "Fenêtre parent", 11 | topWindow: "Fenêtre supérieure", 12 | newWindow: "Nouvelle fenêtre" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /themes/tundra/Editor_rtl.css: -------------------------------------------------------------------------------- 1 | /* Editor */ 2 | .tundra .dijitEditorRtl .dijitEditorIcon { 3 | background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */ 4 | } 5 | .tundra .dijitEditorRtlDisabled .dijitEditorIcon { 6 | background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */ 7 | } 8 | -------------------------------------------------------------------------------- /_editor/nls/az/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | "text" : "Yazı:", 4 | "insertImageTitle" : "Şəkil başlığı əlavə et", 5 | "set" : "Yönəlt", 6 | "newWindow" : "Yeni pəncərə", 7 | "topWindow" : "Üst pəncərə", 8 | "target" : "Hədəf:", 9 | "createLinkTitle" : "Köprü başlığı yarat", 10 | "parentWindow" : "Ana pəncərə", 11 | "currentWindow" : "Hazırki pəncərə", 12 | "url" : "URL:" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/el/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Ιδιότητες σύνδεσης", 4 | insertImageTitle: "Ιδιότητες εικόνας", 5 | url: "Διεύθυνση URL:", 6 | text: "Περιγραφή:", 7 | target: "Προορισμός:", 8 | set: "Ορισμός", 9 | currentWindow: "Τρέχον παράθυρο", 10 | parentWindow: "Γονικό παράθυρο", 11 | topWindow: "Παράθυρο σε πρώτο πλάνο", 12 | newWindow: "Νέο παράθυρο" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/it/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Proprietà collegamento", 4 | insertImageTitle: "Proprietà immagine", 5 | url: "URL:", 6 | text: "Descrizione:", 7 | target: "Destinazione:", 8 | set: "Imposta", 9 | currentWindow: "Finestra corrente", 10 | parentWindow: "Finestra padre", 11 | topWindow: "Finestra superiore", 12 | newWindow: "Nuova finestra" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /_editor/nls/ro/LinkDialog.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | createLinkTitle: "Proprietăţi legătură", 4 | insertImageTitle: "Proprietăţi imagine", 5 | url: "URL:", 6 | text: "Descriere:", 7 | target: "Destinaţie:", 8 | set: "Setare", 9 | currentWindow: "Fereastra curentă", 10 | parentWindow: "Fereastra părinte", 11 | topWindow: "Fereastra cea mai de sus", 12 | newWindow: "Fereastra nouă" 13 | }) 14 | ); 15 | -------------------------------------------------------------------------------- /tests/form/test_ComboBox.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ComboBox Unit Test 5 | 6 | 7 | Loading ComboBox unit test. 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /tests/_BidiSupport/layout/module.js: -------------------------------------------------------------------------------- 1 | define(["doh/main", "require"], function(doh, require){ 2 | doh.register("_BidiSupport.layout.TabContainer", require.toUrl("./TabContainer.html"), 999999); 3 | doh.register("_BidiSupport.layout.StackContainer", require.toUrl("./StackContainer.html"), 999999); 4 | doh.register("_BidiSupport.layout.AccordionContainer", require.toUrl("./AccordionContainer.html"), 999999); 5 | }); 6 | -------------------------------------------------------------------------------- /layout/templates/_ScrollingTabControllerButton.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 |
-------------------------------------------------------------------------------- /themes/nihilo/Editor_rtl.css: -------------------------------------------------------------------------------- 1 | /* Editor */ 2 | .dijitRtl .nihilo .dijitEditorIcon { 3 | background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */ 4 | } 5 | .dijitRtl .nihilo .dijitDisabled .dijitEditorIcon { 6 | background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */ 7 | } 8 | 9 | 10 | -------------------------------------------------------------------------------- /themes/tundra/ProgressBar_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitProgressBarRtl .dijitProgressBarFull { 2 | border-left-width: 1px; 3 | border-right: 0px; 4 | } 5 | 6 | .tundra .dijitProgressBarIndeterminateRtl .dijitProgressBarTile { 7 | -moz-transform: scaleX(-1); 8 | -o-transform: scaleX(-1); 9 | -webkit-transform: scaleX(-1); 10 | transform: scaleX(-1); 11 | filter: FlipH; 12 | -ms-filter: "FlipH"; 13 | } 14 | 15 | -------------------------------------------------------------------------------- /themes/claro/form/Button_rtl.css: -------------------------------------------------------------------------------- 1 | /* Combo Button */ 2 | .claro .dijitComboButtonRtl .dijitStretch { 3 | -moz-border-radius: 0 4px 4px 0; 4 | border-radius: 0 4px 4px 0; 5 | } 6 | .claro .dijitComboButtonRtl .dijitArrowButton { 7 | -moz-border-radius: 4px 0 0 4px; 8 | border-radius: 4px 0 0 4px; 9 | padding: 3px 0 4px; 10 | border-left-width: 1px; 11 | border-right-width: 0; 12 | } 13 | /* End Combo Button */ -------------------------------------------------------------------------------- /tests/_data/categoriesNested.json: -------------------------------------------------------------------------------- 1 | { 2 | "identifier": "id", 3 | "label": "name", 4 | "items": [ 5 | { "id": "0", "name":"Fruits", "numberOfItems":1, "children":[ 6 | { "id": "1","name":"Citrus", "numberOfItems":1, "items":[ 7 | { "id": "4", "name":"Orange"} 8 | ]} 9 | ]}, 10 | { "id": "2", "name":"Vegetables", "numberOfItems":0}, 11 | { "id": "3", "name":"Cereals", "numberOfItems":0} 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /tests/form/robot/ComboBox_mouse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ComboBox Mouse Robot Test 5 | 6 | 7 | Loading ComboBox mouse robot test. 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /tests/form/test_FilteringSelect.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FilteringSelect Unit Test 5 | 6 | 7 | Loading FilteringSelect unit test. 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /themes/claro/Editor_rtl.css: -------------------------------------------------------------------------------- 1 | /* Editor */ 2 | .claro .dijitEditorRtl .dijitEditorIFrameContainer { 3 | padding: 3px 10px 1px 3px; 4 | } 5 | .dj_ie6 .claro .dijitEditorRtl .dijitEditorIFrameContainer, 6 | .dj_ie7 .claro .dijitEditorRtl .dijitEditorIFrameContainer, 7 | .dj_ie8 .claro .dijitEditorRtl .dijitEditorIFrameContainer { 8 | padding: 3px 0px 1px 10px; 9 | margin-right: 0px; 10 | border: 0px solid #d3d3d3; 11 | } 12 | -------------------------------------------------------------------------------- /form/RadioButton.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", // declare 3 | "./CheckBox", 4 | "./_RadioButtonMixin" 5 | ], function(declare, CheckBox, _RadioButtonMixin){ 6 | 7 | // module: 8 | // dijit/form/RadioButton 9 | 10 | return declare("dijit.form.RadioButton", [CheckBox, _RadioButtonMixin], { 11 | // summary: 12 | // Same as an HTML radio, but with fancy styling. 13 | 14 | baseClass: "dijitRadio" 15 | }); 16 | }); 17 | -------------------------------------------------------------------------------- /templates/MenuSeparator.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | 6 | 7 |
8 |
9 | 10 | 11 | -------------------------------------------------------------------------------- /tests/form/robot/ComboBox_a11y.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ComboBox General/Keyboard Robot Test 5 | 6 | 7 | Loading ComboBox a11y robot test. 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /_editor/nls/zh-tw/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "大小", 4 | fontName: "字型", 5 | formatBlock: "格式", 6 | serif: "新細明體", 7 | "sans-serif": "新細明體", 8 | monospace: "等寬", 9 | cursive: "Cursive", 10 | fantasy: "Fantasy", 11 | noFormat: "無", 12 | p: "段落", 13 | h1: "標題", 14 | h2: "子標題", 15 | h3: "次子標題", 16 | pre: "預先格式化", 17 | 1: "最小", 18 | 2: "較小", 19 | 3: "小", 20 | 4: "中", 21 | 5: "大", 22 | 6: "較大", 23 | 7: "最大" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /_editor/nls/zh/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "大小", 4 | fontName: "字体", 5 | formatBlock: "格式", 6 | serif: "有衬线", 7 | "sans-serif": "无衬线", 8 | monospace: "等宽字体", 9 | cursive: "草书", 10 | fantasy: "虚线", 11 | noFormat: "无", 12 | p: "段落", 13 | h1: "标题", 14 | h2: "副标题", 15 | h3: "二级子标题", 16 | pre: "预设有格式的", 17 | 1: "XX 小号", 18 | 2: "X 小号", 19 | 3: "小号", 20 | 4: "中号", 21 | 5: "大号", 22 | 6: "X 大号", 23 | 7: "XX 大号" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /templates/TooltipDialog.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | ${!actionBarTemplate} 6 |
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /tests/form/robot/FilteringSelect_mouse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FilteringSelect Mouse Robot Test 5 | 6 | 7 | Loading FilteringSelect mouse robot test. 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /tests/form/robot/FilteringSelect_a11y.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FilteringSelect General/Keyboard Robot Test 5 | 6 | 7 | Loading FilteringSelect a11y robot test. 8 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /themes/claro/form/Button_rtl.less: -------------------------------------------------------------------------------- 1 | @import "../variables"; 2 | 3 | /* Combo Button */ 4 | 5 | .claro .dijitComboButtonRtl .dijitStretch { 6 | .border-radius(0 @button-border-radius @button-border-radius 0); 7 | } 8 | 9 | .claro .dijitComboButtonRtl .dijitArrowButton { 10 | .border-radius(@button-border-radius 0 0 @button-border-radius); 11 | padding:3px 0 4px; 12 | border-left-width: 1px; 13 | border-right-width: 0; 14 | } 15 | 16 | /* End Combo Button */ -------------------------------------------------------------------------------- /themes/soria/ProgressBar_rtl.css: -------------------------------------------------------------------------------- 1 | 2 | /**** 3 | dijit.ProgressBar 4 | ****/ 5 | 6 | .soria .dijitProgressBarRtl .dijitProgressBarFull { 7 | border-left-width: 1px; 8 | border-right: 0px; 9 | } 10 | 11 | .soria .dijitProgressBarIndeterminateRtl .dijitProgressBarTile { 12 | -moz-transform: scaleX(-1); 13 | -o-transform: scaleX(-1); 14 | -webkit-transform: scaleX(-1); 15 | transform: scaleX(-1); 16 | filter: FlipH; 17 | -ms-filter: "FlipH"; 18 | } 19 | -------------------------------------------------------------------------------- /_base/window.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/window", // windowUtils.get 3 | "../main" // export symbol to dijit 4 | ], function(windowUtils, dijit){ 5 | // module: 6 | // dijit/_base/window 7 | 8 | /*===== 9 | return { 10 | // summary: 11 | // Back compatibility module, new code should use windowUtils directly instead of using this module. 12 | }; 13 | =====*/ 14 | 15 | dijit.getDocumentWindow = function(doc){ 16 | return windowUtils.get(doc); 17 | }; 18 | }); 19 | -------------------------------------------------------------------------------- /tests/tree/treeTestRoot: -------------------------------------------------------------------------------- 1 | [ 2 | { id: 'node1', name:'node1', someProperty:'somePropertyA', children:[ 3 | { $ref: 'node1.1', name: 'node1.1', children: true}, 4 | { $ref: 'node1.2', name: 'node1.2'} 5 | ]}, 6 | { id: 'node2', name:'node2', someProperty:'somePropertyB'}, 7 | { id: 'node3', name:'node3', someProperty:'somePropertyC'}, 8 | { id: 'node4', name:'node4', someProperty:'somePropertyA'}, 9 | { id: 'node5', name:'node5', someProperty:'somePropertyB'} 10 | ] 11 | -------------------------------------------------------------------------------- /themes/nihilo/ProgressBar_rtl.css: -------------------------------------------------------------------------------- 1 | 2 | /**** 3 | dijit.ProgressBar 4 | ****/ 5 | 6 | .nihilo .dijitProgressBarRtl .dijitProgressBarFull { 7 | border-left-width: 1px; 8 | border-right: 0px; 9 | } 10 | 11 | .nihilo .dijitProgressBarIndeterminateRtl .dijitProgressBarTile { 12 | -moz-transform: scaleX(-1); 13 | -o-transform: scaleX(-1); 14 | -webkit-transform: scaleX(-1); 15 | transform: scaleX(-1); 16 | filter: FlipH; 17 | -ms-filter: "FlipH"; 18 | } 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /_editor/nls/ko/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "크기", 4 | fontName: "글꼴", 5 | formatBlock: "서식", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursive", 10 | fantasy: "fantasy", 11 | noFormat: "없음", 12 | p: "단락", 13 | h1: "제목", 14 | h2: "부제목", 15 | h3: "하위 부제목", 16 | pre: "서식이 지정됨", 17 | 1: "가장 작게", 18 | 2: "조금 작게", 19 | 3: "작게", 20 | 4: "중간", 21 | 5: "크게", 22 | 6: "조금 크게", 23 | 7: "가장 크게" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /_editor/nls/ja/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "サイズ", 4 | fontName: "フォント", 5 | formatBlock: "フォーマット", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursive", 10 | fantasy: "fantasy", 11 | noFormat: "なし", 12 | p: "段落", 13 | h1: "見出し", 14 | h2: "副見出し", 15 | h3: "副見出しの副見出し", 16 | pre: "事前フォーマット済み", 17 | 1: "超極小", 18 | 2: "極小", 19 | 3: "小", 20 | 4: "標準", 21 | 5: "大", 22 | 6: "特大", 23 | 7: "超特大" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /tests/_BidiSupport/inheritance/module.js: -------------------------------------------------------------------------------- 1 | define(["doh/main", "require"], function(doh, require){ 2 | 3 | doh.register("_BidiSupport.inheritance.Inher-Simple", require.toUrl("./Inher-Simple.html"), 999999); 4 | 5 | doh.register("_BidiSupport.inheritance.Inher-MarkupContainers", require.toUrl("./Inher-MarkupContainers.html"), 999999); 6 | 7 | doh.register("_BidiSupport.inheritance.Inher-ComplexMarkupContainers", require.toUrl("./Inher-ComplexMarkupContainers.html"), 999999); 8 | 9 | }); 10 | -------------------------------------------------------------------------------- /PopupMenuBarItem.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", // declare 3 | "./PopupMenuItem", 4 | "./MenuBarItem" 5 | ], function(declare, PopupMenuItem, MenuBarItem){ 6 | 7 | // module: 8 | // dijit/PopupMenuBarItem 9 | 10 | var _MenuBarItemMixin = MenuBarItem._MenuBarItemMixin; 11 | 12 | return declare("dijit.PopupMenuBarItem", [PopupMenuItem, _MenuBarItemMixin], { 13 | // summary: 14 | // Item in a MenuBar like "File" or "Edit", that spawns a submenu when pressed (or hovered) 15 | }); 16 | }); 17 | -------------------------------------------------------------------------------- /themes/claro/ProgressBar_rtl.css: -------------------------------------------------------------------------------- 1 | /* ProgressBar 2 | * 3 | * Styling of the ProgressBar when RTL direction is specified 4 | */ 5 | .claro .dijitProgressBarRtl .dijitProgressBarFull { 6 | border-left-width: 1px; 7 | border-right-width: 0px; 8 | } 9 | .claro .dijitProgressBarIndeterminateRtl .dijitProgressBarTile { 10 | -moz-transform: scaleX(-1); 11 | -o-transform: scaleX(-1); 12 | -webkit-transform: scaleX(-1); 13 | transform: scaleX(-1); 14 | filter: FlipH; 15 | -ms-filter: "FlipH"; 16 | } 17 | -------------------------------------------------------------------------------- /_editor/nls/sv/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Storlek ", 4 | fontName: "Teckensnitt", 5 | formatBlock: "Format", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursive", 10 | fantasy: "fantasy", 11 | noFormat: "Inget", 12 | p: "Stycke", 13 | h1: "Rubrik 1", 14 | h2: "Rubrik 2", 15 | h3: "Rubrik 3", 16 | pre: "Förformaterad", 17 | 1: "XXS", 18 | 2: "XS", 19 | 3: "S", 20 | 4: "M", 21 | 5: "L", 22 | 6: "XL", 23 | 7: "XXL" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /form/nls/ja/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: '編集域', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: '編集域フレーム' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/zh-tw/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: '編輯區', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: '編輯區框' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/zh/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: '编辑区域', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: '编辑区域框' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/id/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'edit area', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'edit bingkai area' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | 11 | -------------------------------------------------------------------------------- /form/nls/ko/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: '편집 영역', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: '편집 영역 프레임' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /themes/claro/Editor_rtl.less: -------------------------------------------------------------------------------- 1 | /* Editor */ 2 | 3 | @import "variables"; 4 | 5 | .claro .dijitEditorRtl .dijitEditorIFrameContainer { 6 | padding: 3px 10px 1px 3px; 7 | } 8 | 9 | .dj_ie6 .claro .dijitEditorRtl .dijitEditorIFrameContainer, 10 | .dj_ie7 .claro .dijitEditorRtl .dijitEditorIFrameContainer, 11 | .dj_ie8 .claro .dijitEditorRtl .dijitEditorIFrameContainer { 12 | // remove excessive right margin (due to IE bug) 13 | padding: 3px 0px 1px 10px; 14 | margin-right: 0px; 15 | border: 0px solid #d3d3d3; 16 | } 17 | -------------------------------------------------------------------------------- /form/nls/he/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'אזור עריכה', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'מסגרת אזור עריכה' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/uk/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'область редагування', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'фрейм області редагування' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /_editor/nls/he/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "גודל", 4 | fontName: "גופן", 5 | formatBlock: "עיצוב", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursive", 10 | fantasy: "fantasy", 11 | noFormat: "ללא ", 12 | p: "פיסקה", 13 | h1: "כותרת", 14 | h2: "תת-כותרת", 15 | h3: "תת-תת-כותרת", 16 | pre: "מעוצב מראש", 17 | 1: "קטן ביות", 18 | 2: "קטן מאוד", 19 | 3: "קטן", 20 | 4: "בינוני", 21 | 5: "גדול", 22 | 6: "גדול מאוד", 23 | 7: "גדול ביותר" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /form/nls/ar/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'مساحة التحرير', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'اطار مساحة التحرير' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/bg/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'зона за редактиране', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'рамка на зоната за редактиране' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/cs/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'oblast úprav', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'rámec oblasti úprav' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/fi/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'muokkausalue', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'muokkausalueen kehys' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/it/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'modifica area', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'modifica frame area' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/nl/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'veld bewerken', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'veldkader bewerken' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/pt/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'editar área', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'editar quadro da área' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/th/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'พื้นที่แก้ไข', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'กรอบพื้นที่แก้ไข' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /tests/i18n/module.js: -------------------------------------------------------------------------------- 1 | define(["doh/main", "require"], function(doh, require){ 2 | 3 | doh.register("i18n.currency", require.toUrl("./currency.html"), 999999); 4 | doh.register("i18n.date", require.toUrl("./date.html"), 999999); 5 | doh.register("i18n.number", require.toUrl("./number.html"), 999999); 6 | doh.register("i18n.textbox", require.toUrl("./textbox.html"), 999999); 7 | doh.register("i18n.time", require.toUrl("./time.html"), 999999); 8 | doh.register("i18n.digit", require.toUrl("./digit.html"), 999999); 9 | 10 | }); 11 | -------------------------------------------------------------------------------- /form/nls/kk/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'өңдеу аумағы', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'өңдеу аумағының жақтауы' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/pl/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'edycja obszaru', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'edycja ramki obszaru' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/ro/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'zonă de editare', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'cadru zonă de editare' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/sk/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'upraviť oblasť', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'upraviť rámec oblasti' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /themes/tundra/Editor.css: -------------------------------------------------------------------------------- 1 | .dijitEditor { 2 | border:1px solid #bfbfbf; 3 | border-top:0; 4 | } 5 | 6 | .tundra .dijitEditorIcon { 7 | background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */ 8 | background-repeat: no-repeat; 9 | width: 18px; 10 | height: 18px; 11 | text-align: center; 12 | } 13 | .tundra .dijitDisabled .dijitEditorIcon { 14 | background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */ 15 | } 16 | 17 | -------------------------------------------------------------------------------- /_editor/nls/ca/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Mida", 4 | fontName: "Tipus de lletra", 5 | formatBlock: "Format", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monoespai", 9 | cursive: "Cursiva", 10 | fantasy: "Fantasia", 11 | noFormat: "Cap", 12 | p: "Paràgraf", 13 | h1: "Títol", 14 | h2: "Subtítol", 15 | h3: "Subsubtítol", 16 | pre: "Format previ", 17 | 1: "xx-petit", 18 | 2: "x-petit", 19 | 3: "petit", 20 | 4: "mitjà", 21 | 5: "gran", 22 | 6: "x-gran", 23 | 7: "xx-gran" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /_editor/nls/id/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Ukuran", 4 | fontName: "Font", 5 | formatBlock: "Format", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursive", 10 | fantasy: "fantasy", 11 | noFormat: "None", 12 | p: "Paragraf", 13 | h1: "Judul", 14 | h2: "Sub Judul", 15 | h3: "Sub sub judul", 16 | pre: "Praformat", 17 | 1: "xx-kecil", 18 | 2: "x-kecil", 19 | 3: "kecil", 20 | 4: "medium", 21 | 5: "besar", 22 | 6: "x-besar", 23 | 7: "xx-besar" 24 | }) 25 | ); 26 | 27 | -------------------------------------------------------------------------------- /_editor/nls/pt-pt/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Tamanho", 4 | fontName: "Tipo de letra", 5 | formatBlock: "Formato", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursive", 10 | fantasy: "fantasy", 11 | noFormat: "Nenhum", 12 | p: "Parágrafo", 13 | h1: "Título", 14 | h2: "Sub-título", 15 | h3: "Sub-subtítulo", 16 | pre: "Pré-formatado", 17 | 1: "xxs", 18 | 2: "xs", 19 | 3: "small", 20 | 4: "medium", 21 | 5: "large", 22 | 6: "xl", 23 | 7: "xxl" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /form/nls/ca/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'àrea d\'edició', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'Marc de l\'àrea d\'edició' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/de/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'Editierbereich', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'Rahmen für Editierbereich' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/es/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'área de edición', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'marco del área de edición' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/fr/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'zone d\'édition', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'cadre de la zone d\'édition' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/pt-pt/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'área de edição', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'painel da área de edição' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/sv/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'redigeringsområdesram' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/tr/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'düzenleme alanı', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'düzenleme alanı çerçevesi' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /themes/claro/ProgressBar_rtl.less: -------------------------------------------------------------------------------- 1 | /* ProgressBar 2 | * 3 | * Styling of the ProgressBar when RTL direction is specified 4 | */ 5 | 6 | @import "variables"; 7 | 8 | .claro .dijitProgressBarRtl .dijitProgressBarFull { 9 | border-left-width: 1px; 10 | border-right-width: 0px; 11 | } 12 | 13 | .claro .dijitProgressBarIndeterminateRtl .dijitProgressBarTile { 14 | -moz-transform: scaleX(-1); 15 | -o-transform: scaleX(-1); 16 | -webkit-transform: scaleX(-1); 17 | transform: scaleX(-1); 18 | filter: FlipH; 19 | -ms-filter: "FlipH"; 20 | } -------------------------------------------------------------------------------- /_editor/nls/de/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Größe", 4 | fontName: "Schriftart", 5 | formatBlock: "Format", 6 | serif: "Serife", 7 | "sans-serif": "Serifenlos", 8 | monospace: "Monospaceschrift", 9 | cursive: "Kursiv", 10 | fantasy: "Fantasie", 11 | noFormat: "Keine Angabe", 12 | p: "Absatz", 13 | h1: "Überschrift", 14 | h2: "Unterüberschrift", 15 | h3: "Unterunterüberschrift", 16 | pre: "Vorformatiert", 17 | 1: "XXS", 18 | 2: "XS", 19 | 3: "S", 20 | 4: "M", 21 | 5: "L", 22 | 6: "XL", 23 | 7: "XXL" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /_editor/nls/hu/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Méret", 4 | fontName: "Betűtípus", 5 | formatBlock: "Formátum", 6 | serif: "talpas", 7 | "sans-serif": "talpatlan", 8 | monospace: "rögzített szélességű", 9 | cursive: "kurzív", 10 | fantasy: "fantázia", 11 | noFormat: "Nincs", 12 | p: "Bekezdés", 13 | h1: "Címsor", 14 | h2: "Alcím", 15 | h3: "Al-alcím", 16 | pre: "Előformázott", 17 | 1: "xx-kicsi", 18 | 2: "x-kicsi", 19 | 3: "kicsi", 20 | 4: "közepes", 21 | 5: "nagy", 22 | 6: "x-nagy", 23 | 7: "xx-nagy" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /_editor/nls/nl/FontChoice.js: -------------------------------------------------------------------------------- 1 | define( 2 | ({ 3 | fontSize: "Grootte", 4 | fontName: "Lettertype", 5 | formatBlock: "Opmaak", 6 | serif: "serif", 7 | "sans-serif": "sans-serif", 8 | monospace: "monospace", 9 | cursive: "cursief", 10 | fantasy: "fantasy", 11 | noFormat: "Geen", 12 | p: "Alinea", 13 | h1: "Kop", 14 | h2: "Subkop", 15 | h3: "Sub-subkop", 16 | pre: "Vooraf opgemaakt", 17 | 1: "xx-klein", 18 | 2: "x-klein", 19 | 3: "klein", 20 | 4: "gemiddeld", 21 | 5: "groot", 22 | 6: "x-groot", 23 | 7: "xx-groot" 24 | }) 25 | ); 26 | -------------------------------------------------------------------------------- /form/nls/da/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'redigeringsområde', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'ramme om redigeringsområde' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/hr/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'područje uređivanja', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'okvir područja uređivanja' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | -------------------------------------------------------------------------------- /form/nls/hu/Textarea.js: -------------------------------------------------------------------------------- 1 | define( 2 | // used by both the editor and textarea widgets to provide information to screen reader users 3 | ({ 4 | iframeEditTitle: 'szerkesztési terület', // primary title for editable IFRAME, for screen readers when focus is in the editing area 5 | iframeFocusTitle: 'szerkesztési terület keret' // secondary title for editable IFRAME when focus is on outer container 6 | // to let user know that focus has moved out of editing area and to the 7 | // parent element of the editing area 8 | }) 9 | ); 10 | --------------------------------------------------------------------------------