--- { "title": "Table Validator", "language": "en", "category": "Other", "categoryfile": "other", "description": "Web editor tool that helps to produce tables that conform to WCAG 2.0", "altLangPrefix": "tablevalidator", "dateModified": "2014-08-04" } ---

Purpose

A brief description of the component.

Use when

Do not use when

Working example

Link to a working example

How to implement

  1. Step 1
  2. Step 2
    Example code
  3. Step 3
    Example of multi-line code
    Example of multi-line code
    Example of multi-line code
  4. Step 4

Configuration options

Document the public configuration options that can be used by implementers or developers.

Option Description How to configure Values
Option 1 Brief description of the option How to configure the option
Value 1 (default):
Brief description
Value 2:
Brief description
Value 3:
Brief description
Option 2 Brief description of the option How to configure the option
Value 1 (default):
Brief description
Value 2:
Brief description
Value 3:
Brief description

Events

Event Trigger What it does
wb-ready.wb (v4.0.5+) Triggered automatically when WET has finished loading and executing. Used to identify when all WET plugins and polyfills have finished loading and executing.
$( document ).on( "wb-ready.wb", function( event ) {
});

Source code

Link to the folder on GitHub containing the files for the component