a
a: object
active
active: boolean = (this.attrs.ww && this.attrs.ww.active) ?this.attrs.ww.active : false
class
class: string = concat(LINK,this.attrs.ww ? this.attrs.ww.class : '',(this.attrs.ww && this.attrs.ww.active) ?ACTIVE : '')
disabled
disabled: boolean = this.attrs.ww.disabled || null
href
href: string = (this.attrs.ww && this.attrs.ww.href) ?this.attrs.ww.href : '#'
name
name: string = (this.attrs.ww && this.attrs.ww.name) ?this.attrs.ww.name : null
title
title: string = (this.attrs.ww && this.attrs.ww.title) ?this.attrs.ww.title : null
content
- content(): string | (Node | Element | HTMLElement)[]
-
Returns string
|
(Node | Element | HTMLElement)[]
Link generates an element.