From 13ec35d2347dd00266ecbfde8d30863309db84e0 Mon Sep 17 00:00:00 2001 From: mohrt Date: Thu, 4 Aug 2005 20:28:39 +0000 Subject: [PATCH] update truncation documentation with "middle" feature --- .../language-modifier-truncate.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/en/designers/language-modifiers/language-modifier-truncate.xml b/docs/en/designers/language-modifiers/language-modifier-truncate.xml index aa6c7e67..30d671e5 100644 --- a/docs/en/designers/language-modifiers/language-modifier-truncate.xml +++ b/docs/en/designers/language-modifiers/language-modifier-truncate.xml @@ -32,7 +32,8 @@ string No ... - This is the text to append if truncation occurs. + This is a text string that replaces the truncated text. Its length + is NOT included in the truncation length setting. 3 @@ -42,6 +43,15 @@ This determines whether or not to truncate at a word boundary (false), or at the exact character (true). + + 3 + boolean + No + false + This determines whether the truncation happens at the end of the + string (false), or in the middle of the string (true). Note that if this + setting is true, then word boundaries are ignored. + @@ -114,4 +124,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +-->