import ComponentSignUpVendor from 'learnenergy401/component/SignUp/ComponentSignUpVendor.js'ComponentSignUpVendor
Extends:
react~Component → ComponentSignUpVendor
Method Summary
| Public Methods | ||
| public |
Add category to list |
|
| public |
Add owner and position to list |
|
| public |
Add specialty to list |
|
| public |
handleFileSelect(evt: *) Handle file selecting |
|
| public |
Remove category from list |
|
| public |
Remove onwer and position from list |
|
| public |
Remove specialty from list |
|
| public |
render(): html Loads the signup page for vendor. |
|
| public |
Sends information to signUpVendor(user) |
|
| public |
signUpVendor(user: user) Sends information about vendor and adds it to vendor signup list |
|
Public Methods
public handleFileSelect(evt: *) source
Handle file selecting
Params:
| Name | Type | Attribute | Description |
| evt | * |
public render(): html source
Loads the signup page for vendor.
Return:
| html | displays sign up page for vendor. |
public signUpVendor(user: user) source
Sends information about vendor and adds it to vendor signup list
Params:
| Name | Type | Attribute | Description |
| user | user | object which contains information about the vendor. |