• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

See http://twiki.org/cgi-bin/view/Plugins/TablePluginDev

There are two issues here.

  1. The 'core' table geenation
  2. Plugins

Core

Low impact. Only critical in that plugins may have to scan and interpret the table specification when rewriting.

Plugins

If you use the directive


  %TABLE{ ... tablewidth="100%" ...}%

with the PatternSkin skin the table will NOT expand to the width of the window.

This is because the skin uses CSS and there is a directive there


.twikiTopic table {
   width:auto;
}

table width=100% will not override a style (see http://www.hwg.org/resources/faqs/cssFAQ.html#precedence).

To override a style locally you would have to write


    <table style="width: 100%">

The plugins that manipulate and format tables need to be updated to generate directives in this format so as to be comaptible with CSS.


Agreed - but please report this against the individual faulty plugins, and not against the core. No-one is in a position to trawl though all the plugins changing them to be CSS compatible.

BTW I have already done this work for ActionTrackerPlugin.

CC

ItemTemplate
Summary Table generation should be CSS compatible
ReportedBy TWiki:Main.AntonAylward
Priority Enhancement
CurrentState No Action Required
WaitingFor

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r4 - 2005-07-06 - TWikiGuest
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback