From version < 4.2 >
edited by awa
on 05.04.2019, 12:42
To version < 7.1 >
edited by nlo
on 09.05.2019, 16:37
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.awa
1 +XWiki.nlo
Content
... ... @@ -34,7 +34,7 @@
34 34  http(s):~/~/<server>/formcycle/datenquellecsv?mandantName=<Mandant-Name>&name=<Datenquellen-Name>
35 35  {{/info}}
36 36  
37 -At an access of the {{designer/}} always use the global variables object //XFC_METADATA//, see also [[global designer variables>>doc:Formcycle.FormDesigner.ScriptMetaAndCssTabs.ScriptTab.FormMetadata]]. For example it can be accessed as follows: {{code}}XFC_METADATA.urls.datasource_csv{{/code}}.
37 +At an access of the {{designer/}} always use the global variables object //XFC_METADATA//, see also [[global designer variables>>doc:Formcycle.FormDesigner.CodingPanel.ScriptTab.FormMetadata]]. For example it can be accessed as follows: {{code}}XFC_METADATA.urls.datasource_csv{{/code}}.
38 38  
39 39  The following parameters are possible:
40 40  
... ... @@ -63,7 +63,7 @@
63 63  
64 64  
65 65  
66 -In the {{designer/}} the following script is used in the [[script area>>doc:Formcycle.FormDesigner.ScriptMetaAndCssTabs.ScriptTab.WebHome]].
66 +In the {{designer/}} the following script is used in the [[script area>>doc:Formcycle.FormDesigner.CodingPanel.ScriptTab.WebHome]].
67 67  
68 68  {{code language="javascript"}}
69 69  $.getJSON( XFC_METADATA.urls.datasource_csv + "?name=Demo&mandantName=xima.de", function(json) {
... ... @@ -83,7 +83,7 @@
83 83  
84 84  === Exeption selection element ===
85 85  
86 -{{figure image="089En.png" width="300"}}
86 +{{figure image="data_source_csv_designer_de.png"}}
87 87  The connection of a data source to a selection element takes place directly in the {{designer/}}
88 88  {{/figure}}
89 89  
... ... @@ -148,7 +148,7 @@
148 148  http(s):~/~/<server>/formcycle/datenquellexml?mandantName=<Mandant-Name>&name=<Datenquellen-Name>
149 149  {{/info}}
150 150  
151 -If you access from the {{designer/}}, always use the global variable object //XFC_METADATA//, see also [[global designer variables>>doc:Formcycle.FormDesigner.ScriptMetaAndCssTabs.ScriptTab.FormMetadata]]. For example it can be accessed as follows: {{code language="javascript"}}XFC_METADATA.urls.datasource_xml{{/code}}.
151 +If you access from the {{designer/}}, always use the global variable object //XFC_METADATA//, see also [[global designer variables>>doc:Formcycle.FormDesigner.CodingPanel.ScriptTab.FormMetadata]]. For example it can be accessed as follows: {{code language="javascript"}}XFC_METADATA.urls.datasource_xml{{/code}}.
152 152  
153 153  The following parameter are possible:
154 154  
... ... @@ -188,7 +188,7 @@
188 188  http(s):~/~/<server>/formcycle/datenquellejson?mandantName=<Mandant-Name>&name=<Datenquellen-Name>
189 189  {{/info}}
190 190  
191 -At an access from the {{designer/}} always use the global variable object //XFC_METADATA//, see also [[global designer variables>>doc:Formcycle.FormDesigner.ScriptMetaAndCssTabs.ScriptTab.FormMetadata]]. For example you can access as follows: {{code language="javascript"}}XFC_METADATA.urls.datasource_json{{/code}}.
191 +At an access from the {{designer/}} always use the global variable object //XFC_METADATA//, see also [[global designer variables>>doc:Formcycle.FormDesigner.CodingPanel.ScriptTab.FormMetadata]]. For example you can access as follows: {{code language="javascript"}}XFC_METADATA.urls.datasource_json{{/code}}.
192 192  
193 193  The following parameter are possible:
194 194  
Copyright 2000-2024