function jeditable_views_api in jEditable inline content editing 7
Same name and namespace in other branches
- 6.2 jeditable.module \jeditable_views_api()
 - 6 jeditable.module \jeditable_views_api()
 
Implements hook_views_api().
File
- ./
jeditable.module, line 183  - jeditable.module TODO: Provides integration between Drupal and the jEditable jquery plugin @todo: Datepicker support @todo: Ajax upload support @todo: Radioboxes/checkboxes support @todo: add required handler for date @todo: add compatibility for…
 
Code
function jeditable_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'jeditable') . '/includes',
  );
}