Hi all!
I've followed the steps to create a user control per Online Help: created an HTML web page, JavaScript, CSS, etc. I've also imported my .html file via Edit -> Web User Control Assets. I added it to a test form and it rendered in both the ClickOnce client and the web client, cool.
Where I'm completely lost is how to integrate it into Syteline so it acts like any other control.
All Online Help says is this:
"Do whatever else that might be required to integrate the user control with the data from the form.
This might include data binding, form scripting, or whatever else is necessary to push and pull data between the form and the user control.
For calls from the form to the user control, you can use the PostUserControlMessage scripting API and/or a form event handler with the response type Invoke User Control.
For calls from the user control back to the form, you can use JavaScript API methods such as WSForm.getCompValue, WSForm.setCompValue, WSForm.getVarValue, WSForm.setVarValue, WSForm.invoke, WSForm.generate, WSForm.subscribe, WSForm.UserControl.registerListener, MG.onReady, and MG.generateServerEvent."
My problem is, I can't find documentation for any of this. I'm specifically interested in data binding, as all I really did was create a specialized textbox. Anyone know where I can find more info?
* CSI 9.00.30
* Hosted (non-cloud)
* Reference: https://csi901.inforcloudsuite.com/syteline/language/en-us/kjb1475099684524.html