. Summary
Table Of Contents
What information is available about a topic?
Object Changes
Answer a list of TopicChanges describing this topic's history
DateTime Created
Answer a DateTime indicating when the topic was created
Object Exists
Answer true if topic exists, otherwise false)
Federation Federation
Answer the Federation containing the topic
String FormattedName
Answer the name of the topic formatted with spaces
String Fullname
Answer the complete name of the topic (including namespace and version, if present)
Array GetListProperty(String propertyName)
Answer an array of the values in the given list property
String GetProperty(String propertyName)
Answer the given property from the topic
Object HasProperty(String propertyName)
Answer true if the given topic has the given property; else false
Object IsTopicLocked
Answer true if topic is locked (topic is read only), otherwise false (topic is writable)
String Keywords
Answer the Keywords property's value
Array KeywordsList
Answer an array containing all the keywords listed in the Keywords property
DateTime LastModified
Answer a DateTime indicating when the topic was last modified
String LastModifiedBy
Answer a string indicating who last modified the topic
String Name
Answer a the (full)name of the topic
NamespaceInfo Namespace
Answer the Namespace for this topic
Object PropertyNames
Answer the list of property names for this topic
String SearchNamespace
Answer the Namespace Name to be searched or All depending upon value of DefaultNamespaceSearchScope
String Summary
Answer the Summary property's value
String TableOfContents(String style, Integer maxDepth {optional})
Answer a formatted Table of Contents for the topic. Valid values for style are 'bullet' or 'numeric'
String Version
Answer the version stamp for this version of the topic
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
A DateTime object represents a point in time.
1/24/2008 8:36:25 AM - FLWCOM-jwdavidson
WikiTalk DateTime information from ReflectionLibrary
8/17/2006 12:04:11 PM - -67.129.150.10
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
A Federation represents the running FlexWiki system including all of its topics and namespaces
10/27/2004 8:23:43 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Arrays are general-purpose collections that hold any kind of object.
10/27/2004 8:32:57 AM - jonathan_hardwick@hotmail.com-64.122.205.71
A DateTime object represents a point in time.
1/24/2008 8:36:25 AM - FLWCOM-jwdavidson
WikiTalk DateTime information from ReflectionLibrary
8/17/2006 12:04:11 PM - -67.129.150.10
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
A namespaceInfo object provides information about a namespace
9/24/2008 1:39:53 PM - FLWCOM-jwdavidson
Object is the root type in the WikiTalk language; almost all types inherit from Object
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
Strings represent a sequence of characters
3/15/2006 1:21:33 PM - Herby-195.91.54.81
About This Topic
This topic (FlexWiki .TopicInfoDemo(2007-10-26-06-38-16.1562-JohnDavidson-74.15.251.39)
The software running this site. -> jump to HomePage
10/22/2006 7:52:17 AM - -81.182.199.248
) was last modified 10/26/2007 6:38:16 AM by -74.15.253.70
Keywords for this topic
red
yellow
hot pink
isuzu
melodrama
Developer
Example
Topic version: 2007-10-26-06-38-16.1562-JohnDavidson-74.15.251.39
Keywords
Properties for this topic
Summary
This topic discusses how, using WikiTalk , you can access information about topics.
Keywords
red, yellow, hot pink, isuzu, melodrama, Developer, Example
Requires
Build 2.0.0.163
SpecialConsiderations
Names of topics themselves should not be output as headers, as the code that generates links for WikiNames interacts with the new anchors in the headers needed to make Table Of Content processing work. An example of this is the topic Index that outputs the topic name with a header of '!!!!'. This should be changed to so that topic names are now bold or bigger, but not in a header themselves.
See_Also
TopicInformationDemo
With
ReflectionLibrary
_TopicName
TopicInfoDemo
_TopicFullName
TopicInfoDemo
_LastModifiedBy
-74.15.253.70
_CreationTime
11/15/2007 7:16:58 PM
_ModificationTime
11/15/2007 7:16:58 PM
_Body
Explicitly excluded _Body to avoid recursion
_ProcessTextSize
0
_Wom
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
This topic discusses how, using WikiTalk, you can access information about topics.
1/24/2008 8:02:39 AM - FLWCOM-jwdavidson
Click to read this topic 1/24/2008 8:57:35 AM - FLWCOM-jwdavidson
This topic discusses how, using WikiTalk, you can access information about topics.
11/15/2007 7:16:58 PM - -74.15.253.70
This topic discusses how, using WikiTalk, you can access information about topics.
11/15/2007 7:16:58 PM - -74.15.253.70
Table Of Contents Usage
Requires
@@namespace.GetTopicInfo("SomeTopic").TableOfContents("bullet")@@
@@topic.TableOfContents("numeric")@@
Table of Contents for topic - TableFormattingRules in bullets
Table of Contents for topic - TableFormattingRules numeric
Table Formatting Features
Table Formatting Rules and Examples
Center - T^
Floating Tables - T[ and T]
Border = T-
Width
Cell Formatting Features
Row and column spans - Cnnn and Rnnn
Cell content alignment - [ ^ ]
Cell highlighting - !
Width
Breaking - +
Colored Cells - *color*
Combining formatting expressions
Advanced table techniques
Paragraphs and bulleted lists in tables
Tables within tables
Table of Contents for this topic
What information is available about a topic?
About This Topic
Keywords for this topic
Properties for this topic
Table Of Contents Usage
SpecialConsiderations
See_Also
With
WikiTalk is a language for including dynamic content in FlexWiki topics.
9/25/2008 5:53:56 PM - FLWCOM-jwdavidson
Basic Rules for Formatting ""Tables"" in FlexWiki
9/24/2008 6:24:02 PM - FLWCOM-jwdavidson
Basic Rules for Formatting ""Tables"" in FlexWiki
9/24/2008 6:24:02 PM - FLWCOM-jwdavidson
This topic discusses how, using WikiTalk, you can access information about topics.
1/24/2008 8:02:39 AM - FLWCOM-jwdavidson
Click to read this topic 1/24/2008 8:57:35 AM - FLWCOM-jwdavidson