Search for _example

Files

NameLocationDescription
ahah_example/ahah_example.infoahah_example/ahah_example.infoname = AHAH example description = Demonstrates how to define AHAH forms. core = 6.x package = Example modules
ahah_example/ahah_example.moduleahah_example/ahah_example.moduleDemo of some varieties of AHAH in Drupal 6. A tutorial based on this module is at http://randyfay.com/ahah.
ahah_example/ahah_example_simple_validation.incahah_example/ahah_example_simple_validation.incDemonstrate validation of a textfield using AHAH. This approach allows 'live' validation of a field which degrades gracefully when JavaScript is not available.
batch_example/batch_example.infobatch_example/batch_example.infoname = Batch example description = Demonstrates how to define batch operations. core = 6.x package = Example modules
batch_example/batch_example.installbatch_example/batch_example.installBatch example module's install and uninstall code.
batch_example/batch_example.modulebatch_example/batch_example.moduleThis is an example outlining how a module can define batches.
block_example/block_example.infoblock_example/block_example.infoname = Block example description = Demonstrates how to define blocks. core = 6.x package = Example modules
block_example/block_example.installblock_example/block_example.installInstall, update and uninstall functions for the block_example module.
block_example/block_example.moduleblock_example/block_example.moduleThis is an example outlining how a module can define blocks to be displayed on each page.
email_example/email_example.infoemail_example/email_example.infoname = E-mail example description = Demonstrates how to use Drupal's e-mail API. core = 6.x package = Example modules
email_example/email_example.moduleemail_example/email_example.moduleExample of how to use Drupal's mail API.
email_example/email_example.testemail_example/email_example.testSimpletest case for email_example module.
filter_example/filter_example.infofilter_example/filter_example.infoname = Filter example description = Demonstrates how to define filters. core = 6.x package = Example modules
filter_example/filter_example.modulefilter_example/filter_example.moduleThis is an example outlining how a module can be used to define a filter to be run on user-submitted content before it is output to the browser.
form_example/form_example.infoform_example/form_example.infoname = Form example description = Demonstrates how to use Drupal's form API. core = 6.x package = Example modules
form_example/form_example.moduleform_example/form_example.moduleExamples demonstrating the Drupal Form API.
form_example/form_example.testform_example/form_example.testtest file for form_example module.
form_example/form_example_elements.incform_example/form_example_elements.incThis is an example demonstrating how a module can define custom form elements.
form_example/form_example_tutorial.incform_example/form_example_tutorial.incThis is the Form API Tutorial from the handbook.
menu_example/menu_example.infomenu_example/menu_example.infoname = Menu example description = Demonstrates how to use Drupal's menu API. core = 6.x package = Example modules
menu_example/menu_example.modulemenu_example/menu_example.moduleDemonstrates uses of the Menu APIs in Drupal, including hook_menu(), hook_menu_alter(), and hook_menu_link_alter().
menu_example/menu_example.testmenu_example/menu_example.testTests for menu example module.
nodeapi_example/nodeapi_example.infonodeapi_example/nodeapi_example.infoname = NodeAPI example description = Demonstrates how to alterate existing content types. core = 6.x package = Example modules
nodeapi_example/nodeapi_example.installnodeapi_example/nodeapi_example.installNodeapi example module's install and uninstall code.
nodeapi_example/nodeapi_example.modulenodeapi_example/nodeapi_example.moduleThis is an example outlining how a module can be used to extend existing content types.
nodeapi_example/nodeapi_example.testnodeapi_example/nodeapi_example.testTest case for Testing the node API example module.
node_access_example/node_access_example.infonode_access_example/node_access_example.infoname = Node access example description = Demonstrates how to restrict access to nodes. core = 6.x package = Example modules
node_access_example/node_access_example.installnode_access_example/node_access_example.installNode access example module's install and uninstall code.
node_access_example/node_access_example.modulenode_access_example/node_access_example.moduleThis is an example illustrating how to restrict access to nodes based on some criterion associated with the user.
node_example/node_example.infonode_example/node_example.infoname = Node example description = Demonstrates how to define content types. core = 6.x package = Example modules
node_example/node_example.installnode_example/node_example.installNode example module's install and uninstall code.
node_example/node_example.modulenode_example/node_example.moduleThis is an example outlining how a module can be used to define a new node type.
node_example/node_example.testnode_example/node_example.testSimpletest case for node_example module.
page_example/page_example.infopage_example/page_example.infoname = Page example description = Demonstrates how to define pages. core = 6.x package = Example modules
page_example/page_example.modulepage_example/page_example.moduleThis is an example outlining how a module can be used to display a custom page at a given URL.
page_example/page_example.testpage_example/page_example.testTest case for Testing the page example module.
simpletest_example/simpletest_example.infosimpletest_example/simpletest_example.infoname = SimpleTest example description = Demonstrates how to define SimpleTest tests. core = 6.x package = Example modules
simpletest_example/simpletest_example.modulesimpletest_example/simpletest_example.moduleAn example of simpletest tests to accompany the tutorial at http://drupal.org/node/395012.
simpletest_example/simpletest_example.testsimpletest_example/simpletest_example.testAn example of SimpleTest tests to accompany the tutorial at http://drupal.org/node/395012.
token_example/token_example.infotoken_example/token_example.infoname = Token example description = An example module showing how to define and use tokens. dependencies[] = token package = Example modules core = 6.x
token_example/token_example.moduletoken_example/token_example.moduleThe Token API module.
token_example/token_example.testtoken_example/token_example.testTest cases for Testing the token example module.
token_example/token_example.tokens.inctoken_example/token_example.tokens.inc
trigger_example/trigger_example.infotrigger_example/trigger_example.infoname = Trigger example description = Demonstrates how to define triggers and actions. core = 6.x package = Example modules dependencies[] = trigger
trigger_example/trigger_example.installtrigger_example/trigger_example.installInstall, update and uninstall functions for the trigger_example module.
trigger_example/trigger_example.moduletrigger_example/trigger_example.module
vertical_tabs_example/vertical_tabs_example.infovertical_tabs_example/vertical_tabs_example.infoname = Vertical Tabs example description = Demonstrates how to integrate Vertical Tabs. core = 6.x package = Example modules dependencies[] = vertical_tabs
vertical_tabs_example/vertical_tabs_example.modulevertical_tabs_example/vertical_tabs_example.moduleShows how to integrate your custom node options with vertical tabs module in Drupal 6. This example does not cover how to save / load custom setting, and only deals with elements visibility.
xmlrpc_example/xmlrpc_example.infoxmlrpc_example/xmlrpc_example.infoname = XMLRPC example description = Demonstrates how to implement XML-RPC callbacks. core = 6.x package = Example modules
xmlrpc_example/xmlrpc_example.installxmlrpc_example/xmlrpc_example.installInstall, update and uninstall functions for the xmlrpc_example module.