From: <var...@us...> - 2012-11-23 20:17:55
|
Revision: 8531 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8531&view=rev Author: vargenau Date: 2012-11-23 20:17:48 +0000 (Fri, 23 Nov 2012) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FPhpHighlightPlugin Modified: trunk/pgsrc/Help%2FPhpHighlightPlugin =================================================================== --- trunk/pgsrc/Help%2FPhpHighlightPlugin 2012-11-23 11:07:11 UTC (rev 8530) +++ trunk/pgsrc/Help%2FPhpHighlightPlugin 2012-11-23 20:17:48 UTC (rev 8531) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 17:30:39 +0000 +Date: Thu, 23 Nov 2012 17:30:39 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FPhpHighlightPlugin; @@ -31,29 +31,25 @@ == Options == -Automatic Wrapping: +=== Automatic Wrapping === - If you don't want the plugin to automatically wrap the source code - in ##<?php## and ##?>##, then set ##wrap## to ##0##. The default value is ##1## - which means that the plugin takes care of adding and removing - ##<?php## and ##?>## automatically. +If you don't want the plugin to automatically wrap the source code +in ##<?php## and ##?>##, then set ##wrap## to ##0##. The default value is ##1## +which means that the plugin takes care of adding and removing ##<?php## and ##?>## automatically. - If you set ##wrap## to ##0##, then you'll be able to mix PHP code with - HTML. The plugin will then translate '##< ?php##' into '##<?php##' and - '##? >##' into '##?>##' to allow you to start and stop PHP mode in your - code. +If you set ##wrap## to ##0##, then you'll be able to mix PHP code with +HTML. The plugin will then translate '##< ?php##' into '##<?php##' and +'##? >##' into '##?>##' to allow you to start and stop PHP mode in your code. -Color Options: +=== Color Options === - The plugin accepts optional color arguments which correspond to the - highlight settings in *php.ini*. Specified colors must be a valid - hexadecimal color or - [[http://www.w3.org/TR/REC-html40/types.html#h-6.5|HTML 4 color name]] - in lowercase, such as ##'#0f0344'## or ##blue##. You can set the - following options: +The plugin accepts optional color arguments which correspond to the +highlight settings in **php.ini**. Specified colors must be a valid +hexadecimal color or +[[http://www.w3.org/TR/REC-html40/types.html#h-6.5|HTML 4 color name]] +in lowercase, such as ##'#0f0344'## or ##blue##. You can set the +following options: ##string##, ##comment##, ##keyword##, ##bg##, ##default##, and ##html##. - ##string##, ##comment##, ##keyword##, ##bg##, ##default##, and ##html## - == Examples == === PHP with default colors from ##php.ini##: === This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |