Need to include drag&drop functions in my project.
There are 5 flex containers, wich needed to be replaced by long click -> drag & drop.
I can pay some money for result =)
This is an example of project:
https://yadi.sk/d/UriZOc32BOMNpA
Who can help with drag&drop ?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Who can help with drag&drop ?
SCRUM Only
Re: Who can help with drag&drop ?
I'm not sure I follow exactly you are wanting to do. What do you mean by 'need to include drag&drop functions in my project'? When the project is previewed what is supposed to happen?
Re: Who can help with drag&drop ?
I need the the flex containers to move and change their places via drag&drop.
SCRUM Only
Re: Who can help with drag&drop ?
I assume you mean within the workspace? You can re-arrange them by either using the Arrange tools (right clicking on the object also brings up the arrange tools), using the + or - button on the number pad or you can simply select the object and holding down the left mouse button drag the container to where you want it. Using the last method, you will see a dark line appear between each container indicating where it will be dropped to.
Re: Who can help with drag&drop ?
=) No
I mean than I need to implement HTML5 Drag&Drop function to this page. After publish this page users need to move this blocks in real-time.
I mean than I need to implement HTML5 Drag&Drop function to this page. After publish this page users need to move this blocks in real-time.
SCRUM Only
Re: Who can help with drag&drop ?
Ok.i understand. You want the user to be able to drag them around.
Need more info.
1. How do the layers appear when you first visit the page?
2. Are the layers/containers to be full width? Fixed size?
3. What is the reasoning for them to be draggable?
4. What kind of content will be inside? Text? images?
5. Do you have an example that would show what you are trying to do?
Need more info.
1. How do the layers appear when you first visit the page?
2. Are the layers/containers to be full width? Fixed size?
3. What is the reasoning for them to be draggable?
4. What kind of content will be inside? Text? images?
5. Do you have an example that would show what you are trying to do?
Re: Who can help with drag&drop ?
1. There are no any layers, only flex containers/layout grids.
2. Full width
3. This page will be personal page for users. They will change containers (info blocks) positions by dragging. Then I will save this params in my DB.
4. Any content
5. https://code.makery.ch/library/dart-drag-and-drop/
Look to Sortable Live Demo example.
2. Full width
3. This page will be personal page for users. They will change containers (info blocks) positions by dragging. Then I will save this params in my DB.
4. Any content
5. https://code.makery.ch/library/dart-drag-and-drop/
Look to Sortable Live Demo example.
SCRUM Only