Skip to content

Commit e9eca35

Browse files
author
pipeline
committed
bug(EJ2-2723): Update the input sample description.
1 parent 14f87c7 commit e9eca35

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/textboxes/default.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157

158158
<div id="description">
159159
<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.
161161
</p>
162162
<br>
163163
<table style="width:100%">
@@ -190,43 +190,43 @@
190190
</td>
191191
</tr>
192192
<tr>
193-
<td>Default Textbox</td>
193+
<td>Default TextBox </td>
194194
<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
196196
parent element with <b>e-input-group</b> class added.
197197
</div>
198198
</td>
199199
</tr>
200200
<tr>
201-
<td>RTL Textbox</td>
201+
<td>RTL TextBox </td>
202202
<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
204204
group in RTL mode , class list will be like <b>e-input-group e-rtl</b>.</div>
205205
</td>
206206
</tr>
207207
<tr>
208-
<td>Disabled Textbox</td>
208+
<td>Disabled TextBox </td>
209209
<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>
211211
</td>
212212
</tr>
213213
<tr>
214-
<td>Readonly Textbox</td>
214+
<td>Readonly TextBox </td>
215215
<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>
217217
</td>
218218
</tr>
219219
<tr>
220220
<td>Validation states</td>
221221
<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
223223
to the input element such as <b>e-success</b>, <b>e-warning</b>, <b>e-error</b>.</div>
224224
</td>
225225
</tr>
226226
<tr>
227227
<td>Sizing</td>
228228
<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
230230
size considered.</div>
231231
</td>
232232
</tr>

0 commit comments

Comments
 (0)