Mercurial > hg > rr-repo
annotate sites/all/modules/ctools/ctools_plugin_example/README.txt @ 9:830c812b520f
added smtp module
author | root <root@paio.local> |
---|---|
date | Mon, 28 Oct 2013 15:34:27 +0000 |
parents | ff03f76ab3fe |
children |
rev | line source |
---|---|
danielebarchiesi@0 | 1 |
danielebarchiesi@0 | 2 The CTools Plugin Example is an example for developers of how to CTools |
danielebarchiesi@0 | 3 access, argument, content type, context, and relationship plugins. |
danielebarchiesi@0 | 4 |
danielebarchiesi@0 | 5 There are a number of ways to profit from this: |
danielebarchiesi@0 | 6 |
danielebarchiesi@0 | 7 1. The code itself intends to be as simple and self-explanatory as possible. |
danielebarchiesi@0 | 8 Nothing fancy is attempted: It's just trying to use the plugin API to show |
danielebarchiesi@0 | 9 how it can be used. |
danielebarchiesi@0 | 10 |
danielebarchiesi@0 | 11 2. There is a sample panel. You can access it at /ctools_plugin_example/xxxx |
danielebarchiesi@0 | 12 to see how it works. |
danielebarchiesi@0 | 13 |
danielebarchiesi@0 | 14 3. There is Advanced Help at admin/advanced_help/ctools_plugin_example. |