Created
July 17, 2012 21:45
-
-
Save allenrabinovich/3132318 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name" : "gallery-yui-treeview", | |
"displayName": "TreeView", | |
"description": "Provides a visual representation and helper methods for hierarchical structures", | |
"author" : "allenrabinovich", | |
"tags": ["beta", "widget", "treeview", "escape"], | |
"use" : ["treeview", "escape"], | |
"examples": [ | |
{ | |
"name" : "treeview-operations", | |
"displayName": "Add and Remove Leaves", | |
"description": "How to safely enable users to add and remove leaves", | |
"modules" : ["gallery-yui-treeview"], | |
"tags" : ["treeview"], | |
"hideTableOfContents": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment