paging.admin.css |
css/paging.admin.css |
|
CSS for Pagebreak settngs on node type forms. |
paging.admin.inc |
paging.admin.inc |
|
Administrative pages for paging module. |
paging.info |
paging.info |
|
name = Paging
description = Allows a single post to be divided into multiple pages.
core = 7.x
configure = admin/config/content/paging |
paging.install |
paging.install |
|
Install hooks for the Paging module. |
paging.module |
paging.module |
|
Allows a node to be broken into multiple pages via a tag. |
paging_pagebreak.css |
wysiwyg/paging_pagebreak/paging_pagebreak.css |
|
/* CSS for pagebreak WYSIWYG plugin */
.paging-pagebreak {
clear: both;
border: 0;
border-top: 1px dotted #ccc;
margin-top: 1em;
width: 100%;
height: 12px;
background: #fff url(images/pagebreaktext.gif) no-repeat center top;
} |
paging_pagebreak.inc |
wysiwyg/paging_pagebreak.inc |
|
Wysiwyg API integration on behalf of Node module. |
README.txt |
README.txt |
|
Paging
==========
Break long pages into smaller ones automatically by words/characters limit, or
by means of a customizable pagination tag. For example:
First page here.
<!--pagebreak-->
Second page here.
… |
UPGRADE.txt |
UPGRADE.txt |
|
Upgrade notes:
===============
This file contains documentation between the differences between the
Drupal 6 and Drupal 7 versions of the module.
Unsupported Features in D7:
----------------------------
- Paging separator string per content type.
… |