UploadImageButton
Extends:
src/common/Component.js~Component → Button → UploadImageButton
Member Summary
Public Members | ||
public |
loading: * |
Method Summary
Public Methods | ||
public |
remove() Remove the logo. |
|
public |
resourceUrl(): * |
|
public |
upload() Prompt the user to upload an image. |
|
public |
view(vnode: *): * |
Protected Methods | ||
protected |
If upload/removal fails, stop loading. |
|
protected |
After a successful upload/removal, reload the page. |
Inherited Summary
From class Button | ||
public |
view(vnode: *): * |
|
protected |
getButtonContent(children: *): * Get the template for the button's content. |
Public Members
public loading: * source
Public Methods
public view(vnode: *): * source
Override:
Button#viewParams:
Name | Type | Attribute | Description |
vnode | * |
Return:
* |