ImagePicker

A component that let user pick an image

Constructor
ImagePicker(name: string = null, label: string = null)

Construct an ImagePicker

Parameters
name The name of the default image to show
label The text in the top of the picker
Methods
id
ImagePicker id(id: string)

Set an id to identify a view

Parameters
id id to identify a view
Return
ImagePicker This ImagePicker instance
name
ImagePicker name(name: string)

Set the default image to show

Parameters
name The name of the default image to show
Return
ImagePicker This ImagePicker instance
label
CheckBox label(label: string)

Set the label of the picker

Parameters
label The text in the top of the picker
Return
ImagePicker This ImagePicker instance

© 2024 - Macrorify by KoK-CODE