Dependency files
23 Dec 20161 minute to read
This section deals with the dependency files for the Numeric Textbox control. The file, ej.mobile.all.min.js, is a mass collection of Mobile Controls. When you are using this file, you can skip this section. When you are not, you can refer to the following script files to render the NumericTextbox control.
Script Files
Files | Description/Usage |
---|---|
ej.mobile.application.min.js | It is referred to handle Mobile view port specifications. |
ej.core.min.js | It is always referred before using 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 features in the Mobile controls that is used to handle data manager operations. |
ej.touch.min.js | It is referred for touch events support. |
ej.mobile.editor.min.js | It is used to handle the textbox control and while rendering the textbox control. |