Appendix C: CSS Listing of CSS class names emitted from Foswiki core code and standard extensions. Who should read this document? Skin builders and others who want ...
Foswiki Site Level Preferences This topic defines site level settings that apply to all users and webs on this site. Note: This topic should be regarded as read only ...
EditRowPlugin Features: 1 You can edit one row, or even one cell at a time, instead of having to edit the entire table. 1 Supports footer rows. 1 Supports ...
Edit Table Plugin Simply add an Edit table button to an existing table by writing %EDITTABLE{}% directly above the table. This can be added to tables that are ...
IF Statements The %IF% construct gives Foswiki the power to include content in topics based on the value of simple expressions. Syntax In the example above, if CONDITION ...
Color scheme settings for .PatternSkin Use this topic to change the color settings of .PatternSkin. When this topic is saved, the attachment my_colors.css will be ...
.PatternSkin CSS Cookbook Questions and answers on how to customize the default look of Foswiki for your own needs, using style sheets. For configuring page elements ...
PatternSkinCssCookbook Recipe: EditTable style Cookbook example to illustrate control over EditTable edit styles. 1 EditTable uses a monospace font in edit mode ...
Foswiki Plugins Extensions that use a simple API to talk to Foswiki Overview You can add plugins to extend Foswiki functionality without altering the core code. A ...
PreferencesPlugin Allows editing of preferences using fields predefined in a .DataForms. However, the edit fields are inlined in the text, similar to how tables are ...
Appendix A: Foswiki Development Time line Foswiki Release 1.1.2 10 Nov 2010 Foswiki 1.1.2 was built 10 Nov 2010. It is a release that fixes some very important ...
Foswiki Release 1.0.10 08 Sep 2010 Foswiki The Free and Open Source Wiki Foswiki is an enterprise collaboration and information sharing tool targeted for professional ...
Foswiki Release 1.1.2 10 Nov 2010 Foswiki The Free and Open Source Wiki Foswiki is an enterprise collaboration and information sharing tool targeted for professional ...
RenderFormPlugin The RenderFormPlugin handles the tag %RENDERFORM{...}%. The tag will be replaced by a form that is defined and looks like .DataForms. It helps you ...
Edit tables with EditTablePlugin EditTablePlugin allows you to edit tables using edit fields and drop down boxes. Tables have an button if preceeded by an %EDITTABLE ...
Control table attributes with TablePlugin The TablePlugin gives extra control of table display: * Allows sorting * Changing table properties like border width ...
Foswiki Upgrade Guide This guide covers upgrading from a previous version of Foswiki or TWiki (such as Cairo or TWiki4.0) to Foswiki 1.0 (References to Cairo are ...
A List of User Documentation $ AccessKeys : Access keys are keyboard shortcuts which allow the user to navigate around a website or a piece of computer software ...
#VarEDITTABLE EDITTABLE{ attributes } edit tables using edit fields and other input fields * The %EDITTABLE{}% macro is handled by the EditTablePlugin * Syntax ...
#VarTABLE TABLE{ attributes } control attributes of tables and sorting of table columns * The %TABLE{}% macro is handled by the TablePlugin * Syntax: %TABLE ...
Wysiwyg Plugin Support for the integration of WYSIWYG (What You See Is What You Get) editors. On its own, the only thing this plugin gives you is a stand alone HTML ...