I'm trying to click panel splitter collaplse/expand button with javascript / jquery, to no avail.
Here is an example of the splitters: http://jdevadf.oracle.com/adf-richclient-demo/faces/components/index.jspx;jsessionid=GTYNMf7Mq2JD6L4v38yCdTh2HLplhJYLTGc1J1TjZFwmpZjcqh1n!-294683649?_afrLoop=28596129526428344&_afrWindowMode=0&_afrWindowId=null#%2Fcomponents%2FpanelSplitter.jspx%40
As you can see, when you click the small buttons with arrows, the regions collapse. If I try to get element and click it, nothing happens.
$("dmoTpl:innerVerticalSplitter::i").onclick()
If I load jquery script and trigger click, also nothing happens. I'm a bit confused how this all works and why script clicks are ignored. Any ideas?