Finds the panel and extends it with provided object.
set(type, panel)
type |
string, name of the panel |
panel |
object, additional panel properties |
Description
The first argument
type is the name of the panel. It can be one of the following:
- top
- left
- main
- right
- preview
- bottom
Below is a structure of the panel object:
Please note that the panel is not replaced with
object, but extended using
$.extend() method. Below is an example how to extend panel object: