From: <var...@us...> - 2016-07-28 08:34:04
|
Revision: 9916 http://sourceforge.net/p/phpwiki/code/9916 Author: vargenau Date: 2016-07-28 08:34:02 +0000 (Thu, 28 Jul 2016) Log Message: ----------- Add pgsrc/Help%2FProcessingPlugin Added Paths: ----------- trunk/pgsrc/Help%2FProcessingPlugin Added: trunk/pgsrc/Help%2FProcessingPlugin =================================================================== --- trunk/pgsrc/Help%2FProcessingPlugin (rev 0) +++ trunk/pgsrc/Help%2FProcessingPlugin 2016-07-28 08:34:02 UTC (rev 9916) @@ -0,0 +1,59 @@ +Date: Thu, 28 Jul 2016 10:31:47 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) +Content-Type: application/x-phpwiki; + pagename=Help%2FProcessingPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The **Processing** [[Help:WikiPlugin|plugin]] is an interface to +http://ejohn.org/blog/processingjs/ + +Syntax: http://ejohn.org/blog/overview-of-processing/ + +== Usage == + +{{{ +<<Processing arguments +processing code +>> +}}} + +== Arguments == + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **width** +| +| 200 +|- +| **height** +| +| 200 +|- +| **script** +| One line script. Not very likely. +| false +|- +| **onmousemove** +| +| false +|} + +== Example == + +TBD + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +== See Also == + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |