Wiki Widget
Setting up a wiki is quick and simple, since most of the functionality is already in the Wiki widget. The ability to comment on a wiki page, search a wiki, and add tags to pages is all built into the widget.
To use the Wiki widget, create a wiki Thing in Composer that represents the physical data storage for the wiki, and bind it to the mashup Wiki widget.
* 
Removed the rich text formatting and HTML editing from the platform for 9.0 and higher versions due to security enhancements.
Properties
For information about common widget properties, see Widgets. Properties that are specific to the Wiki widget are described in the table below.
Property Name
Description
Base Type
Default Value
Bindable? (Y/N)
Localizable? (Y/N)
Wiki
The wiki article you want to view, which must be bound to a wiki Thing.
THINGNAME
n/a
Y
N
Title
The title of the wiki to be displayed at the top of the widget.
STRING
n/a
Y
N
PageTitleCharacterLimit
Limits the number of characters in the page Title field.
NUMBER
-1
N
Y
PageTitleCharacterLimitMessage
The message to display if the PageTitleCharacterLimit is reached.
TEXT
n/a
Y
Y
WikiEntryIdToShow
Page (wikiEntryId) of the wiki that you want to be displayed by default. If not defined, the first page of the wiki is displayed.
STRING
n/a
Y
N
ShowWikiTOC
Shows or hides the wiki table of contents pane
BOOLEAN
true
Y
N
ExpandAllWikiTOC
When true, the table of contents fully expands on page load.
BOOLEAN
true
N
N
WikiSidebarWidth
NUMBER
200
N
N
MaximumItems
Maximum number of pages the wiki will load
NUMBER
5000
N
N
ShowDataLoading
BOOLEAN
true
N
N
Was this helpful?