File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ Apache License
186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright {yyyy} {name of copyright owner}
189+ Copyright 2014 Mendix BV
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1010 <property key =" buttonLabel" type =" translatableString" required =" true" >
1111 <caption >Label</caption >
1212 <category >Button</category >
13- <description ></description >
13+ <description />
14+ <translations >
15+ <translation lang =" en_US" >Location</translation >
16+ <translation lang =" nl_NL" >Locatie</translation >
17+ </translations >
1418 </property >
1519 <property key =" buttonClass" type =" string" required =" false" >
1620 <caption >Class</caption >
1721 <category >Button</category >
18- <description ></ description >
22+ <description />
1923 </property >
2024 <property key =" latAttr" type =" attribute" required =" true" >
2125 <caption >Latitude Attribute</caption >
2226 <category >Data source</category >
23- <description ></ description >
27+ <description />
2428 <attributeTypes >
2529 <attributeType name =" Decimal" />
2630 <attributeType name =" Float" />
2933 <property key =" longAttr" type =" attribute" required =" true" >
3034 <caption >Longitude Attribute</caption >
3135 <category >Data source</category >
32- <description ></ description >
36+ <description />
3337 <attributeTypes >
3438 <attributeType name =" Decimal" />
3539 <attributeType name =" Float" />
3842 <property key =" onchangemf" type =" microflow" required =" false" >
3943 <caption >On change microflow</caption >
4044 <category >Events</category >
41- <description ></ description >
45+ <description />
4246 <returnType type =" Void" />
4347 </property >
4448 </properties >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://www.mendix.com/package/1.0/" >
3- <clientModule xmlns =" http://www.mendix.com/clientModule/1.0/"
4- name =" Geo Location For PhoneGap" version =" 3.0" >
3+ <clientModule xmlns =" http://www.mendix.com/clientModule/1.0/" name =" Geo Location For PhoneGap" version =" 3.0.1" >
54 <widgetFiles >
65 <widgetFile path =" GeoLocationForPhoneGap/GeoLocationForPhoneGap.xml" />
76 </widgetFiles >
You can’t perform that action at this time.
0 commit comments