Prevent collapse in a section widget

375 views
Skip to first unread message

sowm...@gmail.com

unread,
Oct 3, 2014, 11:46:14 AM10/3/14
to suppor...@runmyprocess.com
Hi,

Is there a way to prevent the user from collapsing a section.

Regards,
Sowmya

Abdellatif El Alaoui

unread,
Oct 3, 2014, 11:48:12 AM10/3/14
to suppor...@runmyprocess.com
Hi Sowmya,

Can you give us more details ?

Regards,


--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/70f771f6-8ded-4610-8ec3-dd99d71a5b62%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.



--

Abdellatif EL ALAOUI

Customer Solution Engineer


Afin de contribuer au respect de l'environnement, merci de n'imprimer ce message qu'en cas de nécessité.
Be environmentally friendly: do not print this email unless it is entirely necessary.

Sabine El Rassy

unread,
Oct 7, 2014, 8:11:40 AM10/7/14
to RunMyProcess Support Forum
Hello Sowmya,

We don't have this as a native function in RMP, but you can try to use something as follow:

window.setTimeout(function(){ var sections = $('.gwt-DisclosurePanel a.header');
for(var i=0;i<sections.length;i++){
sections[i].onclick = function (e){
try{
e.stopPropagation();
}catch(e){}
try{
window.event.cancelBubble = true;
}catch(e){}
return false;
}
}
}, 2000);

Best regards, 

Sabine EL RASSY

Reply all
Reply to author
Forward
0 new messages