mstahv / diagram-builder

Vaadin Add-on built over ALLOYUI DiagramBuilder
Apache License 2.0
7 stars 11 forks source link

Can I use this add-on in vaadin-portlet (on liferay 6.2.1)? #6

Open cccnam5158 opened 9 years ago

cccnam5158 commented 9 years ago

Actually I applied this add-on to my vaadin-liferay-portlet.

Env.

Result

Diagram Builder was successfully displayed. but.. no response when i clicked liferay's portlet's edit button. and i cannot drag and drop component.

here is my chrome's console log.

Uncaught TypeError: Cannot read property 'skin-sam-aui-sortable-layout' of undefined Uncaught TypeError: Cannot read property 'aui-autosize-deprecated' of undefined Uncaught TypeError: Cannot read property 'liferay-dockbar-keyboard-interaction' of undefined

k-474