Portlet and their contents
Hi there,
I use the example of Jquery UI with Portlets. But, in my portlets-contents, I want to use a Google Map.
When I am clicking on the map to move the location, my portlet is selected and move ...
There is a way to disable the click on the content ? The users will have to click on the header to move the portlet so.
I tried these two things :
$(".portlet-content").sortable({ disabled: true });
$( ".portlet" ).sortable({ handle: '.portlet-header' });
But ... ^^
Thanks for all !