Download sijit Free Java Code

Description

A collection of extensions for dojo and dijit javascript framework.

Icons

sijit

Source Files

The download file sijit-master.zip has the following entries.


.travis.yml/*  w w  w .j a va 2 s.  c o  m*/
.travis/composer.json
.travis/server.js
AuthenticationModule/AuthenticationController.js
AuthenticationModule/Exception/LoginFailedException.js
AuthenticationModule/Store/PerRequestJsonRest.js
AuthenticationModule/Template/Login.html
AuthenticationModule/View/Login.js
AuthenticationModule/config.js
Build/Plugin/baseUrl.js
Build/Plugin/configReady.js
Build/Plugin/extractMidsFromConfig.js
Build/Plugin/get.js
Build/Plugin/getModuleManager.js
Build/Plugin/proxy.js
Build/Plugin/startedRouter.js
Build/Plugin/text.js
Build/buildconfig.js
Build/buildless.sh
Build/preprocess.js
Build/profile/.gitignore
Build/profile/example.profile.js
ConfigManager/configManager.js
ConfigManager/configReady.js
Dnd/Moveable.js
Dnd/Sortable.js
ExceptionModule/Base.js
ExceptionModule/ExceptionController.js
ExceptionModule/InvalidType.js
ExceptionModule/ServerLogFailed.js
ExceptionModule/Template/Exception.html
ExceptionModule/View.js
ExceptionModule/config.js
ExceptionModule/severity.js
ExceptionModule/throwEx.js
Filter/Base.js
Filter/Currency.js
Filter/Group.js
Filter/HexColor.js
Filter/Lowercase.js
Filter/Propercase.js
Filter/Trim.js
Filter/Uppercase.js
Filter/config.js
Filter/factory.js
Form/Captcha.js
Form/CheckBox.js
Form/ColorPicker.js
Form/CreditCardExpiry.js
Form/CurrencyTextBox.js
Form/DateTextBox.js
Form/Dropdown.js
Form/ExpandingTextarea.js
Form/HexColor.js
Form/NumberTextBox.js
Form/PasswordTextBox.js
Form/RadioButton.js
Form/Select.js
Form/Template/Captcha.html
Form/Template/CheckBox.html
Form/Template/ColorPicker.html
Form/Template/CreditCardExpiry.html
Form/Template/Dropdown.html
Form/Template/PasswordTextBox.html
Form/Template/RadioButton.html
Form/Template/Select.html
Form/Template/TextBox.html
Form/Template/Textarea.html
Form/Template/Toggle.html
Form/TextBox.js
Form/Textarea.js
Form/Toggle.js
Form/Typeahead.js
Form/ValidationControlGroup.js
Form/ValidationExpandingTextarea.js
Form/ValidationTextBox.js
Form/ValidationTextarea.js
Form/ValidationTypeahead.js
Form/_AppendageMixin.js
Form/_DropdownMixin.js
Form/_FilterMixin.js
Form/_FormMixin.js
Form/_HelpMessagesMixin.js
Form/_LabelMixin.js
Form/_MessagesMixin.js
Form/_NumberTextBoxMixin.js
Form/_OptionsMixin.js
Form/_RequiredStarMixin.js
Form/_SelectMixin.js
Form/_TextBoxMixin.js
Form/_ToggleMixin.js
Form/_TypeaheadMixin.js
Form/_ValidationMessagesMixin.js
Form/_ValidationMixin.js
Form/config.js
IdentityModule/DataModel/ForgotCredentialToken.js
IdentityModule/DataModel/ForgotCredentialToken/JsonRest.js
IdentityModule/DataModel/Identity.js
IdentityModule/DataModel/Identity/Credential/Input.js
IdentityModule/DataModel/Identity/Credential/Validator.js
IdentityModule/DataModel/Identity/Email/Input.js
IdentityModule/DataModel/Identity/Email/Validator.js
IdentityModule/DataModel/Identity/Firstname/Input.js
IdentityModule/DataModel/Identity/Firstname/Validator.js
IdentityModule/DataModel/Identity/IdentityName/Input.js
IdentityModule/DataModel/Identity/IdentityName/Validator.js
IdentityModule/DataModel/Identity/JsonRest.js
IdentityModule/DataModel/Identity/Lastname/Input.js
IdentityModule/DataModel/Identity/Lastname/Validator.js
IdentityModule/DataModel/Identity/ModelValidator.js
IdentityModule/DataModel/Identity/Roles/Validator.js
IdentityModule/DataModel/Profile/Firstname/Input.js
IdentityModule/DataModel/Profile/Firstname/Validator.js
IdentityModule/DataModel/Profile/Lastname/Input.js
IdentityModule/DataModel/Profile/Lastname/Validator.js
IdentityModule/Exception/InvalidArgument.js
IdentityModule/IdentityController.js
IdentityModule/Validator/CredentialMatch.js
IdentityModule/Validator/ForgotCredentialCreateToken.js
IdentityModule/Validator/IdentityNameAvailable.js
IdentityModule/View/CreateIdentity.js
IdentityModule/View/ForgotCredentialCreateToken.js
IdentityModule/View/ForgotCredentialUpdateToken.js
IdentityModule/View/Template/CreateIdentity.html
IdentityModule/View/Template/ForgotCredentialCreateToken.html
IdentityModule/View/Template/ForgotCredentialUpdateToken.html
IdentityModule/config.js
LICENSE
ModuleManager/ModuleManager.js
ModuleManager/ModuleManagerAwareMixin.js
ModuleManager/Proxy.js
ModuleManager/Shared/get.js
ModuleManager/Shared/getModuleManager.js
ModuleManager/Shared/proxy.js
Mongo/Exception/MongoConnectionException.js
Mongo/config.js
Mvc/BaseModel.js
Mvc/BaseView.js
Mvc/JsonRest.js
README.md
Router/DoNothingController.js
Router/Exception/RouteNotFoundException.js
Router/baseUrl.js
Router/config.js
Router/router.js
Router/startedRouter.js
Sds.profile.js
Status.js
Store/JsonRest.js
Store/config.js
Store/storeManager.js
SubscribeMixin.js
Test/Asset/MockSubscribeObject.js
Test/AuthenticationModule/Asset/MockAuthenticationStore.js
Test/AuthenticationModule/Asset/MockLoginView.js
Test/AuthenticationModule/Asset/config.js
Test/AuthenticationModule/Functional/TestLoginView.html
Test/AuthenticationModule/Functional/TestZf2Inegration.html
Test/AuthenticationModule/Module.js
Test/AuthenticationModule/TestAuthenticationController.html
Test/AuthenticationModule/TestAuthenticationController.js
Test/AuthenticationModule/runTests.html
Test/ConfigManager/Asset/Config1.js
Test/ConfigManager/Asset/Config2.js
Test/ConfigManager/Asset/Config3.js
Test/ConfigManager/Module.js
Test/ConfigManager/TestConfigManager.html
Test/ConfigManager/TestConfigManager.js
Test/ConfigManager/runTests.html
Test/Dnd/Functional/TestSortable.html
Test/ExceptionModule/Asset/TestException.js
Test/ExceptionModule/Asset/config.js
Test/ExceptionModule/Functional/TestExceptionModule.html
Test/Filter/Asset/DeferredFilter.js
Test/Filter/Module.js
Test/Filter/TestBase.js
Test/Filter/TestCurrency.js
Test/Filter/TestFactory.html
Test/Filter/TestFactory.js
Test/Filter/TestGroup.html
Test/Filter/TestGroup.js
Test/Filter/TestLowercase.js
Test/Filter/TestPropercase.js
Test/Filter/TestTrim.js
Test/Filter/TestUppercase.js
Test/Filter/runTests.html
Test/Form/Asset/MultiFieldValidator.js
Test/Form/Functional/TestCaptcha.html
Test/Form/Functional/TestCheckBox.html
Test/Form/Functional/TestColorPicker.html
Test/Form/Functional/TestCreditCardExpiry.html
Test/Form/Functional/TestCurrencyTextBox.html
Test/Form/Functional/TestDateTextbox.html
Test/Form/Functional/TestDropdown.html
Test/Form/Functional/TestHexColor.html
Test/Form/Functional/TestNumberTextBox.html
Test/Form/Functional/TestPasswordTextbox.html
Test/Form/Functional/TestRadioButton.html
Test/Form/Functional/TestSelect.html
Test/Form/Functional/TestTextareas.html
Test/Form/Functional/TestTextbox.html
Test/Form/Functional/TestTextboxAppendage.html
Test/Form/Functional/TestToggle.html
Test/Form/Functional/TestTypeahead.html
Test/Form/Functional/TestValidationControlGroup.html
Test/Form/Functional/TestValidationTextbox.html
Test/IdentityModule/Asset/MockView.js
Test/IdentityModule/Asset/config.js
Test/IdentityModule/Functional/View/Asset/MockIdentityStore.js
Test/IdentityModule/Functional/View/TestCreateIdentity.html
Test/IdentityModule/Functional/View/TestForgotCredentialCreateToken.html
Test/IdentityModule/Functional/View/TestForgotCredentialUpdateToken.html
Test/IdentityModule/Module.js
Test/IdentityModule/TestIdentityController.html
Test/IdentityModule/TestIdentityController.js
Test/IdentityModule/Validator/Module.js
Test/IdentityModule/Validator/TestCredentialMatch.js
Test/IdentityModule/Validator/TestForgotCredentialCreateToken.js
Test/IdentityModule/Validator/TestIdentityNameAvailable.html
Test/IdentityModule/Validator/TestIdentityNameAvailable.js
Test/IdentityModule/Validator/runTests.html
Test/IdentityModule/runTests.html
Test/Module.js
Test/ModuleManager/Asset/Lion.js
Test/ModuleManager/Asset/Meerkat.js
Test/ModuleManager/Asset/Penguin.js
Test/ModuleManager/Asset/Tiger.js
Test/ModuleManager/Asset/Zoo.js
Test/ModuleManager/Asset/config.js
Test/ModuleManager/Asset/foods.js
Test/ModuleManager/Module.js
Test/ModuleManager/Shared/Module.js
Test/ModuleManager/Shared/TestGet.html
Test/ModuleManager/Shared/TestGet.js
Test/ModuleManager/Shared/TestGetModuleManager.html
Test/ModuleManager/Shared/TestGetModuleManager.js
Test/ModuleManager/Shared/TestProxy.html
Test/ModuleManager/Shared/TestProxy.js
Test/ModuleManager/Shared/runTests.html
Test/ModuleManager/TestModuleManager.html
Test/ModuleManager/TestModuleManager.js
Test/ModuleManager/runTests.html
Test/Mvc/Asset/JsonRestStore.js
Test/Mvc/Asset/Simple.js
Test/Mvc/Module.js
Test/Mvc/TestBaseModel.html
Test/Mvc/TestBaseModel.js
Test/Mvc/TestJsonRest.html
Test/Mvc/TestJsonRest.js
Test/Mvc/runTests.html
Test/Router/Asset/TestController.js
Test/Router/Asset/config.js
Test/Router/Functional/TestRouter.html
Test/Store/Module.js
Test/Store/TestStoreManager.html
Test/Store/TestStoreManager.js
Test/Store/runTests.html
Test/TestSubscribeMixin.js
Test/TestUtils.js
Test/Validator/Asset/DeferredValidator.js
Test/Validator/Module.js
Test/Validator/TestAlpha.js
Test/Validator/TestBase.js
Test/Validator/TestCredential.js
Test/Validator/TestCreditCard.js
Test/Validator/TestCreditCardExpiry.html
Test/Validator/TestCreditCardExpiry.js
Test/Validator/TestCurrency.js
Test/Validator/TestCvv.js
Test/Validator/TestDatatype.html
Test/Validator/TestDatatype.js
Test/Validator/TestDateInequality.js
Test/Validator/TestEmailAddress.js
Test/Validator/TestFactory.html
Test/Validator/TestFactory.js
Test/Validator/TestGroup.html
Test/Validator/TestGroup.js
Test/Validator/TestHexColor.js
Test/Validator/TestIdentifier.js
Test/Validator/TestIdentifierArray.js
Test/Validator/TestInequality.js
Test/Validator/TestLength.js
Test/Validator/TestModel.html
Test/Validator/TestModel.js
Test/Validator/TestRequired.html
Test/Validator/TestRequired.js
Test/Validator/runTests.html
Test/Widget/Functional/TestAccordion.html
Test/Widget/Functional/TestButton.html
Test/Widget/Functional/TestDialog.html
Test/Widget/Functional/TestDropdown.html
Test/Widget/Functional/TestTooltip.html
Test/config.js
Test/runTests.html
Test/testconfig.js
Validator/Alpha.js
Validator/Base.js
Validator/Credential.js
Validator/CreditCard.js
Validator/CreditCardExpiry.js
Validator/Currency.js
Validator/Cvv.js
Validator/Datatype.js
Validator/DateInequality.js
Validator/EmailAddress.js
Validator/Group.js
Validator/HexColor.js
Validator/Identifier.js
Validator/IdentifierArray.js
Validator/IdentifierChars.js
Validator/Inequality.js
Validator/Length.js
Validator/Model.js
Validator/NotRequired.js
Validator/PersonalName.js
Validator/Required.js
Validator/config.js
Validator/factory.js
Widget/Accordion.js
Widget/AccordionItem.js
Widget/Button.js
Widget/Dialog.js
Widget/Dropdown.js
Widget/Template/Accordion.html
Widget/Template/AccordionItem.html
Widget/Template/Button.html
Widget/Template/Dialog.html
Widget/Template/Dropdown.html
Widget/Template/Tooltip.html
Widget/Tooltip.js
Widget/_DialogMixin.js
Widget/_WidgetsInTemplateMixin.js
composer.json
is.js
nls/identityModule.js
nls/routerMessages.js
nls/validatorMessages.js
package.json
phpunit.xml.dist
selenium/Sds/Test/AbstractDOHTest.php
selenium/Sds/Test/AbstractWebDriverTest.php
selenium/Sds/Test/DOHTest.php
selenium/bootstrap.php
themes/bootstrap/css/bootstrap-responsive.css
themes/bootstrap/css/bootstrap-responsive.min.css
themes/bootstrap/css/bootstrap.css
themes/bootstrap/css/bootstrap.min.css
themes/bootstrap/img/colorpicker/box.png
themes/bootstrap/img/colorpicker/boxHandle.png
themes/bootstrap/img/colorpicker/hue.png
themes/bootstrap/img/colorpicker/hueHandle.png
themes/bootstrap/img/colorpicker/hueHandleA11y.png
themes/bootstrap/img/glyphicons-halflings-white.png
themes/bootstrap/img/glyphicons-halflings.png
themes/bootstrap/less/bootstrap.less
themes/bootstrap/less/colorpicker.less
themes/bootstrap/less/dialog.less
themes/bootstrap/less/variables.less
utils.js

Download

Click the following link to download sijit-master.zip.

sijit-master.zip




















Home »
  Javascript Free Code Download »
    Library »




AngularJS
Backbone.JS
CommonJS
Datejs
Dojo
EmberJS
ExtJs
Framework
Library
MooTools
RequireJS
Sencha
Yui