Members
(constant) getCurrentPosition
- Source:
Methods
updateDownloadLink(anchor, objectUrl, fileName)
- Source:
Update a HTML anchor to serve as a download or reset it if an empty objectUrl is provided.
Parameters:
Name | Type | Description |
---|---|---|
anchor |
HTMLElement | The anchor element |
objectUrl |
string | The objectUrl to download |
fileName |
string | The filename of the file |
xpath-evaluator-binding()
- Source:
Type Definitions
FormDataObj
- Source:
Properties:
Name | Type | Attributes | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
modelStr |
string | XML Model as string |
|||||||||||||
instanceStr |
string |
<optional> |
(partial) XML instance to load |
||||||||||||
submitted |
boolean |
<optional> |
Flag to indicate whether data was submitted before |
||||||||||||
external |
object |
<optional> |
Array of external data objects, required for each external data instance in the XForm Properties
|
GeolocationPosition
- Source:
Properties:
Name | Type | Description |
---|---|---|
geopoint |
string | |
lat |
number | |
lng |
number | |
position |
window.GeolocationPosition |
jQuery
- Source:
jQuery collection
Type:
- object
LatLngArray
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
0 |
string | number | Latitude |
|
1 |
string | number | Longitude |
|
2 |
string | number |
<optional> |
Altitude |
3 |
string | number |
<optional> |
Accuracy |
An array of two (or four) elements, [0]
latitude and [1]
longitude.
LatLngObj
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
lat |
number | Latitude |
|
long |
number | Longitude |
|
alt |
number |
<optional> |
Altitude |
acc |
number |
<optional> |
Accuracy |
NodesetFilter
- Source:
Properties:
Name | Type | Description |
---|---|---|
onlyLeaf |
boolean | |
noEmpty |
boolean |
UpdatedDataNodes
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
nodes |
Array.<string> |
<optional> |
|
repeatPath |
string |
<optional> |
|
repeatIndex |
number |
<optional> |
|
relevantPath |
string |
<optional> |
The object containing info on updated data nodes
ValidateInputResolution
- Source:
Properties:
Name | Type | Description |
---|---|---|
requiredValid |
boolean | |
constraintValid |
boolean |