Active
Project:
Quick Admin Modules
Version:
6.x-1.0-beta
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2010 at 02:07 UTC
Updated:
11 Oct 2010 at 07:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
lpalgarvio commentedi tried an approach but couldn't get it working, due to lack of knowledge.
i added this to .module:
drupal_add_js(drupal_get_path('module', 'qamodules') .'/qamodules_chkbox.js');
drupal_add_js(drupal_get_path('module', 'qamodules') .'/qamodules_chkbox.css');
supplied the above files (renamed .txt to upload)
also tried changing the original .js file, to add .addClass jquery function, but didn't work.