| Name | Type | Default |
|---|---|---|
| cookies | Boolean | false |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [cookies]="true">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| cookieOptions | DockingCookieOptions | {} |
|
interface DockingCookieOptions {
domain?: String; expires?: Number; } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [cookies]="true" [cookieOptions]="{ domain: 'jqwidgets.com', expires: 90 }">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| disabled | Boolean | false |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [disabled]="true">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| floatingWindowOpacity | Number | 0.3 |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [floatingWindowOpacity]="0.4">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| height | Size | auto |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [height]="300">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| keyboardNavigation | Boolean | false |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [keyboardNavigation]="true">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| mode | enum:DockingMode | default |
|
enum DockingMode {
default, docked, floating } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [mode]="'docked'">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| orientation | enum:DockingOrientation | horizontal |
|
enum DockingOrientation {
horizontal, vertical } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [orientation]="'horizontal'">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| rtl | Boolean | false |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [rtl]="true">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| theme | String | '' |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [theme]="'energyblue'">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| width | Size | auto |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [width]="300">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| windowsMode | DockingWindowsMode | null |
|
interface DockingWindowsMode {
windowID: DockingMode; } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [windowsMode]="{ 'window0': 'floating', 'window1': 'docked' }">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
| windowsOffset | Number | 5 |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking [windowsOffset]="7">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
}
|
||
Events |
||
| dragStart | Event | |
|
This event is triggered when the user start to drag any window. Code examples
Bind to the
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking (onDragStart)="DragStart($event)">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
DragStart(event: any): void
{
// Do Something
}
|
||
| dragEnd | Event | |
|
This event is triggered when the user drop any window. Code examples
Bind to the
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking (onDragEnd)="DragEnd($event)">
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent {
DragEnd(event: any): void
{
// Do Something
}
|
||
Methods |
||
| Name | Return Type | Arguments |
| addWindow | Void |
windowId: String, mode: Any, panel: Number, position: Any |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| closeWindow | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| collapseWindow | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| destroy | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| disableWindowResize | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| disable | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| exportLayout | String | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| enable | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| expandWindow | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| enableWindowResize | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| focus | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| hideAllCloseButtons | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| hideAllCollapseButtons | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| hideCollapseButton | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| hideCloseButton | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| importLayout | Void | Json: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| move | Void |
windowId: String, panel: Number, position: Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| pinWindow | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| setWindowMode | Void |
windowId: String, mode: Any |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| showCloseButton | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| showCollapseButton | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| setWindowPosition | Void |
windowId: String, top: Any, left: Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| showAllCloseButtons | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| showAllCollapseButtons | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||
| unpinWindow | Void | windowId: String |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxDocking #myDocking >
<div>
<div id="window0" style="height: 150px">
<div>CISC</div>
<div>
Before the RISC philosophy became prominent.....
</div>
</div>
<div id="window1" style="height: 150px">
<div>Database management system</div>
<div>
A database management system (DBMS) is a software...
</div>
</div>
</div>
<div>
<div id="window2" style="height: 150px">
<div>RISC</div>
<div>
Some aspects attributed to the first RISC-labeled designs....
</div>
</div>
</div>
</jqxDocking>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myDocking') myDocking: jqxDockingComponent; |
||