Search the Community
Showing results for tags 'drag&drop'.
-
PAGEGRID – A visual page builder for ProcessWire. Design fully responsive websites (or parts of them) without writing any code. Use ProcessWire's native templates (and fields) to create your own blocks. Rearrange and resize items in a visual way and use inline or modal editing to quickly edit th...
- 10 replies
-
- 34
-
-
-
- pagebuilder
- builder
- (and 4 more)
-
PAGEGRID 1 released!
- 26 replies
-
- 21
-
-
Hi guys! I'm creating a module to manage, edit, publish ... pages. It is very similar to ProcessBatcher. Changelog: In progress Features: Select pages with your mouse like a desktop enviroment. If you press "edit" the selected pages will appear in a...
- 3 replies
-
- 1
-
-
- module
- administration
-
(and 1 more)
Tagged with:
-
Hi there, I know this topic isn't new but I can't find a valid solution. I'd like to reorder manually my subpages via drag and drop, but it doesn't work. Here's my code: <?php $works = $pages->find("template=visit-detail, limit=10"); foreach($works as $w) {...