You are here

README.txt in Collapsiblock 7.2

Drupal collapsiblock.module README.txt
==============================================================================

Makes blocks collapsible.


Theme Support
------------------------------------------------------------------------------

Collapsiblock needs to know the page element in which  block container, block 
titles (subjects) and block contents are enclosed, something that varies by 
theme.

Collapsiblock tries to support out-of-the-box the majority of theme by using
flexible jQuery selector. But for some themes it might not work.

If Collapsiblock doesn't work, go to the /admin/build/themes/settings.
You can set here your own jQuery selector for the different elements in blocks.

More info: http://api.jquery.com/category/selectors/

File

README.txt
View source
  1. Drupal collapsiblock.module README.txt
  2. ==============================================================================
  3. Makes blocks collapsible.
  4. Theme Support
  5. ------------------------------------------------------------------------------
  6. Collapsiblock needs to know the page element in which block container, block
  7. titles (subjects) and block contents are enclosed, something that varies by
  8. theme.
  9. Collapsiblock tries to support out-of-the-box the majority of theme by using
  10. flexible jQuery selector. But for some themes it might not work.
  11. If Collapsiblock doesn't work, go to the /admin/build/themes/settings.
  12. You can set here your own jQuery selector for the different elements in blocks.
  13. More info: http://api.jquery.com/category/selectors/