diff --git a/docs/designers.sgml b/docs/designers.sgml
index 14c332e4..d5f774e1 100644
--- a/docs/designers.sgml
+++ b/docs/designers.sgml
@@ -562,6 +562,34 @@ Police Begin Campaign To Rundown Jaywalkers.
count_characters
+
+
+
+
+
+
+
+
+
+ Parameter Position
+ Type
+ Required
+ Default
+ Description
+
+
+
+
+ 1
+ boolean
+ No
+ false
+ This determines whether or not to include
+ whitespace characters in the count.
+
+
+
+
This is used to count the number of characters in a variable.
@@ -578,10 +606,11 @@ index.tpl:
{$articleTitle}
{$articleTitle|count_characters}
-
+{$articleTitle|count_characters:true}
OUTPUT:
Cold Wave Linked to Temperatures.
+29
32
@@ -598,7 +627,7 @@ Cold Wave Linked to Temperatures.
Parameter Position
Type
- Required
+ Required
cat
Description
@@ -3652,11 +3681,11 @@ You must supply a <b>state</b>.
an array of output for checkbox buttons
- checked
- string
+ selected
+ string/array
No
empty
- the checked checkbox element
+ the checked checkbox element(s)
options