Element to access the current Mouse-Position
IBasicLayoutComponent
Readonly
dataContains an actual set of the current data.
Element containing specific helpers.
M.Karkowski
IBasicLayoutComponent
Rest
...args: anyYou can disable the hot-keys defined in configuration
IBasicLayoutComponent
Flag, to toggle the Panel-Control. If set to false this control is not shown.
IBasicLayoutComponent
Controll elements for the Panels. Contains a toggle function, an icon, tooltip etc. This shows / hides the panels.
IBasicLayoutComponent
The Elment, holding the currently created instances.
IBasicLayoutComponent
Flag, showing if the layout is ready or not.
IBasicLayoutComponent
An Eventemitter, to show that the system has been resized
IBasicLayoutComponent
Items of the Toolbar.
IBasicLayoutComponent
The w2ui-elment of the tabs.
The w2ui-element of the toolbar (The icons)
The Tab to add.
The id of the Tab.
The tab to add
Optional
disabled?: booleanFlag which disables the Toolbar
Optional
hidden?: booleanFlag which hides the Toolbar
A Configuration of the Menu, which is provided inside of the Toolbar.
Optional
onCalled, if the toolbar is active
Optional
onCalled, if the toolbar should be left.
The Render Text of the Tab
Optional
tooltip?: stringA Tooltip, which is shown on hovering over the Tab-Element
The original W2UI Layout. See here for more details and navigate to layout
.
There you'll find all methods, events and properties to manipulate the layout. But you should use the wrappers,
provided by the abstraction in here.
IBasicLayoutComponent
Closes a dynamic window!
The options to use.
The Panel to show
Optional
silent?: booleanAppends the Panel or replaces it.
Function to toggle the visiblity of a given panel.
IBasicLayoutComponent
The panel to manipulate.
The visibility. false
=> hidden; true
=> visible.
Helper to enable/disable the Controll Button of a panel. Therefore the Controll-Button must be present.
IBasicLayoutComponent
The panel of the button to manipulate.
false
=> disable; true
=> enable.
Returns the div of the panel.
THe Panel.
Helper, to check if the desired Panel is visible or not
IBasicLayoutComponent
The panel to check.
Opens a dynamic w2ui panel
M.Karkowski
IBasicLayoutComponent
Input data
Result Function of the Function
The ptions
Optional
append?: booleanAppends the Panel or replaces it.
Optional
input?: IInput which is fowarded to the render Function "render"
The Panel to show
Callback which will be called to create the element
Optional
showShow the Panel on creating
Updates the content of the Panel.
The panel
The content / HTML
Changes the visiblity of a panel
M.Karkowski
IBasicLayoutComponent
The panel to consider
The Flag to show / hide the panel. VISIBLE = TRUE;
Generated using TypeDoc
Base Component to render a Layout.