ソースを参照

Fix typo of event docs.

zhixin 10 年 前
コミット
1ad21ccfe4

+ 0 - 2
docs/_i18n/es/documentation/events.md

@@ -198,5 +198,3 @@
     </tr>
     </tbody>
 </table>
-    </tbody>
-</table>

+ 0 - 45
docs/_i18n/zh-cn/documentation/events.md

@@ -107,49 +107,6 @@
         Fires when user check all rows, the parameters contains: <br>
         rows: array of records corresponding to newly checked rows.
         </td>
-        Fires when user double click a cell, the parameters contains: <br>
-        field: the field name corresponding to the clicked cell<br>
-        value: the data value corresponding to the clicked cell<br>
-        row: the record corresponding to the clicked row, <br>
-        $element: the td element.
-        </td>
-    </tr>
-    <tr>
-        <td>onSort</td>
-        <td>sort.bs.table</td>
-        <td>name, order</td>
-        <td>
-        Fires when user sort a column, the parameters contains: <br>
-        name: the sort column field name<br>
-        order: the sort column order.
-        </td>
-    </tr>
-    <tr>
-        <td>onCheck</td>
-        <td>check.bs.table</td>
-        <td>row</td>
-        <td>
-        Fires when user check a row, the parameters contains: <br>
-        row: the record corresponding to the clicked row.
-        </td>
-    </tr>
-    <tr>
-        <td>onUncheck</td>
-        <td>uncheck.bs.table</td>
-        <td>row</td>
-        <td>
-        Fires when user uncheck a row, the parameters contains: <br>
-        row: the record corresponding to the clicked row.
-        </td>
-    </tr>
-    <tr>
-        <td>onCheckAll</td>
-        <td>check-all.bs.table</td>
-        <td>rows</td>
-        <td>
-        Fires when user check all rows, the parameters contains: <br>
-        rows: array of records corresponding to newly checked rows.
-        </td>
     </tr>
     <tr>
         <td>onUncheckAll</td>
@@ -254,5 +211,3 @@
     </tr>
     </tbody>
 </table>
-    </tbody>
-</table>