API17

Difference between revisions of "JHtmlString"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlString::abridge/11.1|abridge]]
+
|[[API17:JHtmlString::abridge|abridge]]
 
|Abridges text strings over the specified character limit.  
 
|Abridges text strings over the specified character limit.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JHtmlString::truncate/11.1|truncate]]
+
|[[API17:JHtmlString::truncate|truncate]]
 
|Truncates text blocks over the specified character limit and closes all open HTML tags.  
 
|Truncates text blocks over the specified character limit and closes all open HTML tags.  
 
|-
 
|-
Line 27: Line 27:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlString source code''' on [[jplatform:html/html/string.php|BitBucket]]
 
* {{JVer|11.1}} '''JHtmlString source code''' on [[jplatform:html/html/string.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]]
* [[JHtmlString|Other versions of JHtmlString]]
+
* [[API17:JHtmlString|Other versions of JHtmlString]]
 
{{SeeAlso:JHtmlString}}
 
{{SeeAlso:JHtmlString}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:56, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlString[edit]

Description[edit]

Template:Description:JHtmlString [Edit Descripton]

Methods[edit]

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[edit]

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

See also[edit]

Template:SeeAlso:JHtmlString [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />