I am doing a design screen for my customers and i use jquery sortable portlets. i put the html editor each column.When u write something into the editor then drag drop the portlets the editor's content is disappearing.After droping it,i change the active mode of editor to preview and design,then i see that content is there.How can i solve this problem ?
|
feedback
|
|
I play now a little with the jquery sortable portlets and I notice that its not just move the position of each div, but redesign the full struct of the divs on each drag-drop. This is mean that is probably copy/paste the inside div on every moving action. Now your editor is initialize what its show, and from the moment that the portless is move the div content to other possition, the initialize from the editor is lost. To gain it again I suggest to reinitialize the editor after any drag-drop. | |||||||||||
feedback
|