[wordpress插件] Dragcheck Admin RowsDragcheck管理员行

wordpress 插件 文章 2020-04-22 02:20 624 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

    • Add the possibility to click and drag on checkboxes to make bulk selections.
    • 增加了单击并拖动复选框以进行批量选择的可能性。

    • Add a custom class to checked row, so that customization of their look is possible.
    • 将自定义类添加到选中的行,以便可以对其外观进行自定义。

    Here are two demo styles that you can place in your custom admin CSS stylesheet (created with another plugin of your choice):

    您可以在自定义admin CSS样式表(使用您选择的另一个插件创建)中放置两种演示样式:

    .row-checked {    

      .row-checked {    

    background-color: #BCFFBC!important;

    背景颜色:#BCFFBC!important;

    }

    }

    .row-checked .check-column {    

    .row-checked .check-column {    

    background-color: #01D200!important;

    背景颜色:#01D200!

    }

    }

    It uses dragcheck jquery plugin by aleximplode

    它使用aleximplode的dragcheck jquery插件

    dragcheck on GitHub

    在GitHub上进行dragcheck

    This is a simple plugin: no settings page needed.

    这是一个简单的插件:无需设置页面。

    You can contribute to its developpement on github:

    您可以在github上为它的发展做出贡献:

    Dragcheck Admin Rows on GitHub

    在GitHub上对Check Admin Rows进行拖动

安装步骤

For an automatic installation through WordPress:

通过WordPress自动安装:

    1. Go to the Add New plugins screen in your WordPress admin area
    2. 转到WordPress管理区域中的添加新插件屏幕

    3. Search for Dragcheck Admin Rows
    4. 搜索 Dragcheck管理员行

    5. Click Install Now and activate the plugin
    6. 点击立即安装并激活插件

    For a manual installation via FTP:

    对于通过FTP进行手动安装:

      1. Upload the dragcheck-admin-rows directory to the /wp-content/plugins/ directory
      2. dragcheck-admin-rows 目录上载到 / wp-content / plugins / 目录

      3. Activate the plugin through the Plugins screen in your WordPress admin area
      4. 通过WordPress管理区域中的插件屏幕激活插件

      To upload the plugin through WordPress, instead of FTP:

      要通过WordPress而不是FTP上传插件,

        1. Upload the downloaded zip file on the Add New* plugins screen (see the Upload tab) in your WordPress admin area and activate.
        2. 在WordPress管理区域的“添加新*”插件屏幕上上传下载的zip文件(请参见上传标签)并激活。

下载地址
https://downloads.wordpress.org/plugin/dragcheck-admin-rows.zip
-EOF-

AI助手支持GPT4.0