projects/aoc-client/ui/form/aoc-ui-editor/aoc-ui-editor.component.ts
OnInit
AfterViewInit
OnDestroy
ControlValueAccessor
encapsulation | ViewEncapsulation.None |
selector | aoc-ui-editor |
standalone | true |
imports |
NgTemplateOutlet
|
templateUrl | ./aoc-ui-editor.component.html |
Properties |
Methods |
Inputs |
Outputs |
HostBindings |
Accessors |
constructor(ngControl: NgControl)
|
||||||
Parameters :
|
autofocus |
Type : boolean
|
bounds |
Type : any
|
debug |
Type : string
|
formats |
Type : string[]
|
placeholder |
Type : string
|
readonly |
Type : boolean
|
scrollingContainer |
Type : any
|
tabindex |
Type : number
|
toolbarType |
Type : "normal" | "full"
|
Default value : 'normal'
|
contentChange |
Type : EventEmitter<any>
|
valueChange |
Type : EventEmitter<any>
|
class |
Type : any
|
class.aoc-ui-disabled |
Type : boolean
|
Default value : false
|
registerOnChange | ||||||
registerOnChange(fn: any)
|
||||||
Parameters :
Returns :
void
|
registerOnTouched | ||||||
registerOnTouched(fn: any)
|
||||||
Parameters :
Returns :
void
|
setDisabledState | ||||||
setDisabledState(isDisabled: boolean)
|
||||||
Parameters :
Returns :
void
|
writeValue | ||||||
writeValue(value: any)
|
||||||
Parameters :
Returns :
void
|
content |
Type : ElementRef
|
Decorators :
@ViewChild('content')
|
disabled |
Default value : false
|
Decorators :
@HostBinding('class.aoc-ui-disabled')
|
onChange |
Type : function
|
Default value : () => {...}
|
onTouched |
Type : function
|
Default value : () => {...}
|
toolbar |
Type : ElementRef
|
Decorators :
@ViewChild('toolbar')
|
controlClasses |
getcontrolClasses()
|
readonly | ||||||
getreadonly()
|
||||||
setreadonly(value: boolean)
|
||||||
Parameters :
Returns :
void
|