All Projects → ExcellentJR → editable-treemenu

ExcellentJR / editable-treemenu

Licence: other
a treemenu component which can edit(add/delete/rename) by contextMenu based on vue.js 2.0

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to editable-treemenu

Artplayer
🎨 ArtPlayer.js is a modern and full featured HTML5 video player
Stars: ✭ 484 (+1916.67%)
Mutual labels:  contextmenu
Ol Contextmenu
Custom Context Menu for OpenLayers
Stars: ✭ 141 (+487.5%)
Mutual labels:  contextmenu
Vue Menu
Menu/Contextmenu Component for vue2
Stars: ✭ 227 (+845.83%)
Mutual labels:  contextmenu
Ngx Rightclick
Context Menu Service for Angular
Stars: ✭ 58 (+141.67%)
Mutual labels:  contextmenu
React Contextmenu
Project is no longer maintained
Stars: ✭ 1,361 (+5570.83%)
Mutual labels:  contextmenu
V Selectmenu
SelectMenu for Vuejs, A simple, easier and highly customized menu solution
Stars: ✭ 169 (+604.17%)
Mutual labels:  contextmenu
Blazorcontextmenu
A context menu component for Blazor !
Stars: ✭ 257 (+970.83%)
Mutual labels:  contextmenu
JonContextMenu
A beautiful and minimalist arc menu like the Pinterest one, written in Swift
Stars: ✭ 60 (+150%)
Mutual labels:  contextmenu
Vue Contextmenu
contextmenu component for Vue2
Stars: ✭ 134 (+458.33%)
Mutual labels:  contextmenu
Jspanel4
A JavaScript library to create highly configurable floating panels, modals, tooltips, hints/notifiers/alerts or contextmenus for use in backend solutions and other web applications.
Stars: ✭ 217 (+804.17%)
Mutual labels:  contextmenu
Tc Material Design
Série de artigos sobre o Material Design Android
Stars: ✭ 64 (+166.67%)
Mutual labels:  contextmenu
Ngcontextmenu
Handcraft your very own context menus for a richer UX!
Stars: ✭ 81 (+237.5%)
Mutual labels:  contextmenu
Jquery Contextmenu
jQuery contextMenu plugin & polyfill
Stars: ✭ 2,148 (+8850%)
Mutual labels:  contextmenu
V Contextmenu
🖱 ContextMenu based on Vue 2.0
Stars: ✭ 537 (+2137.5%)
Mutual labels:  contextmenu
React Menu
React component for building accessible menu, dropdown, submenu, context menu and more.
Stars: ✭ 237 (+887.5%)
Mutual labels:  contextmenu
Context menu
💻 A Python library to create and deploy cross-platform native context menus. 💻
Stars: ✭ 263 (+995.83%)
Mutual labels:  contextmenu
Context Menu.ios
You can easily add awesome animated context menu to your app.
Stars: ✭ 1,854 (+7625%)
Mutual labels:  contextmenu
ShellCommand
Customize your context menu. 告别注册表,自定义右键菜单。
Stars: ✭ 64 (+166.67%)
Mutual labels:  contextmenu
ShellAnything
ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a directory.
Stars: ✭ 103 (+329.17%)
Mutual labels:  contextmenu
Ngx Contextmenu
An Angular component to show a context menu on an arbitrary component
Stars: ✭ 208 (+766.67%)
Mutual labels:  contextmenu

cotalogue

A treeMenu component which you can edit by contextMenu based on Vue.js2.0;
  1、与一般的偏展示的树形菜单不同,该组件是一个和右键菜单结合起来的可以进行新增、删除、重命名等操作(可自己扩展)的树形菜单,树形菜单由文件夹和任务两种item组成,针对文件夹和任务的右键菜单有不同的操作,任务前方的图标可自行修改颜色以展示该任务的状态。
  2、该组件并未采用递归调用自己的方式来实现,数据格式上统一“拍平”——使用一个数组(但仍可使用常规的数据格式),视图上采用data中关键的字段(level)来控制padding,具体的数据格式见图,可异步获取数据(推荐),具体实现可见代码;
  3、另外使用到了iveiw 的部分组件(Message、Modal、Icon、Spin等,按需加载);
4、持续更新中...

#demo image
image image
image image image

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].