Library of prototype VDL custom extensions for FICO Xpress Insight
These VDL Extensions are named with the vdlx-
prefix.
This means that they are written by the Xpress Insight VDL team and are earmarked for possible inclusion in a future version of the software.
It is recommended that you keep up to date with any changes to this software.
If any of these extensions are included in the product then they will be deprecated here and will appear in Xpress Insight with the normal vdl-
prefix.
You are welcome to use these extensions in your VDL apps and to learn from the source code in creating your own extensions. When developing custom extensions please use another namespace so that there is no confusion between your own custom extensions and the official ones.
Zip up the contents of the dist
directory, then upload the zip archive to your instance of Xpress Insight 4.x.
After loading a new App will be available named: 'VDL Extensions Demo'.
The dist/client_resources/includes
directory contains the custom extension source. Use <vdl-include src="vdlx-extension-name.vdl"/>
where extension-name
is one of these custom extensions to include in your view. The relevant tag will then be usable within your app.
the main sidebar extension discussion
a simple toolbar, usually top of view discussion
a dropdown menu
tabs or pills for inner view navigation discussion
a modal dialog wrapper that can contain custom VDL discussion
There are other component demos within this repository that were simpler to create with exisitng VDL and HTML rather than creating a custom extension.
We will be accepting pull requests and feature requests and defect fixes so please contact us if you have Xpress Insight app requirements that may be enhanced with custom extensions.
Joc O'Connor - VDL Technical Lead for FICO Xpress Insight
The code in this repository is covered by the Apache 2 Licence.