Skip to content

Commit 58a4486

Browse files
committed
Updated readme
1 parent 9259f17 commit 58a4486

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
GeolocationForPhoneGap
2-
======================
1+
#GeolocationForPhoneGap
32

43
The Geolocation widget enables PhoneGap native geolocation functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 5.10.
4+
5+
## Configuration
6+
7+
Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.
8+
9+
### Button
10+
#### Label
11+
The label text that is shown on the button.
12+
13+
#### Class
14+
An optional class to be placed directly on the button dom node.
15+
16+
### Data source
17+
#### Latitude Attribute
18+
The attribute on the dataview object where the latitude should be set to.
19+
20+
#### Longitude Attribute
21+
The attribute on the dataview object where the longitude should be set to.
22+
23+
### Events
24+
#### On change microflow
25+
An optional microflow that will be triggered once the location has been retrieved. It is advised to use this at least with a Refresh in client call, to make sure the UI is updated correctly.

0 commit comments

Comments
 (0)