|
|
@ -402,7 +402,7 @@ var options = { |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>height</td> |
|
|
|
<td>String</td> |
|
|
|
<td>Number | String</td> |
|
|
|
<td>none</td> |
|
|
|
<td>The height of the timeline in pixels or as a percentage. |
|
|
|
When height is undefined or null, the height of the timeline is automatically |
|
|
@ -438,10 +438,9 @@ var options = { |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>maxHeight</td> |
|
|
|
<td>Number</td> |
|
|
|
<td>Number | String</td> |
|
|
|
<td>none</td> |
|
|
|
<td>Specifies a maximum height for the Timeline in pixels. |
|
|
|
</td> |
|
|
|
<td>Specifies the maximum height for the Timeline. Can be a number in pixels or a string like "300px".</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
@ -453,6 +452,13 @@ var options = { |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>minHeight</td> |
|
|
|
<td>Number | String</td> |
|
|
|
<td>none</td> |
|
|
|
<td>Specifies the minimum height for the Timeline. Can be a number in pixels or a string like "300px".</td> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<tr> |
|
|
|
<td>onAdd</td> |
|
|
|
<td>Function</td> |
|
|
|