README.txt |
README.txt |
|
$Id: README.txt,v 1.1.2.3 2010/12/08 22:42:42 arpeggio Exp $
Description:
Provides splitting up long Drupal content into sub pages by number of characters/words or by
a placeholder HTML tag. Smart Paging feature can be applied only to CCK fields… |
smart_paging.admin.inc |
includes/smart_paging.admin.inc |
|
Admin interface callbacks/handlers to configure Smart Paging. |
smart_paging.css |
plugins/wysiwyg/smart_paging/smart_paging.css |
|
.smart-paging {
display: block;
border: 0;
border-top: 1px dotted #ccc;
margin-top: 1em;
width: 100%;
height: 12px;
background: transparent url(images/smart_paging_text.gif) no-repeat center top;
} |
smart_paging.inc |
plugins/wysiwyg/smart_paging.inc |
|
Smart Paging/Wysiwyg API integration. |
smart_paging.info |
smart_paging.info |
|
; $Id: smart_paging.info,v 1.1.2.1 2010/12/08 22:42:42 arpeggio Exp $
name = Smart Paging
description = Provides long Drupal content splitting up into sub pages.
core = 7.x
files[] = smart_paging.install
files[] = smart_paging.module
files[] =… |
smart_paging.install |
smart_paging.install |
|
Smart paging installation callback. |
smart_paging.module |
smart_paging.module |
|
Provides smart paging capability to Drupal contents. |
smart_paging.tokens.inc |
smart_paging.tokens.inc |
|
|