Skip to content

Commit 0f6c0ae

Browse files
committed
Fix missing files and broken paths
1 parent 2785900 commit 0f6c0ae

File tree

8 files changed

+25615
-624
lines changed

8 files changed

+25615
-624
lines changed

docs/jsdoc/bcdui.component.chart.SVGVMLDrawer.html

Lines changed: 8134 additions & 0 deletions
Large diffs are not rendered by default.

docs/jsdoc/bcdui.i18n.html

Lines changed: 8913 additions & 0 deletions
Large diffs are not rendered by default.

docs/jsdoc/bcdui.widget.DetachedEvent.html

Lines changed: 8275 additions & 0 deletions
Large diffs are not rendered by default.

docs/tutorial/index.html

Lines changed: 288 additions & 616 deletions
Large diffs are not rendered by default.

tutorial/appsetup.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,9 @@ The jndi entry
5353
----
5454
is important as it denotes the connection used of none is explicitly given in a BindingSet.
5555

56-
. Unzip link:https://businesscode.github.io/BCD-UI-Docu/resources/bcduiApiStubs.zip[window=_blank] into `WebContent/bcdui/dev/`. +
56+
. Unzip bcduiApiStubs.zip at link:https://github.com/businesscode/BCD-UI-Docu/tree/master/resources[^] into `WebContent/bcdui/dev/`. +
5757
This file can be used for autocompletion of BCD-UI JavaScript classes in the editor by using
5858
+
59-
[source,javascript]
60-
----
61-
import {bcdui} from "../bcdui/dev/bcduiApiStubs.js";
6259
----
6360
During runtime when, served by the server, this `import` is automatically removed from the JavaScript files and the real API and the implementation is read from bcdui-core.jar.
6461

tutorial/bootstrap.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ image::images/bootstrap_xmlSupport.png[]
4343

4444
TIP: You refresh them with the "Reload Entries" feature in Eclipse. Keep in mind that online they always reflect the latest XML schemas, independent of the version of BCD-UI you are using.
4545

46-
==== JavaScript Api stubs
46+
==== JavaScript / TypeScript Api
4747

48-
BCD-UI provides a file with its JavaScript API. Add this to your IDE, and you will have auto-complete while editing JavaScript. The file can be found here: link:https://businesscode.github.io/BCD-UI-Docu/resources/bcduiApiStubs.zip[^]. +
48+
BCD-UI provides a file with its JavaScript API. Add this to your IDE, and you will have auto-complete while editing JavaScript. The file can be found here: link:https://github.com/businesscode/BCD-UI-Docu/tree/master/resources[^]. +
4949

5050
image::images/bootstrap_addJsCodeCompletion.png[]
5151
will bring you, code completion and help tooltips while hovering with your mouse:

tutorial/simpleReq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Now add the following script block to `blankPage.js`:
6262

6363
var staticData = new bcdui.core.SimpleModel("staticData.xml");
6464

65-
TIP: The import makes BCD-UI JavaScript API stubs available to the editor. It will be removed by during runtime by BCD-UI automatically and is only used during editing. The file with the subs can be downloaded here from link:https://businesscode.github.io/BCD-UI-Docu/resources/bcduiApiStubs.js[bcduiApiStubs.js^]
65+
TIP: The import makes BCD-UI JavaScript API stubs available to the editor. It will be removed by during runtime by BCD-UI automatically and is only used during editing. The file with the subs can be downloaded here from link:https://github.com/businesscode/BCD-UI-Docu/tree/master/resources[^]
6666

6767
image::images/ide_javascriptAutocomplete.png[]
6868

web/META-INF/context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
validationQuery="select 1"
2020
testOnBorrow="true"
2121
driverClassName="org.duckdb.DuckDBDriver"
22-
url="jdbc:duckdb:/Users/martinbernemann/IdeaProjects/BCD-UI-Docu/web/WEB-INF/bcdui-demo.duckdb"
22+
url="jdbc:duckdb:/--Your-Path-to-Project--/BCD-UI-Docu/web/WEB-INF/bcdui-demo.duckdb"
2323
username=""
2424
password="" />
2525

0 commit comments

Comments
 (0)