Classic Behaviors Type
Last changed:

.
Summary
The ClassicBehaviors type holds all of the behaviors that were global in FlexWiki before the more complete WikiTalk language was invented.
ClassicBehaviors inherits from Object

Members

Instance Members

String AllNamespacesWithDetails
Answer a list of all namespaces in the federation (with details)
Object ErrorMessage(String title, String body)
Answer a formatted error message
Object Image(String URL, String altText, String width {optional}, String height {optional})
Present the given image with the supplied additiona information
Object InterWiki(String interWikiName, String linkText, ...)
Link to the given interWiki
String Newline
Answer a newline character
DateTime Now
Answer the current date and time
String ProductName
Answer the name of this product (FlexWiki)
String ProductVersion
Answer the exact version number of this software
String Property(String topic, String property)
Answer the value of the given property
String Tab
Answer a tab character
String TopicIndex(String type, String arg2 {optional}, String topicNamespace {optional})
Answer a list of topics that match the given criteria.
String XmlTransform(String xmlURL {optional}, String xslURL {optional})
Answer the result of transforming the given XML using the given transform

Type Members

Discussion

Examples

With