Backgroud: I just want to realize a function like HTML online editing tool, left panel with Controller parts, right panel using panel, sortable to html editor. (Using sortable will be helpful, due to autolayout. Using Panel as automatical size updating). In JQ-UI Dragable, there is connectToSortable setting, easy to connect with sortable items. But JQX just had connectwith setting in Sortable, not drapdrop. Is there any advice or similar way to realize it.. Thanks a lot.
$( “.draggable”).draggable({
connectToSortable: “#jqxDockPanel”,
});