.. include:: /Includes.rst.txt .. highlight:: html .. _developer-viewhelpers: =========== ViewHelpers =========== .. _lowercasehyphenated: lowercaseHyphenated =================== ViewHelper splits text strings by capital letters, making parts lowercase, and joining them with a hyphen. It is used for the generating form field ids from website user properties. Default ------- Code: :: Output: :: first-name Inline Notation --------------- Code: :: Output: ::