Dependencies
27 Dec 20161 minute to read
This section deals with the dependency files for SplitPane control. The file ej.mobile.all.min.js is a mass collection of Mobile Controls. When this file is used, you can skip this section. Otherwise, refer to the following script files to render the SplitPane control.
Script files
File | Description/Usage |
---|---|
ej.mobile.application.min.js | It is referred to handle Mobile view port specifications. |
ej.core.min.js | It is referred before using all the Mobile controls. |
ej.unobtrusive.min.js | It is referred to render the Mobile control in Unobtrusive way. |
ej.mobile.core.min.js | It is referred to handle Mobile device specifications. |
ej.data.min.js | It is referred while using data binding feature in Mobile controls that is used to handle data manager operation. |
ej.touch.min.js | It is referred for touch events support. |
ej.mobile.splitpane.min.js | It is referred to handle the SplitPane control that holds all the properties, events, and methods. |
ej.mobile.scrollpanel.min.js ej.mobile.scrollbar.min.js | It is referred to handle scrollpanel related configuration, while rendering SplitPane control. |
ej.mobile.toolbar.min.js | It is referred to handle toolbar related configuration, while rendering SplitPane control. |
ej.mobile.menu.min.js | It is referred to handle menu related configuration, while rendering SplitPane control. |
ej.mobile.header.min.js | It is referred to handle header related configuration, while rendering SplitPane control. |
ej.mobile.button.min.js | It is referred to handle button related configuration rendered in header, while rendering SplitPane control. |
ej.mobile.listview.min.js | It is referred to handle ListView related configuration, while rendering SplitPane control. |