API: Str
Filename:
Released With:
5.1.0
Current Version:
1.0.0
Status: Active
Min Lasso Tested: 8.1.0
Max Lasso Tested: 8.5.3
Related:
Still don't get it?
Check out the talk list archives, or join and ask your questions.
Documentation Error or Request?
Email documentation corrections or comments
Defines strings based on language, media, and variants for use with the fwp_appStrings controller.
The file strings_appStrings_ is for application-specific strings. It must be followed by the language code for a complete file name such as strings_appStrings_en-us.cnfg.
Standard core strings are located in /LassoStartup/_strings/.
See the Developer's Guide for complete details on the multi-view strings system.
The simple form of a string definition is:
{{stringName:
msg___ the string to display
}} Each msg___ item must be on a single line.
Use a media container to define media-specific strings.
{{stringName:
media_all:
msg___ some string
msg___ more string stuff
/media;
media_aural:
msg___ different string
/media;
media_handheld:
msg___ third string
/media;
}} Use a variant_xxxx container for arbitrary variant strings.
msg___ : defines a line of message content
insert___ : allows a previously defined stringName to be inserted
{{ftrsSidebarIntroHdr:
msg___ The pageblocks framework includes the following categories and quantities of custom tags, custom types, and integral include files.
}}
{{ftrsMainTitle:
msg___ ToolKit Description
}}
{{ftrsSidebarRefcHdr:
msg___ See the following Online Reference information for more details:
}}
{{tags:
msg___ Tags
}}
{{types:
msg___ Types
}}
© 2002-2012, pageblocks.org