README.txt

Same filename in this branch
  1. 7.x-1.x ctools_plugin_example/README.txt
Same filename in other branches
  1. 4.0.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Recommended Modules
 * Installation
 * Configuration


INTRODUCTION
------------

The Chaos tool suite (ctools) module is primarily a set of APIs and tools to
improve the developer experience. It also contains a module called the Page
Manager whose job is to manage pages. In particular it manages panel pages, but
as it grows it will be able to manage far more than just Panels.

The Chaos Tool Suite (ctools) is a series of tools that makes code readily
available for developers and creates libraries for other modules to use. Modules
that use ctools include Views and Panels.

End users will use ctools as underlying user interface libraries when operating
Views and Panels modules and will not need to explore further (ctools is geared
more toward developer usage). Developers will use the module differently and
work more with the tools provided.

For the moment, it includes the following tools:

 * Plugins -- tools to make it easy for modules to let other modules implement
   plugins from .inc files.
 * Exportables -- tools to make it easier for modules to have objects that live
   in database or live in code, such as 'default views'.
 * AJAX responder -- tools to make it easier for the server to handle AJAX
   requests and tell the client what to do with them.
 * Form tools -- tools to make it easier for forms to deal with AJAX.
 * Object caching -- tool to make it easier to edit an object across multiple
   page requests and cache the editing work.
 * Contexts -- the notion of wrapping objects in a unified wrapper and providing
   an API to create and accept these contexts as input.
 * Modal dialog -- tool to make it simple to put a form in a modal dialog.
 * Dependent -- a simple form widget to make form items appear and disappear
   based upon the selections in another item.
 * Content -- pluggable content types used as panes in Panels and other modules
   like Dashboard.
 * Form wizard -- an API to make multi-step forms much easier.
 * CSS tools -- tools to cache and sanitize CSS easily to make user-input CSS
   safe.

 * For a full description of the module visit:
   https://www.drupal.org/project/ctools

 * To submit bug reports and feature suggestions, or to track changes visit:
   https://www.drupal.org/project/issues/ctools


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

The Advanced help module provides extended documentation. Once enabled,
navigate to Administration > Advanced Help and select the Chaos tools link to
view documentation.

 * Advanced help - https://www.drupal.org/project/advanced_help


INSTALLATION
------------

 * Install the Chaos tool suite module as you would normally install a
   contributed Drupal module. Visit https://www.drupal.org/node/895232 for
   further information.

File

./README.txt

View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Recommended Modules
  6. * Installation
  7. * Configuration
  8. INTRODUCTION
  9. ------------
  10. The Chaos tool suite (ctools) module is primarily a set of APIs and tools to
  11. improve the developer experience. It also contains a module called the Page
  12. Manager whose job is to manage pages. In particular it manages panel pages, but
  13. as it grows it will be able to manage far more than just Panels.
  14. The Chaos Tool Suite (ctools) is a series of tools that makes code readily
  15. available for developers and creates libraries for other modules to use. Modules
  16. that use ctools include Views and Panels.
  17. End users will use ctools as underlying user interface libraries when operating
  18. Views and Panels modules and will not need to explore further (ctools is geared
  19. more toward developer usage). Developers will use the module differently and
  20. work more with the tools provided.
  21. For the moment, it includes the following tools:
  22. * Plugins -- tools to make it easy for modules to let other modules implement
  23. plugins from .inc files.
  24. * Exportables -- tools to make it easier for modules to have objects that live
  25. in database or live in code, such as 'default views'.
  26. * AJAX responder -- tools to make it easier for the server to handle AJAX
  27. requests and tell the client what to do with them.
  28. * Form tools -- tools to make it easier for forms to deal with AJAX.
  29. * Object caching -- tool to make it easier to edit an object across multiple
  30. page requests and cache the editing work.
  31. * Contexts -- the notion of wrapping objects in a unified wrapper and providing
  32. an API to create and accept these contexts as input.
  33. * Modal dialog -- tool to make it simple to put a form in a modal dialog.
  34. * Dependent -- a simple form widget to make form items appear and disappear
  35. based upon the selections in another item.
  36. * Content -- pluggable content types used as panes in Panels and other modules
  37. like Dashboard.
  38. * Form wizard -- an API to make multi-step forms much easier.
  39. * CSS tools -- tools to cache and sanitize CSS easily to make user-input CSS
  40. safe.
  41. * For a full description of the module visit:
  42. https://www.drupal.org/project/ctools
  43. * To submit bug reports and feature suggestions, or to track changes visit:
  44. https://www.drupal.org/project/issues/ctools
  45. REQUIREMENTS
  46. ------------
  47. This module requires no modules outside of Drupal core.
  48. RECOMMENDED MODULES
  49. -------------------
  50. The Advanced help module provides extended documentation. Once enabled,
  51. navigate to Administration > Advanced Help and select the Chaos tools link to
  52. view documentation.
  53. * Advanced help - https://www.drupal.org/project/advanced_help
  54. INSTALLATION
  55. ------------
  56. * Install the Chaos tool suite module as you would normally install a
  57. contributed Drupal module. Visit https://www.drupal.org/node/895232 for
  58. further information.