Hello,
* We have searched and viewed every mention of JavaScript in the Forum as well as consulted the manual.
We are trying to implement JavaScript "widgets" which are tightly integrated with a BSV inside a Visual Perspective or Panel Area - OR - simply as a New Tab begin called as a Command.
How it should work is - We either call this as a COMMAND inside a VP panel area to display data from our BSV (via JSON) nicley, OR would wish to have a Toolbar button which creates a NEW Tab and the Fullscreen is the Widget
** We have these JS Widgets (We will just call them this for now) from this vendor - http://webix.com/pivot/index.html
Step 1: We create a BSV Object called "data"
Step 2: We create a FORM which has the option "Use custom form" selected
as the Form Script: we choose our "widget.js" which get the JSON payload
as the Function: we call "createWidget"
as the HTML file: we call "widget.html" which has the DIV to present the JS
Step 3: ALL custom JS and CSS is located in \AwareIM\Tomcat\webapps\AwareIM\Custom (JS or CSS folders)
Step 4: We added the JS into the "startup.html"
The tab open and displays an empty page.
- How we know our JSON and Widget is working but just not visible?
- We can see in the Inspect Element that the DATA arrived and is just not visible
Also tried: So we have also tried to add it as part of the ExtJS "library"
Any or All help is appreciated... Even we are not certain if our approach(s) to solve this are good as this portion alone could be a multi-page How-To inside the manual.
Please comment if you have any experience - We would like to make this document public once we finish documenting the entire EXACT process.
https://docs.google.com/document/d/1uom_xc6G8qTwLqEPDWBoz4DWNv8wRvrEL2_qn1vCh1k/edit?usp=sharing