Can anybody please let me know , in what dojo related js file i can find the HTML based componnets like checkbox , --etc
Because when i used a normal dojo.js file and tried to use dojo.require("dijit.form.DateTextBox"); with the combination of a input text , it showed me a compilation error , saying it cannot find the related js file required for the ("dijit.form.DateTextBox") Componet .