floating_block.admin.inc |
floating_block.admin.inc |
|
Admin page callbacks for the floating_block module. |
floating_block.info |
floating_block.info |
|
; $Id:
name = Floating Block
description = Allows regions of the site to float
core = 7.x
configure = admin/config/user-interface/floating-block
files[] = floating_block.module
files[] = tests/floating_block.test |
floating_block.install |
floating_block.install |
|
Install, update, and uninstall functions for the floating_block module. |
floating_block.module |
floating_block.module |
|
The floating_block module allows parts of the site to stay on the page when
scrolling. |
floating_block.test |
tests/floating_block.test |
|
Tests for floating_block.module. |
README.txt |
README.txt |
|
-- SUMMARY --
The Floating block module allows you to keep html blocks, selected using
jquery selectors in a fixed position on the page similar to the way that
tableheader.js works in core Drupal.
For a full description of the module, visit the… |