Skip to content

Commit a29c18c

Browse files
Make README a bit more readable
1 parent bd9217b commit a29c18c

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,43 @@
1-
#GeolocationForPhoneGap
1+
# GeolocationForPhoneGap
22

3-
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.
46

57
## Contributing
68

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).
811

912
## Configuration
1013

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.
1216

1317
### Button
18+
1419
#### Label
20+
1521
The label text that is shown on the button.
1622

1723
#### Class
24+
1825
An optional class to be placed directly on the button dom node.
1926

2027
### Data source
28+
2129
#### Latitude Attribute
30+
2231
The attribute on the dataview object where the latitude should be set to.
2332

2433
#### Longitude Attribute
34+
2535
The attribute on the dataview object where the longitude should be set to.
2636

2737
### Events
38+
2839
#### 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
43+
make sure the UI is updated correctly.

0 commit comments

Comments
 (0)