... |
... |
@@ -33,8
+33,9 @@ |
33 |
33 |
|projektId|The ID of the form. The form ID can be accessed via the JavaScript object {{code}}window.XFC_METADATA.currentProject.id{{/code}}.|Yes, when //mandantName// was not specified. |
34 |
34 |
|queryParameter|When the LDAP query contains placeholders (question marks, {{code}}?{{/code}}), a list of parameters must be supplied for each placeholder. The items are separated with the delimiter as defined by the URL parameter //delimiter//.|No |
35 |
35 |
|delimiter|The delimiter for the placeholder values, see //queryParameter//. Defaults to a comma {{code}},{{/code}}|No |
|
36 |
+{{/table}} |
36 |
36 |
|
37 |
|
-When you want to initiate an LDAP query from a form via JavaScript, use the URL provided by the JavaScript object [[window.XFC_METADATA>>doc:Main.Formular-Metadaten.WebHome]]. The LDAP query URL can be accessed via {{code language="javascript"}}window.XFC_METADATA.urls.datasource_ldap{{/code}}. |
|
38 |
+When you want to initiate an LDAP query from a form via JavaScript, use the URL provided by the JavaScript object [[window.XFC_METADATA>>doc:Main.Formular-Metadaten]]. The LDAP query URL can be accessed via {{code language="javascript"}}window.XFC_METADATA.urls.datasource_ldap{{/code}}. |
38 |
38 |
|
39 |
39 |
The LDAP queries returns a JSON object that can be parsed with {{code language="javascript"}}JSON.parse(...){{/code}} |
40 |
40 |
|