1
0
mirror of synced 2025-02-04 14:19:23 +03:00

Fix typos

This commit is contained in:
FND 2014-09-10 18:21:49 +02:00 committed by FND
parent d1b5ee50d4
commit 37c9f7fcf8

View File

@ -1126,8 +1126,8 @@ $(document).ready(function () {
<dt>off</dt><dd>No width attribute will be set. Keep in mind that the container div copies classes from the source element so setting the width attribute may not always be necessary.</dd> <dt>off</dt><dd>No width attribute will be set. Keep in mind that the container div copies classes from the source element so setting the width attribute may not always be necessary.</dd>
<dt>element</dt><dd>Uses javascript to calculate the width of the source element.</dd> <dt>element</dt><dd>Uses javascript to calculate the width of the source element.</dd>
<dt>copy</dt><dd>Copies the value of the width style attribute set on the source element.</dd> <dt>copy</dt><dd>Copies the value of the width style attribute set on the source element.</dd>
<dt>resolve</dt><dd>First attempts to <u>copy</u> than falls back on <u>element</u>.</dd> <dt>resolve</dt><dd>First attempts to <u>copy</u> then falls back on <u>element</u>.</dd>
<dt>other values</dt><dd>if the width attribute contains a function it will be evaluated, otherwise the value is used verbatim.</dd> <dt>other values</dt><dd>If the width attribute contains a function it will be evaluated, otherwise the value is used verbatim.</dd>
</dl> </dl>
</td></tr> </td></tr>
<tr><td>minimumInputLength</td><td>int</td><td>Number of characters necessary to start a search.</td></tr> <tr><td>minimumInputLength</td><td>int</td><td>Number of characters necessary to start a search.</td></tr>