Ribbon Dependencies
28 Feb 20171 minute to read
ej.web.all.js is a bundle of all ASP.NET MVC controls. When you use ej.web.all.js in your application, you can leave this section or else you can try to render Ribbon in your application by using ej.ribbon file. You can refer to the following frameworks and controls in your project.
Ribbon Dependency
Files | Description/Usage |
---|---|
ej.core.min.js |
Must always be referred to before using all the ASP.NET MVC controls. |
ej.data.min.js |
Used to handle data manger operation and should be used while binding data to ASP.NET MVC controls. |
ej.globalize.min.js | Must be referred to localize any of the JS control's text and content. |
ej.ribbon.min.js |
Should be referred when using Ribbon control. |
ej.waitingpopup.min.js |
This file is used to render waiting popup when on-demand functionality is enabled in Ribbon control. |
ej.menu.min.js | This file is used to render menu in the application tab. |
ej.scroller.min.js |
This file is used to render scroller in the Ribbon control. |
ej.checkbox.min.js |
This file is used to render checkboxes in the Ribbon control. |
ej.tab.min.js |
This file is used to render tabs into the Ribbon control. |
ej.dropdownlist.min.js | These files are used to render button,split button,toggle button, and dropdown list controls in the ribbon groups. |
ej.splitbutton.min.js | |
ej.button.min.js | |
ej.togglebutton.min.js |