You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
The Geolocation widget enables PhoneGap native geolocation functionality within
4
+
your Mendix mobile application. This is a widget that will be functional from
5
+
Mendix 5.10.
4
6
5
7
## Contributing
6
8
7
-
For more information on contributing to this repository visit [Contributing to a GitHub repository](https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)!
9
+
For more information on contributing to this repository visit
10
+
[Contributing to a GitHub repository](https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository).
8
11
9
12
## Configuration
10
13
11
-
Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.
14
+
Place the widget in a dataview where you want the button to be placed. Make
15
+
sure this form is reachable from a mobile application.
12
16
13
17
### Button
18
+
14
19
#### Label
20
+
15
21
The label text that is shown on the button.
16
22
17
23
#### Class
24
+
18
25
An optional class to be placed directly on the button dom node.
19
26
20
27
### Data source
28
+
21
29
#### Latitude Attribute
30
+
22
31
The attribute on the dataview object where the latitude should be set to.
23
32
24
33
#### Longitude Attribute
34
+
25
35
The attribute on the dataview object where the longitude should be set to.
26
36
27
37
### Events
38
+
28
39
#### On change microflow
29
-
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.
40
+
41
+
An optional microflow that will be triggered once the location has been
42
+
retrieved. It is advised to use this at least with a Refresh in client call, to
0 commit comments