Ignore:
Timestamp:
11/28/08 13:33:03 (3 years ago)
Author:
CrawfordCurrie
Message:

Item175: Added Foswiki::Time to published APIs and deprecated the duplicates in Foswiki::Func, cleaned up versioning of published APIs and added VERSION to each. Item295: changed =pod to =begin TML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/lib/Foswiki/Form.pm

    r1039 r1041  
    11# See bottom of file for license and copyright details 
    22 
    3 =pod 
     3=begin TML 
    44 
    55---+ package Foswiki::Form 
     
    4242  originalrev skin templatetopic text topic topicparent user ); 
    4343 
    44 =pod 
     44=begin TML 
    4545 
    4646---++ ClassMethod new ( $session, $web, $form, \@def ) 
     
    129129} 
    130130 
    131 =pod 
     131=begin TML 
    132132 
    133133---++ StaticMethod fieldTitle2FieldName($title) -> $name 
     
    309309} 
    310310 
    311 =pod 
     311=begin TML 
    312312 
    313313---++ ObjectMethod renderForEdit( $web, $topic, $meta ) -> $html 
     
    412412} 
    413413 
    414 =pod 
     414=begin TML 
    415415 
    416416---++ ObjectMethod renderHidden( $meta ) -> $html 
     
    434434} 
    435435 
    436 =pod 
     436=begin TML 
    437437 
    438438---++ ObjectMethod getFieldValuesFromQuery($query, $metaObject) -> ( $seen, \@missing ) 
     
    478478} 
    479479 
    480 =pod 
     480=begin TML 
    481481 
    482482---++ ObjectMethod isTextMergeable( $name ) -> $boolean 
     
    502502} 
    503503 
    504 =pod 
     504=begin TML 
    505505 
    506506---++ ObjectMethod getField( $name ) -> $fieldDefinition 
     
    521521} 
    522522 
    523 =pod 
     523=begin TML 
    524524 
    525525---++ ObjectMethod getFields() -> \@fields 
Note: See TracChangeset for help on using the changeset viewer.