Hi there,
I have a bit of a noob question. I am trying to create a custom skuid component for a “pill” gauge. Here’s a static view of the “pill” in fiddle, https://jsfiddle.net/c5gwk6jh/7/. I registered the component in runtime.js as prosvisualizations__scoregauge. Right now, I am executing the javascript on the visual force page inside a and it renders okay. I want to associate this javascript with the component such that when you include the component the javascript is automatically included… (I’m thinking like a lightning component or an angularJS directive). I tried to add a skuid IIFE in the static resource tied to onload. I also tried to create the javascript in the UI from the page editor. Both to no avail. I don’t think I got the syntax exactly right, didn’t include the namespace correctly, package prefix correctly, or something related to the glueware.
It is probably a simple answer so any help in associating javascript to custom component is most appreciated. Or if my approach is wrong, then any guidance from that regard would be much appreciated, as well.
Thanks,
jason