Changeset 36470
- Timestamp:
- 01/17/10 19:06:10 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/FormValidator-LazyWay/trunk/lib/FormValidator/LazyWay/JA.pod
r35683 r36470 435 435 } 436 436 437 =head2 dependencies 438 439 特定の項目に依存した項目を作りたい場合に使用します。 440 以下の設定例は、配送先オプションにチェックを入れた場合に配送先住所と配送先氏名を必須にします。 441 442 my $profile 443 = { 444 required => [qw/name address/], 445 dependencies => { 446 delivery => { 447 1 => [qw/address_for_delivery name_for_delivery/] 448 } 449 } 450 } 451 437 452 =head1 結果 438 453
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)