component.json revision 84765788c559bfdead67172a79759ac60c77231b
{
"name" : "panel",
"displayName": "Panel",
"description": "The Panel is a UI Control that is meant to behave similarly to an OS window. The Panel control extends the functionality of Overlay, adding support for modality, close/dismiss buttons, autohiding and autofocus. Plugins to make it draggable and resizable are supported as well. Panel includes a pre-defined stylesheet to support default look and feel characteristics.",
"author" : "tilomitra",
"tags": ["widget", "beta", "panel", "extension"],
"use" : ["panel"],
"examples" : [
{
"name" : "panel-form",
"displayName": "Creating a modal form",
"description": "Shows how to instantiate multiple Panel instances, and use nested modality to interact with a Datatable.",
"modules" : ["panel", "datatable"],
"tags" : ["panel", "datatable"],
"hideTableOfContents": true
}
]
}