Skip to content

Extension org.gramar.base Tag flowContent

chrisgerken edited this page Sep 14, 2015 · 2 revisions

flowContent Tag

The flowContent tag scopes the actual content to be flowed. The width attribute specifies the maximum length of each line of flowed text. The template content before the flowContent tag but after the containing flow tag is the prefix to be prepended to each flowed line of text.

  • number width - (required) The maximum length, in characters, of each output line of flowed text..

Usage and examples

Place a taglib element within <taglibs> element in the gramar.config file in the root of your gramar:

<taglibs>
    <taglib  prefix="c" extension="org.gramar.base" />
</taglibs>

Return to org.gramar.base

Clone this wiki locally