LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
// $Id $
Description
-------
The Text Resize module creates a block with links that use
jQuery to resize text within the specified div.
Text Resize was originally written by Mark W. Jarrell (attheshow) at
Fleet Thought (http://fleetthought.com).… |
text-resize-block.html.twig |
templates/text-resize-block.html.twig |
|
<div class="content">{{ content.output }}</div> |
textResizeBlock.php |
src/Plugin/Block/textResizeBlock.php |
Drupal\text_resize\Plugin\Block |
Contains \Drupal\text_resize\Plugin\Block\textResizeBlock. |
TextResizeSettingsForm.php |
src/Form/TextResizeSettingsForm.php |
Drupal\text_resize\Form |
Contains \Drupal\text_resize\Form\TextResizeSettingsForm. |
text_resize.css |
css/text_resize.css |
|
/* $Id $ */
a#text_resize_increase {
background: url(../images/aBig.gif) no-repeat 0 0;
display: block;
float: right;
width: 28px;
height: 27px;
margin: 6px 0 0 0;
outline: none;
text-indent: -9000px;
cursor:… |
text_resize.info.yml |
text_resize.info.yml |
|
text_resize.info.yml |
text_resize.libraries.yml |
text_resize.libraries.yml |
|
text_resize.libraries.yml |
text_resize.links.menu.yml |
text_resize.links.menu.yml |
|
text_resize.links.menu.yml |
text_resize.module |
text_resize.module |
|
Creates a small block with jQuery links that resize text in specified tag. |
text_resize.routing.yml |
text_resize.routing.yml |
|
text_resize.routing.yml |
text_resize.settings.yml |
config/text_resize.settings.yml |
|
config/text_resize.settings.yml |