Re: [phpwiki-checkins] SF.net SVN: phpwiki:[6363] trunk/lib/plugin/WikicreoleTable.php

Reini Urban <[email protected]> Fri, 02 Jan 2009 14:11:13 +0100
Newsgroups gmane.comp.web.wiki.phpwiki.talk
Message-ID <[email protected]>
[email protected] schrieb:
> Revision: 6363
>           http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6363&view=rev
> Author:   vargenau
> Date:     2009-01-02 11:04:05 +0000 (Fri, 02 Jan 2009)
> 
> Log Message:
> -----------
> Add spreadsheet capability to Wikicreole tables

> +    function _compute ($mytable, $i, $j, $imax, $jmax) {
> +        // What is implemented:
> +        // @@SUM(R)@@ : sum of cells in current row
> +        // @@SUM(C)@@ : sum of cells in current column
> +

Can you please document this new feature in the pgsrc files
Whow.
But maybe %%=SUM(C)%% is better syntax.

%%\w+%% is our template expansion syntax.
= is a spreadsheet formula
-- 
Reini Urban
http://phpwiki.org/  http://murbreak.at/

------------------------------------------------------------------------------