|
Parameters | type | description |
wikisyntax | 1 or 0 | if 1, the text will be wiki-parsed, and since Tiki6.1, the notification emails (if any) will include the parsed version. If 0, only line breaks are supported, and the exact text is sent in the email with no parsing. |
listmax | numeric | maximum number of characters that are displayed in list mode |
You can play with a basic example if you apply profile User_Trackers, where PluginTabs and PluginFade are used inside a static text tracker field to allow displaying more information to users in the registration process to their a Tiki site.
It will show a section called "Note" displayed to users in the middle of the form, with two tabs: "Read this first" (which includes an expandable section when you click at the link "Read more") and "Feedback":
It can be used to display a term and conditions text for instance.
You can use a static field in combination of a mandatory checkbox field to display a terms and conditions note.
If the shadowbox and jquery features are on, you can do a popup like this
[http://mysite.com/tiki-print.php?page=Terms|Click to see the terms|shadowbox:title:Terms;]
If the IFRAME plugin is activated, you can display an ifram like this
{IFRAME(src="tiki-print.php?page=Terms" height="300px" width="300px") /}
Note:
You can play with an advanced example if you apply profile Work_Custom_Pricing. A static text tracker field is used to place code through PluginJQ to synchronize owners (through user selector tracker field ) of related items in linked trackers (through tracker field ItemLink ).
Alias names for this page:
Static text | Static | StaticText