145
145
</ div >
146
146
</ div >
147
147
< div id ="description ">
148
+ < div class ="description-header "> Description</ div >
148
149
< p >
149
- FormValidator can be used to validate form input elements with the required validation rules.
150
+ Form Validator can be used to validate the form input elements with the required validation rules.
150
151
</ p >
151
152
< br >
152
153
< p >
153
- The above form is configured with following rules and also we have given example valid values for each field.
154
+ The above form is configured with the following rules and also, we have given the examples of valid values for each field.
154
155
</ p >
155
156
< table style ="width:100% ">
156
157
< tr >
160
161
</ tr >
161
162
< tr >
162
163
< td > Required</ td >
163
- < td > The field must have any value</ td >
164
+ < td > The field must have any value. </ td >
164
165
< td > value</ td >
165
166
</ tr >
166
167
< tr >
167
168
< td > Email</ td >
168
- < td > The input must have email format</ td >
169
- < td > test @syncfusion.com</ td >
169
+ < td > The input must have email format. </ td >
170
+ < td > info @syncfusion.com</ td >
170
171
</ tr >
171
172
< tr >
172
173
< td > URL</ td >
173
- < td > The input must have URL format</ td >
174
- < td > https://www.google.co.in /</ td >
174
+ < td > The input must have URL format. </ td >
175
+ < td > https://www.syncfusion.com /</ td >
175
176
</ tr >
176
177
< tr >
177
178
< td > Date</ td >
178
- < td > The input must have javascript date format</ td >
179
+ < td > The input must have JavaScript date format. </ td >
179
180
< td > 04/13/2017</ td >
180
181
</ tr >
181
182
< tr >
182
183
< td > Date ISO</ td >
183
- < td > The input must have date ISO format</ td >
184
+ < td > The input must have date ISO format. </ td >
184
185
< td > 2017-04-13</ td >
185
186
</ tr >
186
187
< tr >
190
191
</ tr >
191
192
< tr >
192
193
< td > Digits</ td >
193
- < td > The input must have digit format</ td >
194
+ < td > The input must have digit format. </ td >
194
195
< td > 1</ td >
195
196
</ tr >
196
197
< tr >
197
198
< td > Max Length</ td >
198
- < td > The input value must have less than 5 characters length</ td >
199
- < td > test </ td >
199
+ < td > The input value must have less than 5 characters length. </ td >
200
+ < td > world </ td >
200
201
</ tr >
201
202
< tr >
202
203
< td > Min Length</ td >
203
- < td > The input value must have more than 5 characters length</ td >
204
- < td > testing </ td >
204
+ < td > The input value must have more than 5 characters length. </ td >
205
+ < td > syncfusion </ td >
205
206
</ tr >
206
207
< tr >
207
208
< td > Range Length</ td >
208
- < td > The input must have number value from 5 to 10 characters length</ td >
209
- < td > testing </ td >
209
+ < td > The input must have number value from 5 to 10 characters length. </ td >
210
+ < td > syncfusion </ td >
210
211
</ tr >
211
212
< tr >
212
213
< td > Max</ td >
213
- < td > The input must have number value less than or equal to 5</ td >
214
+ < td > The input must have number value less than or equal to 5. </ td >
214
215
< td > 4</ td >
215
216
</ tr >
216
217
< tr >
217
218
< td > Min</ td >
218
- < td > The input must have number value greater than or equal to 5</ td >
219
+ < td > The input must have number value greater than or equal to 5. </ td >
219
220
< td > 6</ td >
220
221
</ tr >
221
222
< tr >
222
223
< td > Regex</ td >
223
- < td > You can use regex to validate the input. The input must be alphabets</ td >
224
- < td > abc </ td >
224
+ < td > You can use regex to validate the input. The input must be alphabets only. </ td >
225
+ < td > contact </ td >
225
226
</ tr >
226
227
</ table >
227
228
< br >
228
229
< p >
229
- You can enter the above values in the corresponding input elements and click the subit button to validate the form. The reset
230
- button can wipe out all the input values in the form.
230
+ You can enter the above values in the corresponding input elements and click the submit button to validate the form. The
231
+ reset button can wipe out all the input values in the form.
231
232
</ p >
232
- </ div >
233
+ </ div >
234
+
235
+ < style >
236
+ .e-error ,
237
+ .e-float-text {
238
+ font-weight : 500 ;
239
+ }
240
+
241
+ table ,
242
+ td ,
243
+ th {
244
+ padding : 5px ;
245
+ }
246
+
247
+ .form-horizontal .form-group {
248
+ margin-left : 0px ;
249
+ margin-right : 0px ;
250
+ }
251
+ </ style >
0 commit comments