I am working on a service portal widget. I want the initial visibility of the widget/button to depend on the result of a server-side call. I've created a function, c.onLoad() that accomplishes this. If I add onLoad="c.onLoad()" to the element, the cl...