cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Formatting gentext content forced to lowercase

ptc-5681790
1-Newbie

Formatting gentext content forced to lowercase

Is there a non-ACL method for formatting gentext with text folded to all lower-case? I've found the counter specifier [AL], but that seems to only apply to generated counters. There is highlt, but that only allows for all caps. You can force an e-i-c to small-caps, but not lower-case. I'd rather not write an acl function to use lowercase() on the gentext savetext.


Regards,

Steve Cuzner
Product and Web Help Group

1 REPLY 1

The ACL is pretty simple:
function lc(window,oid){return tolower(oid_content(oid))}
FOSI code is:
<fillval attname="lc" attloc="SYSTEM-FUNC" fillcat="savetext"fillchar="conrule">
<charsubset><savetext textid="whatever.txt"></charsubset>

Suzanne Napoleonwww.FOSIexpert.com"WYSIWYG is last-century technology!"
Top Tags