| Array Append(Array array) |
| Answer this array after the supplied array has been appended on the end. |
| Array Collect(Block block) |
| Evalute the given block once for each object in the array; answer a new array containing the result of each block evaluation. |
| Integer Count |
| Answer the number of objects in the array |
| Object IsEmpty |
| Answer true if this object is empty, else false |
| Object Item(Integer index) |
| Answer the item at the given index |
| Array Select(Block block) |
| Evaluate the block for each item in the array; answer a new Array that includes on those objects for which the block evaluated to true. |
| Array Snip(Integer maxCount) |
| Answer a new array that is a copy of this array, but trimmed to have no more than the given number of objects. |
| Array Sort |
| Sort the array; answer a new array (that is sorted) |
| Array SortBy(Block block) |
| Sort the array; evaluate the block for each object in the array to determine the object used to order that item in the sort |
| String ToOneString |
| Answer a single string that is the concatenation of all of the objects in the array converted to strings |
| Object ToPresentation |
| Convert this object to a Presentation |
| Array Unique |
| Answer the unique elements in this array |
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Integers represent, well, integers :-)
7/20/2007 10:21:17 PM - -10.10.192.236
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Strings represent a sequence of characters
9/13/2007 3:28:28 PM - -74.15.247.173
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151
Arrays are general-purpose collections that hold any kind of object.
7/20/2007 10:02:31 PM - -10.10.192.236
Apply the block parameter to each element in the array and return a new array. Collect is a method which is very functional programming-like in nature. Think of it working a bit like foreach in C# or VB.
Sort "one", "two", "three", "four", "five" according to the length of each string:
- ChangeNoteContainerPresentation
- ContainerPresentationProposal
- CustomBottomBorderWithDD
- CustomizingBorders
- EmailAddressesInFlexWiki
- EmoticonFormattingRules
- EmoticonsActiveHere
- ExternalReferencesFormattingRules
- FAQEditingAndFormatting
- FlexWikiFormatting
- FormStartPresentationDemo
- HiddenWikiPageProperty
- IncludeWithWikiTalk
- InterWikiExamples
- LinkingFormattingRules
- PreformattedTextFormattingRules
- SimpleFormattingRules
- SpecialCharacter
- StyleSheetLibrary
- StylesheetOverride
- TableFormattingRules
- TextSizeAndColorFormattingRules
- TopicVersionsInDDInBottomBorder
- AnnoyingThingsAboutWiki
- AnnoyingThingsAboutWikiV2
- ArrayDemo
- BlockDemo
- BooleanDemo
- CalledPage
- CallerPage
- DateTimeDemo
- FindByCategory
- InclusionTestPage
- IntegerDemo
- LastXTopics
- LiveRSSFeeds
- MyOwnRSSFeedTests
- ObjectDemo
- PagePropertyReference
- PageToIncludeSection
- PropertyBehavior
- PropertyChecks
- ReflectionDemo
- ReflectionLibrary
- SampleTopic
- SearchContactInterests
- SharedMembersSampleTopic1
- StringDemo
- TopicIndexBehaviorExampleSiteIndex
- TopicIndexBehaviorExampleTopicsWithProperty
- TopicPropertyTable
- WardCunningham
- WikiBehavior
- WikiCustomizeWebUserInterfaceWithWikiTalk
- WikiTalkDemos
- WikiTalkExpression
- WikiTalkExpressionChain
- WikiTalkFunction
- WikiTalkLanguageOverview
- WikiTalkLoopingDemo
Added support for <div> and <span> containers to aid styling.
9/12/2007 7:12:47 PM - -10.10.192.22
New feature makes it easier to style FlexWiki.
9/12/2007 7:42:11 PM - -10.10.192.22
This page has a custom bottom border that includes a DropDown of the last 5 Topic Versions
9/12/2007 8:10:48 PM - -10.10.192.22
This page discusses techniques for editing borders.
9/12/2007 8:24:03 PM - -10.10.192.22
Quick tip about making useful email links in FlexWiki.
9/17/2007 12:47:22 PM - -74.15.254.118
Click to read this topic9/17/2007 12:51:01 PM - -74.15.254.118
Click to read this topic9/17/2007 12:52:23 PM - -74.15.254.118
Click to read this topic8/31/2007 5:28:22 PM - -66.78.116.108
FlexWiki FAQ on editing and formatting
9/17/2007 12:57:40 PM - -74.15.254.118
provides information on various formatting capabilities within FlexWiki topics
8/31/2007 5:19:13 PM - -66.78.116.108
a sample page showing how to use presentation form start and end
9/12/2007 7:49:54 PM - -10.10.192.22
A WikiPageProperty that is not visible in the rendered page.
9/18/2007 1:48:48 PM - -74.15.253.150
To Include another Topic you need one Line WikiTalk:
9/18/2007 2:05:23 PM - -74.15.253.150
Intersite Linking with InterWiki@FlexWiki Behavior
9/18/2007 2:15:54 PM - -74.15.253.150
details about link formatting rules
8/31/2007 5:16:49 PM - -66.78.116.108
Click to read this topic9/14/2007 1:51:09 PM - -74.15.242.151
the very basics of formatting wiki text
9/13/2007 3:39:46 PM - -74.15.247.173
Special characters are supported through CharacterReferences.
9/13/2007 3:34:21 PM - -74.15.247.173
a sample of stylesheet settings
9/12/2007 7:46:05 PM - -10.10.192.22
configuration details for using OverrideStylesheet
9/13/2007 3:20:35 PM - -74.15.247.173
Basic Rules for Formatting ""Tables"" in FlexWiki
9/10/2007 6:19:48 PM - -10.10.192.235
Click to read this topic9/13/2007 3:17:56 PM - -74.15.247.173
Click to read this topic9/12/2007 8:19:27 PM - -10.10.192.22
List of annoying things about Wikis
8/31/2007 5:12:45 PM - -66.78.116.108
List of annoying things about Wikis
8/31/2007 8:40:06 PM - -66.78.116.108
Click to read this topic9/10/2007 1:23:37 PM - -74.12.249.23
Click to read this topic8/31/2007 5:23:55 PM - -66.78.116.108
Click to read this topic8/31/2007 5:24:09 PM - -66.78.116.108
provides a function to be used by CallerPage
9/12/2007 7:05:11 PM - -10.10.192.22
an example page showing the use of CalledPage function
9/12/2007 7:06:53 PM - -10.10.192.22
This topic discusses how, using WikiTalk, dates and times can be manipulated.
8/31/2007 9:04:16 PM - -66.78.116.108
Click to read this topic9/17/2007 1:01:04 PM - -74.15.254.118
this page will be included by WikiTalkCantDoList
9/18/2007 2:06:24 PM - -74.15.253.150
Click to read this topic8/31/2007 5:24:29 PM - -66.78.116.108
WikiTalk to grabs the top X number of recent topics
9/19/2007 1:42:39 PM - -74.15.253.157
How to show an RSS feed on a wiki page
9/19/2007 2:17:18 PM - -74.15.253.157
An example of feeds that do work and some that don't
9/19/2007 2:43:25 PM - -74.15.253.157
Click to read this topic9/14/2007 2:01:34 PM - -74.15.242.151
example of including propties from a different topic page
9/14/2007 1:59:00 PM - -74.15.242.151
Click to read this topic9/14/2007 1:58:24 PM - -74.15.242.151
This WikiBehavior lets you get the value of any property from any topic.
9/14/2007 1:49:22 PM - -74.15.242.151
This topic can be included in the [_NormalBorders] topic so that a set of property checks can be performed on each topic with a table displayed in the side bar. Modify the list of lists of property names in the """DoPropertyChecks""" macro to add new checks. The first string in each sub-list is the required property must have to be evaluated against the other items in the list.
9/14/2007 1:48:47 PM - -74.15.242.151
Click to read this topic9/14/2007 1:44:57 PM - -74.15.242.151
Click to read this topic9/14/2007 1:44:16 PM - -74.15.242.151
A very brief sample topic to evaluate the new styles
9/14/2007 1:41:25 PM - -74.15.242.151
Testing parse of page properties and boolean search
9/14/2007 1:39:26 PM - -74.15.242.151
Click to read this topic9/13/2007 3:41:45 PM - -74.15.247.173
Click to read this topic9/13/2007 3:28:55 PM - -74.15.247.173
Example of TopicIndexBehavior to generate a site index.
9/13/2007 3:00:06 PM - -74.15.247.173
Click to read this topic9/13/2007 2:58:21 PM - -74.15.247.173
Click to read this topic9/13/2007 2:49:42 PM - -74.15.247.173
I'm here to play with WikiTalk. See WikiTalkDemos, WikiTalkLanguageManual, InstructionCard, FitAndFlexwiki.
8/31/2007 5:13:39 PM - -66.78.116.108
A WikiBehavior is a dynamically-generated piece of content on a wiki page.
9/13/2007 2:21:11 PM - -74.15.247.173
How to customize the web user-interface for FlexWiki.
9/13/2007 1:55:48 PM - -74.15.247.173
Demos showing how you can use WikiTalk.
9/12/2007 3:53:34 PM - -10.10.192.22
Expressions are the key syntactic building block of WikiTalk.
9/12/2007 3:45:45 PM - -10.10.192.22
Multiple WikiTalkExpressions can be strung together with the ';' operator.
9/12/2007 3:44:31 PM - -10.10.192.22
Functions make it easy to reuse common WikiTalk functionality.
9/12/2007 3:42:33 PM - -10.10.192.22
Overview of the WikiTalk language
9/12/2007 3:32:07 PM - -10.10.192.22
Examples of using WikiTalk to loop, including finding topics with specific property values.
9/12/2007 3:27:14 PM - -10.10.192.22