CHANGELOG.txt |
CHANGELOG.txt |
|
Paging 6.x-1.0, 2009-xx-xx
------------------------------
by Gurpartap Singh: UX: Displays a successful enabling message along with link to settings page, upon enabling the module.
#434652 by jcmarco: Remove @ from selectors.
#366862 by smacphail… |
paging.admin.css |
admin/paging.admin.css |
|
/* Container */
form#paging h3 {
font-weight: bold;
}
div.paging-warning {
background-image: url(paging-warning.png);
background-position: 5px 50%;
background-repeat: no-repeat;
padding: 5px 25px;
}
#paging-vertical-tabs {
background:… |
paging.css |
paging.css |
|
div.paging-button-wrapper {
float: right;
margin: 0;
padding-right: 5%;
}
div.teaser-button-wrapper {
padding-right: 1%;
}
img.paging-separator-image {
cursor: pointer;
outline: none;
}
.paging-drop-down {
vertical-align:… |
paging.info |
paging.info |
|
name = Paging
description = "Allows users to use a tag to break up a node into multiple pages."
core = 6.x |
paging.install |
paging.install |
|
Installation code for Paging module. |
paging.module |
paging.module |
|
Allows users to use a tag to break up a node into multiple pages. |
paging_pagebreak.css |
wysiwyg/paging_pagebreak/paging_pagebreak.css |
|
/* $Id$ */
.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
==========
Overview
----------
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.
… |