hey

tri-state checkboxes would be great!
checked, normal = enabled
unchecked, normal = disabled
checked, gray = enabled and required by other modules

http://www-archive.mozilla.org/xpfe/xptoolkit/checkboxes.html

Comments

lpalgarvio’s picture

StatusFileSize
new1.88 KB
new3.13 KB
new858 bytes
new171 bytes

i 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.