|
157 | 157 |
|
158 | 158 | <div id="description">
|
159 | 159 | <p>
|
160 |
| - A text box is an input element that allows to get input from the user. It allows the user either to edit or display the input values. |
| 160 | + A TextBoxes are an input element that allows to get input from the user. It allows the user either to edit or display the input values. |
161 | 161 | </p>
|
162 | 162 | <br>
|
163 | 163 | <table style="width:100%">
|
|
190 | 190 | </td>
|
191 | 191 | </tr>
|
192 | 192 | <tr>
|
193 |
| - <td>Default Textbox</td> |
| 193 | + <td>Default TextBox </td> |
194 | 194 | <td>
|
195 |
| - <div style="padding-bottom: 10px"> You can render text box by adding class as <b>e-input</b>.You can also render textbox as group by adding |
| 195 | + <div style="padding-bottom: 10px"> You can render textbox by adding class as <b>e-input</b>.You can also render textbox as group by adding |
196 | 196 | parent element with <b>e-input-group</b> class added.
|
197 | 197 | </div>
|
198 | 198 | </td>
|
199 | 199 | </tr>
|
200 | 200 | <tr>
|
201 |
| - <td>RTL Textbox</td> |
| 201 | + <td>RTL TextBox </td> |
202 | 202 | <td>
|
203 |
| - <div style="padding-bottom: 10px">Set <b>e-input</b> and <b>e-rtl</b> classes to render text box in right to left direction. For rendering |
| 203 | + <div style="padding-bottom: 10px">Set <b>e-input</b> and <b>e-rtl</b> classes to render textbox in right to left direction. For rendering |
204 | 204 | group in RTL mode , class list will be like <b>e-input-group e-rtl</b>.</div>
|
205 | 205 | </td>
|
206 | 206 | </tr>
|
207 | 207 | <tr>
|
208 |
| - <td>Disabled Textbox</td> |
| 208 | + <td>Disabled TextBox </td> |
209 | 209 | <td>
|
210 |
| - <div style="padding-bottom: 10px">You set html disabled attribute to text box. For parent group element , you can disable it by adding <b>e-disabled</b> class.</div> |
| 210 | + <div style="padding-bottom: 10px">You set html disabled attribute to textbox. For parent group element , you can disable it by adding <b>e-disabled</b> class.</div> |
211 | 211 | </td>
|
212 | 212 | </tr>
|
213 | 213 | <tr>
|
214 |
| - <td>Readonly Textbox</td> |
| 214 | + <td>Readonly TextBox </td> |
215 | 215 | <td>
|
216 |
| - <div style="padding-bottom: 10px">You set html readonly attribute to text box.</div> |
| 216 | + <div style="padding-bottom: 10px">You set html readonly attribute to textbox.</div> |
217 | 217 | </td>
|
218 | 218 | </tr>
|
219 | 219 | <tr>
|
220 | 220 | <td>Validation states</td>
|
221 | 221 | <td>
|
222 |
| - <div style="padding-bottom: 10px">You can apply validation states success, warning, error to the text box with the corresponding classes added |
| 222 | + <div style="padding-bottom: 10px">You can apply validation states success, warning, error to the textbox with the corresponding classes added |
223 | 223 | to the input element such as <b>e-success</b>, <b>e-warning</b>, <b>e-error</b>.</div>
|
224 | 224 | </td>
|
225 | 225 | </tr>
|
226 | 226 | <tr>
|
227 | 227 | <td>Sizing</td>
|
228 | 228 | <td>
|
229 |
| - <div style="padding-bottom: 10px">You can render small sizing text box by adding <b>e-small</b> class to the input element. By default normal |
| 229 | + <div style="padding-bottom: 10px">You can render small sizing textbox by adding <b>e-small</b> class to the input element. By default normal |
230 | 230 | size considered.</div>
|
231 | 231 | </td>
|
232 | 232 | </tr>
|
|
0 commit comments