ajax_example_intro

7 ajax_example.module ajax_example_intro()
8 ajax_example.module ajax_example_intro()

Related topics

1 string reference to 'ajax_example_intro'

File

ajax_example/ajax_example.module, line 203
AJAX Examples module file with basic examples.

Code

function ajax_example_intro() {
  $markup = t('The AJAX example module provides many examples of AJAX including forms, links, and AJAX commands.');
  return $markup;
}
Login or register to post comments