ToolbarSelect
- Type parameters
- Hierarchy
- constructor
- STATUSES
- async
- uid
- ownerWindow
- jodit
- isButton
- container
- name
- mods
- state
- control
- target
- componentName
- ownerDocument
- od
- ow
- isReady
- isDestructed
- isInDestruct
- componentStatus
- j
- defaultTimeout
- text
- icon
- parentElement
- getFullElName
- bindDestruct
- setStatus
- hookStatus
- isInstanceOf
- i18n
- setParentView
- getElm
- getElms
- afterSetMod
- setMod
- getMod
- setState
- isFocused
- onAction
- bubble
- updateParentElement
- get
- closest
- closestElement
- appendTo
- focus
- destruct
- className
- update
modules/toolbar/button.ToolbarSelect
The base class of all Jodit UI components. Provides work with a life cycle.
Type parameters
Name | Type |
---|---|
T |
extends IViewBased = IViewBased |
Hierarchy
-
↳
ToolbarSelect
constructor
new ToolbarSelect<T
>(jodit
, control
, target?
): ToolbarSelect
<T
>
Type parameters
Name | Type |
---|---|
T |
extends IViewBased <IViewOptions > = IViewBased <IViewOptions > |
Parameters
Name | Type | Default value |
---|---|---|
jodit |
T |
undefined |
control |
IControlTypeStrong |
undefined |
target |
Nullable <HTMLElement > |
null |
Returns
Inherited from
Defined in
src/modules/toolbar/button/button.ts#214
STATUSES
Static
STATUSES: Object
= STATUSES
Type declaration
Name | Type |
---|---|
beforeInit |
"beforeInit" |
ready |
"ready" |
beforeDestruct |
"beforeDestruct" |
destructed |
"destructed" |
Inherited from
Defined in
src/core/component/component.ts#40
async
async: IAsync
Inherited from
Defined in
src/core/component/component.ts#44
uid
Readonly
uid: string
Inherited from
Defined in
src/core/component/component.ts#59
ownerWindow
ownerWindow: Window
= window
The window in which jodit was created
Inherited from
Defined in
src/core/component/component.ts#109
jodit
jodit: IViewBased
<IViewOptions
>
Parent View element
Inherited from
Defined in
src/core/component/view-component.ts#22
isButton
Readonly
isButton: true
Marker for buttons
Inherited from
Defined in
src/core/ui/button/button/button.ts#61
container
container: HTMLElement
Inherited from
Defined in
name
name: string
= ''
Inherited from
Defined in
mods
Readonly
mods: IDictionary
<null
| string
| boolean
> = {}
Inherited from
Defined in
state
Readonly
state: Object
Type declaration
Name | Type |
---|---|
theme |
string |
currentValue |
string |
hasTrigger |
boolean |
size |
"small" | "tiny" | "xsmall" | "middle" | "large" |
name |
string |
value |
string | number | boolean |
variant |
ButtonVariant |
type |
"button" | "submit" |
role |
"button" | "tab" |
disabled |
boolean |
activated |
boolean |
icon |
IUIIconState |
text |
string |
tooltip |
string |
tabIndex |
CanUndef <number > |
Inherited from
Defined in
src/modules/toolbar/button/button.ts#60
control
Readonly
control: IControlTypeStrong
Inherited from
Defined in
src/modules/toolbar/button/button.ts#216
target
Readonly
target: Nullable
<HTMLElement
> = null
Inherited from
Defined in
src/modules/toolbar/button/button.ts#217
componentName
get
componentName(): string
Returns
string
Inherited from
ToolbarButton.componentName
Defined in
src/core/component/component.ts#46
ownerDocument
get
ownerDocument(): Document
The document in which jodit was created
Returns
Inherited from
ToolbarButton.ownerDocument
Defined in
src/core/component/component.ts#95
od
get
od(): Document
Shortcut for this.ownerDocument
Returns
Inherited from
ToolbarButton.od
Defined in
src/core/component/component.ts#102
ow
get
ow(): Window
Returns
Inherited from
ToolbarButton.ow
Defined in
src/core/component/component.ts#110
isReady
get
isReady(): boolean
Component is ready for work
Returns
boolean
Inherited from
ToolbarButton.isReady
Defined in
src/core/component/component.ts#145
isDestructed
get
isDestructed(): boolean
Component was destructed
Returns
boolean
Inherited from
ToolbarButton.isDestructed
Defined in
src/core/component/component.ts#152
isInDestruct
get
isInDestruct(): boolean
The component is currently undergoing destructuring or has already been destroyed.
Those. you should not the app froze new events on him now or do anything else with him.
Returns
boolean
Inherited from
ToolbarButton.isInDestruct
Defined in
src/core/component/component.ts#160
componentStatus
get
componentStatus(): ComponentStatus
Current component status
Returns
Inherited from
ToolbarButton.componentStatus
Defined in
src/core/component/component.ts#210
set
componentStatus(componentStatus
): void
Setter for current component status
Parameters
Name | Type |
---|---|
componentStatus |
ComponentStatus |
Returns
void
Inherited from
ToolbarButton.componentStatus
Defined in
src/core/component/component.ts#217
j
get
j(): T
Shortcut for this.jodit
Returns
T
Inherited from
ToolbarButton.j
Defined in
src/core/component/view-component.ts#27
defaultTimeout
get
defaultTimeout(): number
Returns
number
Inherited from
ToolbarButton.defaultTimeout
Defined in
src/core/component/view-component.ts#31
text
get
text(): HTMLElement
DOM container for text content
Returns
Inherited from
ToolbarButton.text
Defined in
src/core/ui/button/button/button.ts#77
icon
get
icon(): HTMLElement
DOM container for icon
Returns
Inherited from
ToolbarButton.icon
Defined in
src/core/ui/button/button/button.ts#87
parentElement
get
parentElement(): Nullable
<IUIElement
>
Returns
Inherited from
ToolbarButton.parentElement
Defined in
set
parentElement(parentElement
): void
Parameters
Name | Type |
---|---|
parentElement |
Nullable <IUIElement > |
Returns
void
Inherited from
ToolbarButton.parentElement
Defined in
getFullElName
getFullElName(elementName
): string
Calc BEM element class name
Parameters
Name | Type | Description |
---|---|---|
elementName |
string |
element name in the bem classification |
Returns
string
Inherited from
Defined in
src/core/component/component.ts#65
getFullElName(elementName
, mod
): string
Parameters
Name | Type |
---|---|
elementName |
string |
mod |
string |
Returns
string
Inherited from
Defined in
src/core/component/component.ts#66
getFullElName(elementName
, mod
, modValue
): string
Parameters
Name | Type |
---|---|
elementName |
string |
mod |
string |
modValue |
string | boolean |
Returns
string
Inherited from
Defined in
src/core/component/component.ts#67
bindDestruct
bindDestruct(component
): this
Bind destructor to some View
Parameters
Name | Type |
---|---|
component |
IComponent <IViewBased <IViewOptions >> |
Returns
this
Inherited from
Defined in
src/core/component/component.ts#170
setStatus
setStatus(componentStatus
): void
Set component status
Parameters
Name | Type | Description |
---|---|---|
componentStatus |
ComponentStatus |
component status |
Returns
void
See
ComponentStatus
Inherited from
Defined in
src/core/component/component.ts#226
hookStatus
hookStatus(status
, callback
): void
Adds a handler for changing the component's status
Parameters
Name | Type | Description |
---|---|---|
status |
ComponentStatus |
the status at which the callback is triggered |
callback |
(component : this ) => void |
a function that will be called when the status is status |
Returns
void
Inherited from
Defined in
src/core/component/component.ts#265
isInstanceOf
isInstanceOf<T
>(c
, constructorFunc
): c is T
Type parameters
Name | Type |
---|---|
T |
extends Component |
Parameters
Name | Type |
---|---|
c |
unknown |
constructorFunc |
Function |
Returns
c is T
Inherited from
Defined in
src/core/component/component.ts#283
i18n
i18n(text
, ...params
): string
Parameters
Name | Type |
---|---|
text |
string |
...params |
(string | number )[] |
Returns
string
Inherited from
Defined in
src/core/component/view-component.ts#35
setParentView
setParentView(jodit
): this
Attach component to View
Parameters
Name | Type |
---|---|
jodit |
IViewBased <IViewOptions > |
Returns
this
Inherited from
Defined in
src/core/component/view-component.ts#42
getElm
getElm<T
>(this
, elementName
): Nullable
<HTMLElement
>
Return element with BEM class name
Type parameters
Name | Type |
---|---|
T |
extends IComponent <IViewBased <IViewOptions >> & IContainer & IElms |
Parameters
Name | Type |
---|---|
this |
T |
elementName |
string |
Returns
Inherited from
Defined in
getElms
getElms<T
>(this
, elementName
): HTMLElement
[]
Return elements with BEM class name
Type parameters
Name | Type |
---|---|
T |
extends IComponent <IViewBased <IViewOptions >> & IContainer & IElms |
Parameters
Name | Type |
---|---|
this |
T |
elementName |
string |
Returns
Inherited from
Defined in
afterSetMod
afterSetMod(name
, value
): void
Parameters
Name | Type |
---|---|
name |
string |
value |
ModType |
Returns
void
Inherited from
Defined in
setMod
setMod<T
>(this
, name
, value
, container?
): T
Set/remove BEM class modification
Type parameters
Name | Type |
---|---|
T |
extends IComponent <IViewBased <IViewOptions >> & IContainer & IMods |
Parameters
Name | Type | Description |
---|---|---|
this |
T |
- |
name |
string |
- |
value |
ModType |
if null, mod will be removed |
container? |
HTMLElement |
- |
Returns
T
Inherited from
Defined in
getMod
getMod(this
, name
): ModType
Get BEM class modification value
Parameters
Name | Type |
---|---|
this |
IMods |
name |
string |
Returns
Inherited from
Defined in
setState
setState(state
): this
Set state
Parameters
Name | Type |
---|---|
state |
IUIButtonStatePartial |
Returns
this
Inherited from
Defined in
src/core/ui/button/button/button.ts#68
isFocused
isFocused(): boolean
Element has focus
Returns
boolean
Inherited from
Defined in
src/core/ui/button/button/button.ts#204
onAction
onAction(callback
): this
Add action handler
Parameters
Name | Type |
---|---|
callback |
(originalEvent : MouseEvent ) => void |
Returns
this
Inherited from
Defined in
src/core/ui/button/button/button.ts#259
bubble
bubble(callback
): this
Apply callback for all parents
Parameters
Name | Type |
---|---|
callback |
(parent : IUIElement ) => void |
Returns
this
Inherited from
Defined in
updateParentElement
updateParentElement(target
): this
Parameters
Name | Type |
---|---|
target |
IUIElement |
Returns
this
Inherited from
ToolbarButton.updateParentElement
Defined in
get
get<T
>(chain
, obj?
): Nullable
<T
>
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
chain |
string |
obj? |
IDictionary |
Returns
Nullable
<T
>
Inherited from
Defined in
closest
closest<T
>(type
): Nullable
<T
extends typeof UIElement
? InstanceType
<T
<T
>> : T
>
Find match parent
Type parameters
Name | Type |
---|---|
T |
extends typeof UIElement | UIElement <IViewBased <IViewOptions >> |
Parameters
Name | Type |
---|---|
type |
Function | UIElement <IViewBased <IViewOptions >> |
Returns
Nullable
<T
extends typeof UIElement
? InstanceType
<T
<T
>> : T
>
Inherited from
Defined in
closestElement
closestElement(node
, type
): Nullable
<IUIElement
>
Find closest UIElement in DOM
Parameters
Name | Type |
---|---|
node |
Node |
type |
Function |
Returns
Inherited from
Defined in
appendTo
appendTo(element
): this
Append container to element
Parameters
Name | Type |
---|---|
element |
HTMLElement |
Returns
this
Inherited from
Defined in
focus
focus(): void
Returns
void
Inherited from
Defined in
src/modules/toolbar/button/button.ts#190
destruct
destruct(): any
Returns
any
Inherited from
Defined in
src/modules/toolbar/button/button.ts#565
className
className(): string
Returns
string
Overrides
Defined in
src/modules/toolbar/button/select/select.ts#24
update
update(): void
Returns
void
Overrides
Defined in
jodit/src/modules/toolbar/button/select/select.ts:28