IUploader
types.IUploader
Hierarchy
-
↳
IUploader
Implemented by
async
Readonly
async: IAsync
Inherited from
Defined in
ownerDocument
Readonly
ownerDocument: Document
Inherited from
Defined in
od
Readonly
od: Document
Inherited from
Defined in
ownerWindow
Readonly
ownerWindow: Window
Inherited from
Defined in
ow
Readonly
ow: Window
Inherited from
Defined in
componentName
Readonly
componentName: string
Inherited from
Defined in
uid
Readonly
uid: string
Inherited from
Defined in
isDestructed
Readonly
isDestructed: boolean
Inherited from
Defined in
isInDestruct
Readonly
isInDestruct: boolean
Inherited from
Defined in
isReady
Readonly
isReady: boolean
Inherited from
Defined in
componentStatus
Readonly
componentStatus: ComponentStatus
Inherited from
IViewComponent.componentStatus
Defined in
i18n
Readonly
i18n: (text
: string
, ...params
: (string
| number
)[]) => string
Type declaration
(text
, ...params
): string
Parameters
Name | Type |
---|---|
text |
string |
...params |
(string | number )[] |
Returns
string
Inherited from
Defined in
defaultTimeout
Readonly
defaultTimeout: number
Inherited from
Defined in
jodit
Readonly
jodit: IViewBased
<IViewOptions
>
Overrides
Defined in
j
Readonly
j: IViewBased
<IViewOptions
>
Overrides
Defined in
options
Readonly
options: IUploaderOptions
<IUploader
>
Defined in
o
Readonly
o: IUploaderOptions
<IUploader
>
Defined in
path
Readonly
path: string
Defined in
source
Readonly
source: string
Defined in
destruct
destruct(jodit?
): any
Parameters
Name | Type |
---|---|
jodit? |
IViewBased <IViewOptions > |
Returns
any
Inherited from
Defined in
get
get<T
>(chain
, obj?
): Nullable
<T
>
Type parameters
Name |
---|
T |
Parameters
Name | Type |
---|---|
chain |
string |
obj? |
IDictionary <any , string > |
Returns
Nullable
<T
>
Inherited from
Defined in
className
className(): string
Returns
string
Inherited from
Defined in
getFullElName
getFullElName(elementName
): string
Parameters
Name | Type |
---|---|
elementName |
string |
Returns
string
Inherited from
Defined in
getFullElName(elementName
, mod
): string
Parameters
Name | Type |
---|---|
elementName |
string |
mod |
string |
Returns
string
Inherited from
Defined in
getFullElName(elementName
, mod?
, modValue?
): string
Parameters
Name | Type |
---|---|
elementName |
string |
mod? |
string |
modValue? |
string | boolean |
Returns
string
Inherited from
Defined in
setStatus
setStatus(componentStatus
): void
Parameters
Name | Type |
---|---|
componentStatus |
ComponentStatus |
Returns
void
Inherited from
Defined in
hookStatus
hookStatus(status
, callback
): void
Parameters
Name | Type |
---|---|
status |
ComponentStatus |
callback |
(component : this ) => void |
Returns
void
Inherited from
Defined in
bindDestruct
bindDestruct(component
): this
Parameters
Name | Type |
---|---|
component |
IComponent <IViewBased <IViewOptions >> |
Returns
this
Inherited from
Defined in
setParentView
setParentView(jodit
): this
Parameters
Name | Type |
---|---|
jodit |
IViewBased <IViewOptions > |
Returns
this
Inherited from
Defined in
bind
bind(form
, handlerSuccess?
, handlerError?
): void
Parameters
Name | Type |
---|---|
form |
HTMLElement |
handlerSuccess? |
HandlerSuccess |
handlerError? |
HandlerError |
Returns
void
Defined in
uploadRemoteImage
uploadRemoteImage(url
, handlerSuccess?
, handlerError?
): void
Parameters
Name | Type |
---|---|
url |
string |
handlerSuccess? |
HandlerSuccess |
handlerError? |
HandlerError |
Returns
void
Defined in
setPath
setPath(path
): this
It sets the path for uploading files
Parameters
Name | Type |
---|---|
path |
string |
Returns
this
Defined in
setSource
setSource(source
): this
It sets the source for connector
Parameters
Name | Type |
---|---|
source |
string |
Returns
this
Defined in
jodit/src/types/uploader.d.ts:157