BootstrapBinaryImage Class
In This Article
#Declaration
TypeScript
class BootstrapBinaryImage extends BootstrapClientEdit
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inherited Members
#Inheritance
Control
BootstrapClientEdit
BootstrapBinaryImage
#Methods
#clear Method
#Declaration
TypeScript
clear(): void
#getUploadedFileName Method
#Declaration
TypeScript
getUploadedFileName(): string
#Returns
Type |
---|
string |
#getValue Method
#Declaration
TypeScript
getValue(): any
#Returns
Type |
---|
any |
#off<K> Method
#Declaration
TypeScript
off<K extends keyof BootstrapBinaryImageEventMap>(
eventName?: K,
callback?: (this: BootstrapBinaryImage,
args?: BootstrapBinaryImageEventMap[K]) => void
): this
#Parameters
Name | Type |
---|---|
event |
K |
callback | (this: Bootstrap |
#Type Parameters
Name | Type |
---|---|
K | keyof |
#Returns
Type |
---|
this |
#on<K>(eventName, callback) Method
#Declaration
TypeScript
on<K extends keyof BootstrapBinaryImageEventMap>(
eventName: K,
callback: (this: BootstrapBinaryImage,
args?: BootstrapBinaryImageEventMap[K]) => void
): this
#Parameters
Name | Type |
---|---|
event |
K |
callback | (this: Bootstrap |
#Type Parameters
Name | Type |
---|---|
K | keyof |
#Returns
Type |
---|
this |
#once<K>(eventName, callback) Method
#Declaration
TypeScript
once<K extends keyof BootstrapBinaryImageEventMap>(
eventName: K,
callback: (this: BootstrapBinaryImage,
args?: BootstrapBinaryImageEventMap[K]) => void
): this
#Parameters
Name | Type |
---|---|
event |
K |
callback | (this: Bootstrap |
#Type Parameters
Name | Type |
---|---|
K | keyof |
#Returns
Type |
---|
this |
#performCallback(data) Method
#Declaration
TypeScript
performCallback(
data: any
): Promise<void>
#Parameters
Name | Type |
---|---|
data | any |
#Returns
Type |
---|
Promise |
#performCallback(data, onSuccess) Method
#Declaration
TypeScript
performCallback(
data: any,
onSuccess: () => void
): void
#Parameters
Name | Type |
---|---|
data | any |
on |
() => void |
#setSize(width, height) Method
#Declaration
TypeScript
setSize(
width: number,
height: number
): void
#Parameters
Name | Type |
---|---|
width | number |
height | number |
#setValue(value) Method
#Declaration
TypeScript
setValue(
value: any
): void
#Parameters
Name | Type |
---|---|
value | any |