function tabsexample_ajax in Tabs (jQuery UI tabs) 6
Menu callback: return sample AJAX content.
1 string reference to 'tabsexample_ajax'
- tabsexample_menu in docs/
tabsexample.module - Implementation of hook_menu().
File
- docs/
tabsexample.module, line 124
Code
function tabsexample_ajax() {
echo t('Sample content loaded via AJAX.');
}