The camera widget is a widget that enables PhoneGap native camera functionality within your Mendix mobile application.
For more information on contributing to this repository visit Contributing to a GitHub repository!
Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.
The class that will be set on the image preview container.
The width of the image preview.
The height of the image preview.
Where the image preview will be shown relative to the button.
The label text that is shown on the button.
An optional class to be placed directly on the button dom node.
An optional microflow that will be triggered when the object is saved.
Optional setting to auto-save an image to the contextobject. use the on save mf to commit the object and run further actions.
Be aware that setting this higher will be more taxing and will take longer to upload.
The width of the image that is eventually stored and send to the application, between 0 and 100.
The height of the image that is eventually stored and send to the application, between 0 and 100.