... | @@ -33,7 +33,7 @@ See the section [XRX++ Development](./Home) for detailed information about the X |
... | @@ -33,7 +33,7 @@ See the section [XRX++ Development](./Home) for detailed information about the X |
|
|
|
|
|
See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source-Code) on how to compile and deploy XRX source code into a MOM-CA instance.
|
|
See the [MOM-CA compiling and deployment guide](./Compiling-and-Deploying-Source-Code) on how to compile and deploy XRX source code into a MOM-CA instance.
|
|
|
|
|
|
### my/XRX/res/jssaxparser<br/>my/XRX/res/jquery<br/>my/XRX/res/codemirror<br/>my/XRX/res/xml
|
|
### my/XRX/res/jssaxparser<br/>my/XRX/res/jquery<br/>my/XRX/res/codemirror
|
|
|
|
|
|
The [my/XRX/res directory](../tree/master/my/XRX/res) contains external JavaScript libraries such as [jssaxparser](https://code.google.com/p/jssaxparser/), [jQuery UI](https://jqueryui.com/) or [codemirror](http://codemirror.net/). The external JavaScript libraries are patched with the code below the [my/XRX/res](../tree/master/my/XRX/res) directory during installation and afterwards they are deployed into the eXist database. JavaScript is mainly used for client-side features that cannot be implemented with the XForms language.
|
|
The [my/XRX/res directory](../tree/master/my/XRX/res) contains external JavaScript libraries such as [jssaxparser](https://code.google.com/p/jssaxparser/), [jQuery UI](https://jqueryui.com/) or [codemirror](http://codemirror.net/). The external JavaScript libraries are patched with the code below the [my/XRX/res](../tree/master/my/XRX/res) directory during installation and afterwards they are deployed into the eXist database. JavaScript is mainly used for client-side features that cannot be implemented with the XForms language.
|
|
|
|
|
... | | ... | |