Using jQuery I can reference an element and use either toggleClass, addClass, or removeClass functions. How would I accomplish that using the Adf client framework?
Here is my handler thus far
function _toggleQuickLinks(event){ var source = event.source(); event.cancel(); }
How do I correctly use the Adf client side objects to toggle the css class.
Thanks!