Hello guys,
I have to make one exercise that content one accordion of controls hideables. For this I´m use the controls “One Way Toggle Link”, “Hideable Panel” and “Script Block” whit the next properties:
One Way Toggle Link : “Property FOR” - ContentOne and “Property ID” - For Identification of control
Hideable Panel: “Property ID” - Content-One (Note: In this part the property “ID” is the same at control "One way toggle link - Property FOR ")
Script Block: “Property Value” - The next Java Script Code
Event.observe($(‘#{activePageBean.clientIds[‘toggle-one’]}’), “click”, function() {
CAF.model(‘#{activePageBean.clientIds[‘content-two’]}’).hide();
CAF.model(‘#{activePageBean.clientIds[‘content-three’]}’).hide();
});
Note: I am currently using version9.8
I have three One Way Toggle Link, three Hideable’s Panel and one Script Block.
***But After doing all this my portlet does nothing. This is the page where you guide me
http://communities.softwareag.com/ecosystem/commun...rdion_Description.html#1099960
Can you help me please ASAP.
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods