Commit 368f2bf1 authored by Sergey Vychegzhanin's avatar Sergey Vychegzhanin

Small tab/space issue

parent 9e81cc45
...@@ -629,12 +629,12 @@ ...@@ -629,12 +629,12 @@
</pre> </pre>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>onChange</code></td> <td><code>onChange</code></td>
<td> <td>
This event handler is triggered when the selected options are changed. This event handler is triggered when the selected options are changed.
</td> </td>
<td> <td>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;script type=&quot;text/javascript&quot;&gt; &lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() { $(document).ready(function() {
...@@ -646,14 +646,14 @@ ...@@ -646,14 +646,14 @@
}); });
&lt;/script&gt; &lt;/script&gt;
</pre> </pre>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>onDropdownShow</code></td> <td><code>onDropdownShow</code></td>
<td> <td>
This event handler is triggered when the dropdown are shown. This event handler is triggered when the dropdown are shown.
</td> </td>
<td> <td>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;script type=&quot;text/javascript&quot;&gt; &lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() { $(document).ready(function() {
...@@ -665,14 +665,14 @@ ...@@ -665,14 +665,14 @@
}); });
&lt;/script&gt; &lt;/script&gt;
</pre> </pre>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>onDropdownHide</code></td> <td><code>onDropdownHide</code></td>
<td> <td>
This event handler is triggered when the dropdown are hidden. This event handler is triggered when the dropdown are hidden.
</td> </td>
<td> <td>
<pre class="prettyprint linenums"> <pre class="prettyprint linenums">
&lt;script type=&quot;text/javascript&quot;&gt; &lt;script type=&quot;text/javascript&quot;&gt;
$(document).ready(function() { $(document).ready(function() {
...@@ -684,8 +684,8 @@ ...@@ -684,8 +684,8 @@
}); });
&lt;/script&gt; &lt;/script&gt;
</pre> </pre>
</td> </td>
</tr> </tr>
<tr> <tr>
<td><code>maxHeight</code></td> <td><code>maxHeight</code></td>
<td> <td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment