Changeset 14018
- Timestamp:
- 02/18/12 03:29:11 (15 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
BuildContrib/lib/Foswiki/Contrib/Build.pm (modified) (1 diff)
-
WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/TML2HTML.pm (modified) (1 diff)
-
core/lib/Foswiki.pm (modified) (1 diff)
-
core/lib/Foswiki/Func.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm
r13487 r14018 1041 1041 1042 1042 ---++++ target_test 1043 Basic CPAN:Test::Unit test target, runs <project>Suite.1043 Basic CPAN:Test::Unit test target, runs <project>Suite. 1044 1044 1045 1045 =cut -
trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin/TML2HTML.pm
r13293 r14018 77 77 Convert a block of TML text into HTML. 78 78 Options: 79 * getViewUrl is a reference to a method:<br >79 * getViewUrl is a reference to a method:<br/> 80 80 getViewUrl($web,$topic) -> $url (where $topic may include an anchor) 81 * expandVarsInURL is a reference to a static method:<br >82 expandVarsInURL($url, \%options) -> $url<br >81 * expandVarsInURL is a reference to a static method:<br/> 82 expandVarsInURL($url, \%options) -> $url<br/> 83 83 that expands selected variables in URLs so that, for example, 84 84 <img> tags appear as pictures in the wysiwyg editor. 85 85 * xmltag is a reference to a hash. The keys are names of XML-like 86 86 tags. The values are references to a function to determine if the 87 content of the tag must be protected:<br >88 fn($markup) -> $bool<br >87 content of the tag must be protected:<br/> 88 fn($markup) -> $bool<br/> 89 89 The $markup appears between the <tag></tag> delimiters. 90 90 The functions may modify the markup. -
trunk/core/lib/Foswiki.pm
r14005 r14018 2521 2521 as <strong class=html>&amp;</strong>. If an attribute value contains a 2522 2522 double quotation mark and is delimited by double quotation marks, then the 2523 quote should be escaped as <strong class=html>&quot;</strong>. </p>2523 quote should be escaped as <strong class=html>&quot;</strong>. 2524 2524 2525 2525 Other entities exist for special characters that cannot easily be entered -
trunk/core/lib/Foswiki/Func.pm
r14004 r14018 2612 2612 precede the content 2613 2613 2614 All macros present in =$data= will be expanded before being inserted into the = <head>= section.2614 All macros present in =$data= will be expanded before being inserted into the =<head>= section. 2615 2615 2616 2616 <blockquote class="foswikiHelp">%X% … … 3569 3569 ---+++ addToHEAD( $id, $data, $requires ) 3570 3570 3571 Adds =$data= to the HTML header (the <head> tag).3571 Adds =$data= to the HTML header (the <head> tag). 3572 3572 3573 3573 *Deprecated* 26 Mar 2010 - use =addZoZone('head', ...)=.
Note: See TracChangeset
for help on using the changeset viewer.
