• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item6882: FORMFIELD variable with hyphenated and shortened form field value
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
|
Enhancement |
Closed |
|
major |
6.0.0 |
Detail
The SEARCH format already supports
formfield(name, 20)
for hyphenation and
formfield(name, 20, ...)
for shortening of form field.
This "nobrainer" enhancement adds hyphenation and shortening to FORMFIELD variable:
-
format="$value"
- full value
-
format="$value(20, -)"
- hyphenated every 20 characters
-
format="$value(20, ...)"
- shortened to 20 characters
Same spec like
formfield()
in
FormattedSearch.
--
TWiki:Main/PeterThoeny
- 2012-06-07