Changeset 1041 for trunk/core/lib/Foswiki/Form.pm
- Timestamp:
- 11/28/08 13:33:03 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/Form.pm (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/Form.pm
r1039 r1041 1 1 # See bottom of file for license and copyright details 2 2 3 = pod3 =begin TML 4 4 5 5 ---+ package Foswiki::Form … … 42 42 originalrev skin templatetopic text topic topicparent user ); 43 43 44 = pod44 =begin TML 45 45 46 46 ---++ ClassMethod new ( $session, $web, $form, \@def ) … … 129 129 } 130 130 131 = pod131 =begin TML 132 132 133 133 ---++ StaticMethod fieldTitle2FieldName($title) -> $name … … 309 309 } 310 310 311 = pod311 =begin TML 312 312 313 313 ---++ ObjectMethod renderForEdit( $web, $topic, $meta ) -> $html … … 412 412 } 413 413 414 = pod414 =begin TML 415 415 416 416 ---++ ObjectMethod renderHidden( $meta ) -> $html … … 434 434 } 435 435 436 = pod436 =begin TML 437 437 438 438 ---++ ObjectMethod getFieldValuesFromQuery($query, $metaObject) -> ( $seen, \@missing ) … … 478 478 } 479 479 480 = pod480 =begin TML 481 481 482 482 ---++ ObjectMethod isTextMergeable( $name ) -> $boolean … … 502 502 } 503 503 504 = pod504 =begin TML 505 505 506 506 ---++ ObjectMethod getField( $name ) -> $fieldDefinition … … 521 521 } 522 522 523 = pod523 =begin TML 524 524 525 525 ---++ ObjectMethod getFields() -> \@fields
Note: See TracChangeset
for help on using the changeset viewer.
