TWiki Web Preferences The following settings are web preferences of the TWiki web. These preferences overwrite the site level preferences in and , and can ...
TWiki Site Level Preferences This topic defines site level settings that apply to all users and webs on this TWikiSite. Note: This topic should be regarded ...
TWiki Documentation Graphics and Filetype icons This is the TWiki icon library. The graphics can be used in topics and by web applications. Usage There are several ...
EmbedFlashPlugin Embeds an Adobe Flash file. Example If this plugin is installed you will see a Flash movie here: General syntax All options: %EMBEDFLASH{ filename ...
Tag me: Change Requests Note: Renaming and deleting of tags is ususally done by users that have received permissions to do this. Permissions are set in TagMePlugin ...
Tree Browser Plugin Renders a bulleted or numbered list as a collapsible/expandable tree of nodes. Acknowledgment This plugin leverages the dTree !JavaScript tree ...
Tree Plugin Renders topics' parent child relationships as hierarchical tree view. Useful for dynamic site maps and threads. Syntax Rules %TREEVIEW{}% displays topic ...
Web Permissions Plugin This plugin provides a centralised interface to TWiki permissions. Web permissions are presented as a matrix that has columns of webs and rows ...
Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. Comes bundled with a complete integration of the feature rich Kupu editor ...
The official TWiki site is twiki.org Welcome to the TWiki Web The place to learn about TWiki features and perform TWiki system maintenance. TWiki is a flexible ...
Tag me Plugin Plugin to tag wiki content collectively in order to find content by tags and to get a meaningful page ranking. Note : (TWiki 4.2) If you have upgraded ...
MailerContrib Allows users to "subscribe" to regularly scheduled e mails containing either: A report on changes to all topics that have changed within a particular ...
The Object Plugin This plugin is in beta! placeholder doco for Object Plugin ... Uses the OBJECT html tag to embed arbitrary content into a wiki page, with a particular ...
SmartEditor Add On Smart Edit is a javascript editor " la wikipedia" for TWiki. It takes an alternate approach to the WYSIWYG one, as its goals are be useful ...
Features and user manual Styles Supported styles : Bold, Bold Italic, Italic, Formatted, Verbatim, Blockquote, Heading 1 to 6. How does it work ? When you click ...
EXPERTS ONLY Proposed API for user access, for use with TWiki 4.0.x This module will only work with TWiki versions 4.0.0 and above. Intended for use with any other ...
Package TWiki::Prefs The Prefs class is a singleton that implements management of preferences. It uses a stack of TWiki::Prefs::PrefsCache objects to store the preferences ...
Package TWiki::Client The package is also a Factory for login managers and also the base class for all login managers. On it's own, an object of this class is used ...
Package TWiki::Store This module hosts the generic storage backend. This module provides the interface layer between the "real" store provider which is hidden behind ...
Package TWiki::Store::RcsLite extends TWiki::Store::RcsFile This package does not publish any methods. It implements the virtual methods of the TWiki::Store::RcsFile ...
Package TWiki::Form Object representing a single form definition. ClassMethod new ($session,$web,$form) $web default web to recover form from, if $form ...
Package TWiki TWiki operates by creating a singleton object (known as the Session object) that acts as a point of reference for all the different modules in the system ...
Package TWiki::User A User object is an internal representation of a user in the real world. The object knows about users having login names, wiki names, personal ...
Package TWiki::UI::Manage UI functions for web, topic and user management StaticMethod manage ($session) manage command handler. This method is designed to be ...
Package TWiki::UI::Upload UI delegate for attachment management functions StaticMethod attach ($session) upload command handler. This method is designed to be ...
Package TWiki::UI::Rest Rest delegate for view function StaticMethod gateway ($session,$pluginName,$,methodName,$scriptUrl,$query) rest command handler. This ...
Package TWiki::UI::Save UI delegate for save function StaticMethod save ($session) Command handler for save command. This method is designed to be invoked via ...
Package TWiki::If Support for the conditions in %IF{} statements. Basically a simple stack based parser for infix expressions that generates a parse tree that can ...
Package TWiki::UI::ChangeForm Service functions used by the UI packages ClassMethod generate ($session,$theWeb,$theTopic,$editaction) Generate the page that supports ...
Package TWiki::Sandbox This object provides an interface to the outside world. All calls to system functions, or handling of file names, should be brokered by this ...