TAChart User Guide

From Lazarus wiki
Revision as of 01:41, 28 January 2014 by Kapibara (talk | contribs)
Jump to navigationJump to search

! Updating in progress !


Introduction

Lorem ipsum dolor sit amet...

Clicking will toggle it also!


class="mw-collapsible-content">Blah...

Introduction


Introduction
Understanding the Chart
Working with Series
TAChart Introduction
TAChart Introduction






Collapsible div




Collapsible div




Collapsible div



Test suite for mw-collapsible

Combination example


  • Reference
  • Quick Start Charting
  • Third row contains a collapsible block with custom labels


Collapsible tables

Classes can also be used to collapse tables, so they are hidden by default. Use the style 'collapsible' to enable collapsing behaviour. By default, a collapsible table will begin expanded. To change this, include the additional class 'collapsed' or 'autocollapse' (i.e. only collapse if 3 other collapsible tables are present). You must include a header row, where the 'hide' option will be displayed. Example:

{| class="wikitable collapsible collapsed"
|-
! Header
|-
| Content which starts hidden
|-
| more hidden content
|}

Gives:

Using class mw-collapsible

Another way (worked in mediawiki 1.19rc1)testwiki:User:Krinkle/CollapsingTestpageMw

{| class="wikitable sortable mw-collapsible"
Header
Content which starts visible
more visible content
{| class="wikitable sortable mw-collapsible mw-collapsed"
Header
Content which starts hidden
more hidden content



All TAChart information on the Wiki can be linked to this catalog as a means of easy access to everything.
How to contribute information to this guide.


  1. Introduction
    1. Quick start to TAChart
    2. How to find answers to questions
  2. Understanding the Chart
  3. Working with Series
  4. Managing Axes
  5. The Component Suite
  6. Tutorials & Demos
  7. Forum
  8. Gallery
  9. Glossary
  10. Index
  11. Reference




Chapters with Code Examples: a few lines of code or codelisting to exemplify the use of what was just described