Dependency files
29 Nov 20161 minute to read
This section deals with the dependency files for all Textbox control. The file ej.mobile.all.min.js is a mass collection of Mobile Controls. When you are using this file, skip this section, else refer to the following script files to render all the Textbox controls.
List of 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 always 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 manger operation. |
ej.touch.min.js | It is referred for touch events supports. |
ej.mobile.textbox.min.js | It is referred to handle all the properties, events, and methods of Textbox. |
The Textbox package contains the following controls.
-
Textbox - Textbox accept both numeric values and other text key values.
-
Password Textbox - Password fields are similar to text fields. The difference is that, the entered password into the password field shows up as dots on the screen in hidden state
-
Text Area - The HTML <textarea> element represents a multi-line plain-text editing control.
-
Mask Edit Textbox - The Masked Edit control provides restricted data input as well as formatted data output. It generally behaves as a standard text box control with enhancements for optional masked input and formatted output. When you do not use an input mask, the Masked Edit control behaves much like a standard text box.