@@ -9,17 +9,17 @@ <h1>DateTimeType Field<a class="headerlink" href="#datetimetype-field" title="Pe
9
9
10
10
< p > This field type allows the user to modify data that represents a specific
11
11
date and time (e.g. < code > 1984-06-05 12:15:30</ code > ).</ p >
12
- < table class =" docutils " border =" 1 " >
13
- < tbody valign =" top " >
14
- < tr class =" row-odd " >
12
+ < table >
13
+ < tbody >
14
+ < tr >
15
15
< td > Underlying Data Type</ td >
16
16
< td > can be < code > DateTime</ code > , string, timestamp, or array (see the < code > input</ code > option)</ td >
17
17
</ tr >
18
- < tr class =" row-even " >
18
+ < tr >
19
19
< td > Rendered as</ td >
20
20
< td > single text box or three select fields</ td >
21
21
</ tr >
22
- < tr class =" row-odd " >
22
+ < tr >
23
23
< td > Options</ td >
24
24
< td >
25
25
< ul >
@@ -30,7 +30,7 @@ <h1>DateTimeType Field<a class="headerlink" href="#datetimetype-field" title="Pe
30
30
</ ul >
31
31
</ td >
32
32
</ tr >
33
- < tr class =" row-even " >
33
+ < tr >
34
34
< td > Overridden options</ td >
35
35
< td >
36
36
< ul >
@@ -39,15 +39,15 @@ <h1>DateTimeType Field<a class="headerlink" href="#datetimetype-field" title="Pe
39
39
</ ul >
40
40
</ td >
41
41
</ tr >
42
- < tr class =" row-odd " >
42
+ < tr >
43
43
< td > Parent type</ td >
44
44
< td > < a href ="form/form_type.html " class ="reference internal "> FormType</ a > </ td >
45
45
</ tr >
46
- < tr class =" row-even " >
46
+ < tr >
47
47
< td > Class</ td >
48
48
< td > < a href ="https://api.symfony.com/4.0/Symfony/Component/Form/Extension/Core/Type/DateTimeType.html " class ="reference external " title ="Symfony\Component\Form\Extension\Core\Type\DateTimeType "> DateTimeType</ a > </ td >
49
49
</ tr >
50
- < tr class =" row-odd " >
50
+ < tr >
51
51
< td > Ref</ td >
52
52
< td > < a href ="index.html#reference-forms-type-date-format " class ="reference internal "> Some Test Docs!</ a >
53
53
< a href ="form/form_type.html#internal-reference " class ="reference internal "> Test reference</ a > </ td >
@@ -323,21 +323,21 @@ <h3>error_bubbling<a class="headerlink" href="#error-bubbling" title="Permalink
323
323
324
324
< div class ="section " id ="field-variables ">
325
325
< h2 > Field Variables< a class ="headerlink " href ="#field-variables " title ="Permalink to this headline "> ¶</ a > </ h2 >
326
- < table class =" docutils " border =" 1 " >
327
- < thead valign =" bottom " >
328
- < tr class =" row-odd " >
329
- < th class =" head " > Variable</ th >
330
- < th class =" head " > Type</ th >
331
- < th class =" head " > Usage</ th >
326
+ < table >
327
+ < thead >
328
+ < tr >
329
+ < th > Variable</ th >
330
+ < th > Type</ th >
331
+ < th > Usage</ th >
332
332
</ tr >
333
333
</ thead >
334
- < tbody valign =" top " >
335
- < tr class =" row-even " >
334
+ < tbody >
335
+ < tr >
336
336
< td > widget</ td >
337
337
< td > < code > mixed</ code > </ td >
338
338
< td > The value of the < code > widget</ code > option</ td >
339
339
</ tr >
340
- < tr class =" row-odd " >
340
+ < tr >
341
341
< td > type</ td >
342
342
< td > < code > string</ code > </ td >
343
343
< td > Multiple lines of text here, to show
0 commit comments