2012-07-06 00:11:52 +00:00
{
"accordion" : {
"dependencies" : [ ] ,
2012-07-16 12:37:53 +00:00
"description" : "Displays collapsible content panels for presenting information in a limited amount of space." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"navigation" ,
"panel" ,
"collapse" ,
"expand"
]
} ,
"autocomplete" : {
"dependencies" : [ "menu" , "position" ] ,
2012-07-11 12:59:03 +00:00
"description" : "Lists suggested words as the user is typing." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"form" ,
"word" ,
"predict" ,
"suggest"
]
} ,
"button" : {
"dependencies" : [ ] ,
2013-11-05 16:26:04 +00:00
"description" : "Enhances a form with themeable buttons." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"form" ,
"radio" ,
"checkbox"
]
} ,
"dialog" : {
"dependencies" : [ "button" , "draggable" , "position" , "resizable" ] ,
2012-07-11 12:59:03 +00:00
"description" : "Displays customizable dialog windows." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"modal" ,
"alert" ,
"popup"
]
} ,
"menu" : {
"dependencies" : [ "position" ] ,
2012-07-11 12:59:03 +00:00
"description" : "Creates nestable menus." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"dropdown" ,
"flyout"
]
} ,
"mouse" : {
"dependencies" : [ ] ,
2012-07-11 12:59:03 +00:00
"description" : "Abstracts mouse-based interactions to assist in creating certain widgets." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"abstraction"
2012-07-16 12:08:10 +00:00
] ,
"category" : "core"
2012-07-06 00:11:52 +00:00
} ,
"progressbar" : {
"dependencies" : [ ] ,
2012-07-11 12:59:03 +00:00
"description" : "Displays a status indicator for loading state, standard percentage, and other progress indicators." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"determinate" ,
"status"
]
} ,
2014-05-07 06:25:44 +00:00
"selectmenu" : {
"dependencies" : [ "position" , "menu" ] ,
"description" : "Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select." ,
"keywords" : [
"form" ,
"select"
]
} ,
2012-07-06 00:11:52 +00:00
"slider" : {
"dependencies" : [ "mouse" ] ,
2012-07-11 12:59:03 +00:00
"description" : "Displays a flexible slider with ranges and accessibility via keyboard." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"form" ,
"number" ,
"range"
]
} ,
"spinner" : {
"dependencies" : [ "button" ] ,
2012-07-11 12:59:03 +00:00
"description" : "Displays buttons to easily input numbers via the keyboard or mouse." ,
2012-07-06 00:11:52 +00:00
"keywords" : [
"form" ,
"number" ,
"spinbutton" ,
"stepper"
]
} ,
"tabs" : {
"dependencies" : [ ] ,
"description" : "Transforms a set of container elements into a tab structure." ,
"keywords" : [
"navigation" ,
"panel" ,
"collapse" ,
"expand"
]
} ,
"tooltip" : {
"dependencies" : [ "position" ] ,
2012-07-11 12:59:03 +00:00
"description" : "Shows additional information for any element on hover or focus." ,
2012-07-06 00:11:52 +00:00
"keywords" : [ ]
}
}