Login / Status
developer.Resource
Home . Extensions . Repository
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

Extension Repository

The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.


Accessible tables


InfoRatingsFeedback


  • Icon
    accessible_tables
    Title
    Accessible tables
    Extension key
    ( accessible_tables )
    State
    beta, Passed a basic security check
    Author
    Rupert Germann
    Category
    misc
    Version
    0.1.4
    Manual
    Not available (Why?)
    Downloads (total / this version)
    2331 / 2141
    Rating
    none
    Updated
    17.07.2005
    Upload comment
    Description
  • Dependencies
    • depends on typo3 0.0.2-0.0.2
    • depends on php 0.0.2-0.0.2
    • depends on cms
    • depends on css_styled_content
    Reverse dependencies

    The following extension versions depend on this extension:

    Version history
    • 0.1.3: new feature: The CSS class for the table can be configured in the content element now. - added italian translation (thanks to Marco Bascietto)
    Download extension

    Download compressed extension .T3X file

  • Filename Size View Date Download
    class.user_txaccessibletables.php 5.4 K View 08.06.2005 Download
    ext_icon.gif 235 View 07.06.2005 Download
    ext_localconf.php 520 View 07.06.2005 Download
    ext_tables.php 709 View 08.06.2005 Download
    ext_tables.sql 120 View 07.06.2005 Download
    flexform_ds.xml 2.2 K View 08.06.2005 Download
    locallang_csh_txaccessibletables.xml 2.6 K View 08.06.2005 Download
    locallang_db.xml 3.8 K View 08.06.2005 Download
    14.8 K 08.06.2005 Download
    Preview for file accessible_tables-0.1.4-locallang_csh_txaccessibletables__xml:
    
    <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
    <T3locallang>
        <meta type="array">
            <description>CSH for the extension &quot;accessible tables&quot; which extends the table tt_content</description>
            <type>CSH</type>
            <csh_table>tt_content</csh_table>
            <fileId>EXT:accessible_tables/locallang_csh_txaccessibletables.xml</fileId>
            <labelContext type="array">
            </labelContext>
        </meta>
        <data type="array">
            <languageKey index="default" type="array">
                <label index="tx_accessibletables_flex.description">Options for accessible Tables.</label>
                <label index="tx_accessibletables_flex.details">This extension adds some new fields to the &quot;table&quot; content element.
    - Table caption (content for the &lt;caption&gt; tag)
    - Table summary (&quot;summary&quot; attribute in &lt;table&gt; tags)
    - Use table-footer (&lt;tfoot&gt;) on last table row (checkbox)
    - table header position: if this is set to &quot;top&quot; the first row get &lt;th&gt; tags
    and &quot;scope&quot; in this tags will be set to &quot;col&quot;; if header position is set to  
    &quot;left&quot; then the left column is considered as header and the scope attrib will 
    be set to &quot;row&quot; in this fields.

    the &lt;thead&gt; tag is always wrapped around the first tablerow.</label>
                <label index="_tx_accessibletables_flex.seeAlso">Accessible_tables</label>
            </languageKey>
            <languageKey index="it" type="array">
                <label index="tx_accessibletables_flex.description">Opzioni accessibilita' tabella.</label>
                <label index="tx_accessibletables_flex.details">Questa estensione aggiunge alcuni nuovi campi al contenuto tabellare.
    - Didascalia della tabella (argomento del tag &lt;caption&gt;)
    - Riassunto della tabella (attributo &quot;summary&quot; del tag &lt;table&gt;)
    - Utilizzo del footer della tabella (&lt;tfoot&gt;) sull'ultima riga della tabella stessa (checkbox)
    - Posizione dell'intestazione della tabella: se impostato su &quot;in cima&quot; la prima riga viene inclusa in tag &lt;th&gt; e &quot;scope&quot; in questi tag viene impostato a &quot;col&quot;; se impostato a &quot;a sinistra&quot; la colonna sinistra viene considerata come intestazione e l'attributo scope in questi campi viene impostato a &quot;row&quot;.

    Il tag &lt;thead&gt; e' sempre incluso entro la prima riga della tabella.</label>
            </languageKey>
        </data>
        <orig_hash type="array">
            <languageKey index="it" type="array">
                <label index="tx_accessibletables_flex.description" type="integer">199004589</label>
                <label index="tx_accessibletables_flex.details" type="integer">186268759</label>
            </languageKey>
        </orig_hash>
    </T3locallang>