You are here

Files in DraggableViews 6.3

Primary tabs

File namesort descending Location Namespace Description
draggableviews-view-draggabletable-form.tpl.php draggableviews-view-draggabletable-form.tpl.php
draggableviews-view-draggabletable.tpl.php draggableviews-view-draggabletable.tpl.php This file is a modified version of: views-view-table.tpl.php,v 1.8 2009/01/28 00:43:43 merlinofchaos.
draggableviews.inc draggableviews.inc Draggableviews processing functions. Rough summary of what functions in this file do:
draggableviews.info draggableviews.info name = DraggableViews description = Makes Views draggable dependencies[] = views package = Views core = 6.x
draggableviews.install draggableviews.install Draggableviews defines a new database schema for saving the collapsed/expand state of views.
draggableviews.module draggableviews.module Draggableviews module provides a style plugin for views. With this plugin rows become draggable and can be organized in complex structures.
draggableviews.views.inc views/draggableviews.views.inc Derives the view style plugin
draggableviews_book.info modules/draggableviews_book/draggableviews_book.info name = DraggableViews Book handler description = Provides Book support. dependencies[] = draggableviews dependencies[] = book package = Views core = 6.x
draggableviews_book.module modules/draggableviews_book/draggableviews_book.module Draggableviews Book module provides Book-support.
draggableviews_book.views.inc modules/draggableviews_book/draggableviews_book.views.inc Provide special views data and handlers for book.module
draggableviews_cck.info modules/draggableviews_cck/draggableviews_cck.info name = DraggableViews CCK handler description = Provides CCK support for both order fields and parent fields. dependencies[] = draggableviews dependencies[] = content package = Views core = 6.x
draggableviews_cck.module modules/draggableviews_cck/draggableviews_cck.module Draggableviews CCK module provides CCK-support for order fields.
draggableviews_handler.inc implementations/draggableviews_handler.inc The parent class of all draggableviews handlers.
draggableviews_handler_book.inc modules/draggableviews_book/draggableviews_handler_book.inc The default implementation for draggableviews.
draggableviews_handler_cck.inc modules/draggableviews_cck/draggableviews_handler_cck.inc The default implementation for draggableviews.
draggableviews_handler_native.inc implementations/draggableviews_handler_native.inc The default implementation of draggableviews handlers.
draggableviews_handler_taxonomy.inc modules/draggableviews_taxonomy/draggableviews_handler_taxonomy.inc The taxonomy handler.
draggableviews_plugin_style_draggabletable.inc views/draggableviews_plugin_style_draggabletable.inc Draggableviews style plugin definition.
draggableviews_taxonomy.info modules/draggableviews_taxonomy/draggableviews_taxonomy.info name = DraggableViews Taxonomy handler description = Provides Taxonomy support for both order fields and parent fields. dependencies[] = draggableviews dependencies[] = taxonomy package = Views core = 6.x
draggableviews_taxonomy.module modules/draggableviews_taxonomy/draggableviews_taxonomy.module DraggableViews taxonomy module provides taxonomy support for both order fields and parent fields.
draggableviews_theme.inc draggableviews_theme.inc Theme functions.
README.txt README.txt Draggableviews --------------- This module provides a style plugin for views. This plugin allows dragging nodes and saving the new structure. Quick install: 1) Activate Draggableviews module at yoursite?q=admin/build/modules. 2) Navigate to views…
styles.css styles.css .draggableviews-expand{ margin-left: 3px; position: relative; top:3px; background-image: url("graphics/icon_expand.gif"); width: 15px; height: 20px; display: inline-block; cursor: pointer; } .draggableviews-collapse{ …
views_handler_argument_draggableviews_book.inc modules/draggableviews_book/views_handler_argument_draggableviews_book.inc Draggableviews views handler argument.
views_handler_field_draggableviews_structure.inc views/handlers/views_handler_field_draggableviews_structure.inc Draggableviews structure field handler
views_handler_sort_draggableviews_structure.inc views/handlers/views_handler_sort_draggableviews_structure.inc Draggableviews structure sort handler

Other projects