# select-tree **Repository Path**: hkgit/select-tree ## Basic Information - **Project Name**: select-tree - **Description**: h5下拉树形选择,带复选框 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://my.oschina.net/kaikai1/blog/1592628 - **GVP Project**: No ## Statistics - **Stars**: 19 - **Forks**: 0 - **Created**: 2017-12-18 - **Last Updated**: 2022-08-15 ## Categories & Tags **Categories**: webui **Tags**: None ## README # select-tree h5下拉树形选择,带复选框 ## 用法 ``` // html
// css // js ``` ## 参数说明 ``` { height: 500, // 下拉选项的高度 checkEnable: true, // 是否出现选择框 chkStyle: "checkbox", // 选择框类型 checkbox、radio idKey: "id", // tree对应id字段名 pIdKey: "pId", // tree对应父id字段名 separation: "、", // 取值分隔符 chkTyle: "checkbox" // 下拉选择类型分单选和多选 checkbox、radio } ```