renders marker on the area where a portlet can be dropped during drag-n-drop
target | string | id of the view that should be selected |
mode | string | the mode of selection ("top","bottom","left","right") |
$$("myportlet").markDropArea(target, mode);
Back to top