API17

API17:JHtmlString

From Joomla! Documentation

Revision as of 03:14, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JHtmlString

Description

Contains methods for working with strings of HTML text.

Methods

Visibility Method name Description
public static abridge Abridges text strings over the specified character limit.
public static truncate Truncates text blocks over the specified character limit and closes all open HTML tags.
  • Defined in libraries/joomla/html/html/string.php

Importing

jimport( 'joomla.html.html.string' );

See also


User contributed notes

Code Examples