|
Cookbook /
ConvertTableSummary: Convert table action
Version: 1.1
Prerequisites: AdvancedTableDirectives, SimplifiedAdvancedTableDirectives, SourceCodeHorizontalLines
Status: Working
Maintainer: JB
Downloads: converttable.phpΔ
Questions answered by this recipe
DescriptionThis recipe will assist in converting a table to table directives. It is recommended that you have one table in a page to use this. You can copy the table code and paste it into a scratch page and save. While viewing the page add to the url "?action=converttable". You will see the new code displayed inside your browser window. Select the new code (Click and drag to highlight in browser window), Copy (Control-c) the code and paste (Control-v) it into a new page. This recipe is not perfect. It does not handle "colspan" which in tables are created with "|||||||||" etc. It will help greatly in converting your tables to simplified advanced table directives. InstallingCopy converttable.phpΔ to your cookbook directory In your config.php enter: include_once("cookbook/converttable.php");
or in your farmconfig.php enter: include_once(" $FarmD/cookbook/converttable.php");
NotesRelease NotesThis program is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation http://www.fsf.org either version 2 of the License, or (at your option) any later version. Copyright 2007 by GNUZoo (guru@gnuzoo.org) Please donate to the author at url: http://gnuzoo.org/GNUZooPayPal
CommentsSee AlsoContributors |