| Name | Type | Default |
|---|---|---|
| animationType | enum:NavigationBarAnimationType | 'slide' |
|
enum NavigationBarAnimationType {
none, slide, fade } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [animationType]="'fade'">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| arrowPosition | enum:NavigationBarArrowPosition | 'right' |
|
enum NavigationBarArrowPosition {
left, right } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [arrowPosition]="'left'">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| collapseAnimationDuration | Number | 400 |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [collapseAnimationDuration]="3000">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| disabled | Boolean | false |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [disabled]="true">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| expandAnimationDuration | Number | 400 |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [expandAnimationDuration]="3000">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| expandMode | enum:NavigationBarExpandMode | 'singleFitHeight' |
|
enum NavigationBarExpandMode {
single, singleFitHeight, multiple, toggle, none } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [expandMode]="'single'">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| expandedIndexes | Array<Number> | [] |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [expandedIndexes]="[0, 1]">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| height | String | Number | 'auto' |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| initContent | (index:Number) => Void | null |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [initContent]="initContent">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| rtl | Boolean | false |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [rtl]="true">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| showArrow | Boolean | true |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [showArrow]="false">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| theme | String | '' |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [theme]="'energyblue'">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| toggleMode | enum:NavigationBarToggleMode | click |
|
enum NavigationBarToggleMode {
click, dblclick, none } Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300" [toggleMode]="'dblclick'">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
| width | String | Number | 'auto' |
|
Sets or gets the import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
}
|
||
Events |
||
| collapsingItem | Event | |
|
This event is triggered when a jqxNavigationBar item is going to be collapsed. Code examples
Bind to the
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar (onCollapsingItem)="CollapsingItem($event)"
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
CollapsingItem(event: any): void
{
// Do Something
}
|
||
| collapsedItem | Event | |
|
This event is triggered when a jqxNavigationBar item is collapsed. Code examples
Bind to the
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar (onCollapsedItem)="CollapsedItem($event)"
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
CollapsedItem(event: any): void
{
// Do Something
}
|
||
| expandingItem | Event | |
|
This event is triggered when a jqxNavigationBar item is going to be expanded. Code examples
Bind to the
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar (onExpandingItem)="ExpandingItem($event)"
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
ExpandingItem(event: any): void
{
// Do Something
}
|
||
| expandedItem | Event | |
|
This event is triggered when a jqxNavigationBar item is expanded. Code examples
Bind to the
import { Component } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar (onExpandedItem)="ExpandedItem($event)"
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent {
ExpandedItem(event: any): void
{
// Do Something
}
|
||
Methods |
||
| Name | Return Type | Arguments |
| add | Void |
header: String | Number, content: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| collapseAt | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| disableAt | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| disable | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| destroy | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| expandAt | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| enableAt | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| enable | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| focus | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| getHeaderContentAt | String | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| getContentAt | String | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| hideArrowAt | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| invalidate | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| insert | Void |
Index: Number, header: String | Number, content: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| refresh | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| render | Void | None |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| remove | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| setContentAt | Void |
index: Number, item: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| setHeaderContentAt | Void |
index: Number, item: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| showArrowAt | Void | index: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| update | Void |
index: Number, header: String | Number, content: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||
| val | String | Number | value: String | Number |
import { Component, ViewChild, AfterViewInit } from "@angular/core";
@Component({
selector: "app-root",
template: `
<jqxNavigationBar #myNavigationBar
[width]="400" [height]="300">
<div>Early History of the Internet</div>
<div>
<ul>
<li>1961 First packet-switching papers</li>
<li>1966 Merit Network founded</li>
</ul>
</div>
<div>Merging the networks and creating the Internet</div>
<div>
<ul>
<li>1981 Computer Science Network (CSNET)</li>
<li>1982 TCP/IP protocol suite formalized</li>
</ul>
</div>
<div>Popular Internet services</div>
<div>
<ul>
<li>1990 IMDb Internet movie database</li>
<li>1995 Amazon.com online retailer</li>
</ul>
</div>
</jqxNavigationBar>
`
})
export class AppComponent implements AfterViewInit {
@ViewChild('myNavigationBar') myNavigationBar: jqxNavigationBarComponent; |
||