compony 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +2 -0
  4. data/VERSION +1 -1
  5. data/compony.gemspec +3 -3
  6. data/doc/ComponentGenerator.html +1 -1
  7. data/doc/Components.html +1 -1
  8. data/doc/ComponentsGenerator.html +1 -1
  9. data/doc/Compony/Component.html +1 -1
  10. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  11. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  12. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default.html +1 -1
  16. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  17. data/doc/Compony/ComponentMixins.html +1 -1
  18. data/doc/Compony/Components/Button.html +9 -5
  19. data/doc/Compony/Components/Destroy.html +1 -1
  20. data/doc/Compony/Components/Edit.html +1 -1
  21. data/doc/Compony/Components/Form.html +146 -75
  22. data/doc/Compony/Components/New.html +1 -1
  23. data/doc/Compony/Components/WithForm.html +1 -1
  24. data/doc/Compony/Components.html +1 -1
  25. data/doc/Compony/ControllerMixin.html +1 -1
  26. data/doc/Compony/Engine.html +1 -1
  27. data/doc/Compony/MethodAccessibleHash.html +1 -1
  28. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  29. data/doc/Compony/ModelFields/Association.html +1 -1
  30. data/doc/Compony/ModelFields/Attachment.html +1 -1
  31. data/doc/Compony/ModelFields/Base.html +1 -1
  32. data/doc/Compony/ModelFields/Boolean.html +1 -1
  33. data/doc/Compony/ModelFields/Color.html +1 -1
  34. data/doc/Compony/ModelFields/Currency.html +1 -1
  35. data/doc/Compony/ModelFields/Date.html +1 -1
  36. data/doc/Compony/ModelFields/Datetime.html +1 -1
  37. data/doc/Compony/ModelFields/Decimal.html +1 -1
  38. data/doc/Compony/ModelFields/Email.html +1 -1
  39. data/doc/Compony/ModelFields/Float.html +1 -1
  40. data/doc/Compony/ModelFields/Integer.html +1 -1
  41. data/doc/Compony/ModelFields/Percentage.html +1 -1
  42. data/doc/Compony/ModelFields/Phone.html +1 -1
  43. data/doc/Compony/ModelFields/RichText.html +1 -1
  44. data/doc/Compony/ModelFields/String.html +1 -1
  45. data/doc/Compony/ModelFields/Text.html +1 -1
  46. data/doc/Compony/ModelFields/Time.html +1 -1
  47. data/doc/Compony/ModelFields/Url.html +1 -1
  48. data/doc/Compony/ModelFields.html +1 -1
  49. data/doc/Compony/ModelMixin.html +1 -1
  50. data/doc/Compony/NaturalOrdering.html +1 -1
  51. data/doc/Compony/RequestContext.html +1 -1
  52. data/doc/Compony/Version.html +1 -1
  53. data/doc/Compony/ViewHelpers.html +30 -12
  54. data/doc/Compony.html +2 -2
  55. data/doc/ComponyController.html +1 -1
  56. data/doc/_index.html +1 -1
  57. data/doc/file.README.html +4 -1
  58. data/doc/index.html +4 -1
  59. data/doc/method_list.html +147 -139
  60. data/doc/top-level-namespace.html +1 -1
  61. data/lib/compony/components/button.rb +5 -3
  62. data/lib/compony/components/form.rb +9 -1
  63. data/lib/compony/view_helpers.rb +12 -4
  64. data/lib/compony.rb +1 -1
  65. metadata +2 -2
data/doc/method_list.html CHANGED
@@ -392,6 +392,14 @@
392
392
 
393
393
 
394
394
  <li class="even ">
395
+ <div class="item">
396
+ <span class='object_link'><a href="Compony/Components/Form.html#disable!-instance_method" title="Compony::Components::Form#disable! (method)">#disable!</a></span>
397
+ <small>Compony::Components::Form</small>
398
+ </div>
399
+ </li>
400
+
401
+
402
+ <li class="odd ">
395
403
  <div class="item">
396
404
  <span class='object_link'><a href="Compony/RequestContext.html#evaluate_with_backfire-instance_method" title="Compony::RequestContext#evaluate_with_backfire (method)">#evaluate_with_backfire</a></span>
397
405
  <small>Compony::RequestContext</small>
@@ -399,7 +407,7 @@
399
407
  </li>
400
408
 
401
409
 
402
- <li class="odd ">
410
+ <li class="even ">
403
411
  <div class="item">
404
412
  <span class='object_link'><a href="Compony/ModelFields/Base.html#extra_attrs-instance_method" title="Compony::ModelFields::Base#extra_attrs (method)">#extra_attrs</a></span>
405
413
  <small>Compony::ModelFields::Base</small>
@@ -407,7 +415,7 @@
407
415
  </li>
408
416
 
409
417
 
410
- <li class="even ">
418
+ <li class="odd ">
411
419
  <div class="item">
412
420
  <span class='object_link'><a href="Compony/Components/Form.html#f-instance_method" title="Compony::Components::Form#f (method)">#f</a></span>
413
421
  <small>Compony::Components::Form</small>
@@ -415,7 +423,7 @@
415
423
  </li>
416
424
 
417
425
 
418
- <li class="odd ">
426
+ <li class="even ">
419
427
  <div class="item">
420
428
  <span class='object_link'><a href="Compony/Component.html#family_cst-class_method" title="Compony::Component.family_cst (method)">family_cst</a></span>
421
429
  <small>Compony::Component</small>
@@ -423,7 +431,7 @@
423
431
  </li>
424
432
 
425
433
 
426
- <li class="even ">
434
+ <li class="odd ">
427
435
  <div class="item">
428
436
  <span class='object_link'><a href="Compony/Component.html#family_cst-instance_method" title="Compony::Component#family_cst (method)">#family_cst</a></span>
429
437
  <small>Compony::Component</small>
@@ -431,7 +439,7 @@
431
439
  </li>
432
440
 
433
441
 
434
- <li class="odd ">
442
+ <li class="even ">
435
443
  <div class="item">
436
444
  <span class='object_link'><a href="Compony/Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>
437
445
  <small>Compony::Component</small>
@@ -439,7 +447,7 @@
439
447
  </li>
440
448
 
441
449
 
442
- <li class="even ">
450
+ <li class="odd ">
443
451
  <div class="item">
444
452
  <span class='object_link'><a href="Compony/Component.html#family_name-instance_method" title="Compony::Component#family_name (method)">#family_name</a></span>
445
453
  <small>Compony::Component</small>
@@ -447,7 +455,7 @@
447
455
  </li>
448
456
 
449
457
 
450
- <li class="odd ">
458
+ <li class="even ">
451
459
  <div class="item">
452
460
  <span class='object_link'><a href="Compony.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
453
461
  <small>Compony</small>
@@ -455,7 +463,7 @@
455
463
  </li>
456
464
 
457
465
 
458
- <li class="even ">
466
+ <li class="odd ">
459
467
  <div class="item">
460
468
  <span class='object_link'><a href="Compony/ModelMixin.html#feasibility_messages-instance_method" title="Compony::ModelMixin#feasibility_messages (method)">#feasibility_messages</a></span>
461
469
  <small>Compony::ModelMixin</small>
@@ -463,7 +471,7 @@
463
471
  </li>
464
472
 
465
473
 
466
- <li class="odd ">
474
+ <li class="even ">
467
475
  <div class="item">
468
476
  <span class='object_link'><a href="Compony/ModelMixin.html#feasible%3F-instance_method" title="Compony::ModelMixin#feasible? (method)">#feasible?</a></span>
469
477
  <small>Compony::ModelMixin</small>
@@ -471,7 +479,7 @@
471
479
  </li>
472
480
 
473
481
 
474
- <li class="even ">
482
+ <li class="odd ">
475
483
  <div class="item">
476
484
  <span class='object_link'><a href="Compony/ModelMixin.html#field-instance_method" title="Compony::ModelMixin#field (method)">#field</a></span>
477
485
  <small>Compony::ModelMixin</small>
@@ -479,7 +487,7 @@
479
487
  </li>
480
488
 
481
489
 
482
- <li class="odd ">
490
+ <li class="even ">
483
491
  <div class="item">
484
492
  <span class='object_link'><a href="Compony/Components/Form.html#field-instance_method" title="Compony::Components::Form#field (method)">#field</a></span>
485
493
  <small>Compony::Components::Form</small>
@@ -487,7 +495,7 @@
487
495
  </li>
488
496
 
489
497
 
490
- <li class="even ">
498
+ <li class="odd ">
491
499
  <div class="item">
492
500
  <span class='object_link'><a href="Compony/Components/WithForm.html#form_cancancan_action-instance_method" title="Compony::Components::WithForm#form_cancancan_action (method)">#form_cancancan_action</a></span>
493
501
  <small>Compony::Components::WithForm</small>
@@ -495,7 +503,7 @@
495
503
  </li>
496
504
 
497
505
 
498
- <li class="odd ">
506
+ <li class="even ">
499
507
  <div class="item">
500
508
  <span class='object_link'><a href="Compony/Components/WithForm.html#form_comp-instance_method" title="Compony::Components::WithForm#form_comp (method)">#form_comp</a></span>
501
509
  <small>Compony::Components::WithForm</small>
@@ -503,7 +511,7 @@
503
511
  </li>
504
512
 
505
513
 
506
- <li class="even ">
514
+ <li class="odd ">
507
515
  <div class="item">
508
516
  <span class='object_link'><a href="Compony/Components/WithForm.html#form_comp_class-instance_method" title="Compony::Components::WithForm#form_comp_class (method)">#form_comp_class</a></span>
509
517
  <small>Compony::Components::WithForm</small>
@@ -511,7 +519,7 @@
511
519
  </li>
512
520
 
513
521
 
514
- <li class="odd ">
522
+ <li class="even ">
515
523
  <div class="item">
516
524
  <span class='object_link'><a href="Compony/Components/Form.html#form_fields-instance_method" title="Compony::Components::Form#form_fields (method)">#form_fields</a></span>
517
525
  <small>Compony::Components::Form</small>
@@ -519,7 +527,7 @@
519
527
  </li>
520
528
 
521
529
 
522
- <li class="even ">
530
+ <li class="odd ">
523
531
  <div class="item">
524
532
  <span class='object_link'><a href="Compony/ModelMixin.html#full_feasibility_messages-instance_method" title="Compony::ModelMixin#full_feasibility_messages (method)">#full_feasibility_messages</a></span>
525
533
  <small>Compony::ModelMixin</small>
@@ -527,7 +535,7 @@
527
535
  </li>
528
536
 
529
537
 
530
- <li class="odd ">
538
+ <li class="even ">
531
539
  <div class="item">
532
540
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_after_assign_attributes_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_after_assign_attributes_block (method)">#global_after_assign_attributes_block</a></span>
533
541
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -535,7 +543,7 @@
535
543
  </li>
536
544
 
537
545
 
538
- <li class="even ">
546
+ <li class="odd ">
539
547
  <div class="item">
540
548
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_after_load_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_after_load_data_block (method)">#global_after_load_data_block</a></span>
541
549
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -543,7 +551,7 @@
543
551
  </li>
544
552
 
545
553
 
546
- <li class="odd ">
554
+ <li class="even ">
547
555
  <div class="item">
548
556
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_assign_attributes_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_assign_attributes_block (method)">#global_assign_attributes_block</a></span>
549
557
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -551,7 +559,7 @@
551
559
  </li>
552
560
 
553
561
 
554
- <li class="even ">
562
+ <li class="odd ">
555
563
  <div class="item">
556
564
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_load_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_load_data_block (method)">#global_load_data_block</a></span>
557
565
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -559,7 +567,7 @@
559
567
  </li>
560
568
 
561
569
 
562
- <li class="odd ">
570
+ <li class="even ">
563
571
  <div class="item">
564
572
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#global_store_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_store_data_block (method)">#global_store_data_block</a></span>
565
573
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -567,7 +575,7 @@
567
575
  </li>
568
576
 
569
577
 
570
- <li class="even ">
578
+ <li class="odd ">
571
579
  <div class="item">
572
580
  <span class='object_link'><a href="Compony/RequestContext.html#helpers-instance_method" title="Compony::RequestContext#helpers (method)">#helpers</a></span>
573
581
  <small>Compony::RequestContext</small>
@@ -575,7 +583,7 @@
575
583
  </li>
576
584
 
577
585
 
578
- <li class="odd ">
586
+ <li class="even ">
579
587
  <div class="item">
580
588
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#icon-instance_method" title="Compony::ComponentMixins::Default::Labelling#icon (method)">#icon</a></span>
581
589
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -583,7 +591,7 @@
583
591
  </li>
584
592
 
585
593
 
586
- <li class="even ">
594
+ <li class="odd ">
587
595
  <div class="item">
588
596
  <span class='object_link'><a href="Compony/Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>
589
597
  <small>Compony::Component</small>
@@ -591,7 +599,7 @@
591
599
  </li>
592
600
 
593
601
 
594
- <li class="odd ">
602
+ <li class="even ">
595
603
  <div class="item">
596
604
  <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
597
605
  <small>Compony::Component</small>
@@ -599,7 +607,7 @@
599
607
  </li>
600
608
 
601
609
 
602
- <li class="even ">
610
+ <li class="odd ">
603
611
  <div class="item">
604
612
  <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
605
613
  <small>Compony::Components::Form</small>
@@ -607,7 +615,7 @@
607
615
  </li>
608
616
 
609
617
 
610
- <li class="odd ">
618
+ <li class="even ">
611
619
  <div class="item">
612
620
  <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
613
621
  <small>Compony::RequestContext</small>
@@ -615,7 +623,7 @@
615
623
  </li>
616
624
 
617
625
 
618
- <li class="even ">
626
+ <li class="odd ">
619
627
  <div class="item">
620
628
  <span class='object_link'><a href="Compony/Components/Button.html#initialize-instance_method" title="Compony::Components::Button#initialize (method)">#initialize</a></span>
621
629
  <small>Compony::Components::Button</small>
@@ -623,7 +631,7 @@
623
631
  </li>
624
632
 
625
633
 
626
- <li class="odd ">
634
+ <li class="even ">
627
635
  <div class="item">
628
636
  <span class='object_link'><a href="Compony/ModelFields/Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>
629
637
  <small>Compony::ModelFields::Base</small>
@@ -631,7 +639,7 @@
631
639
  </li>
632
640
 
633
641
 
634
- <li class="even ">
642
+ <li class="odd ">
635
643
  <div class="item">
636
644
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
637
645
  <small>Compony::ModelFields::Phone</small>
@@ -639,7 +647,7 @@
639
647
  </li>
640
648
 
641
649
 
642
- <li class="odd ">
650
+ <li class="even ">
643
651
  <div class="item">
644
652
  <span class='object_link'><a href="Compony/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
645
653
  <small>Compony::Components::WithForm</small>
@@ -647,7 +655,7 @@
647
655
  </li>
648
656
 
649
657
 
650
- <li class="even ">
658
+ <li class="odd ">
651
659
  <div class="item">
652
660
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
653
661
  <small>Compony::MethodAccessibleHash</small>
@@ -655,7 +663,7 @@
655
663
  </li>
656
664
 
657
665
 
658
- <li class="odd ">
666
+ <li class="even ">
659
667
  <div class="item">
660
668
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
661
669
  <small>Compony::ModelFields::Association</small>
@@ -663,7 +671,7 @@
663
671
  </li>
664
672
 
665
673
 
666
- <li class="even ">
674
+ <li class="odd ">
667
675
  <div class="item">
668
676
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#initialize-instance_method" title="Compony::ComponentMixins::Resourceful#initialize (method)">#initialize</a></span>
669
677
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -671,7 +679,7 @@
671
679
  </li>
672
680
 
673
681
 
674
- <li class="odd ">
682
+ <li class="even ">
675
683
  <div class="item">
676
684
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#initialize (method)">#initialize</a></span>
677
685
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -679,7 +687,7 @@
679
687
  </li>
680
688
 
681
689
 
682
- <li class="even ">
690
+ <li class="odd ">
683
691
  <div class="item">
684
692
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#initialize (method)">#initialize</a></span>
685
693
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -687,7 +695,7 @@
687
695
  </li>
688
696
 
689
697
 
690
- <li class="odd ">
698
+ <li class="even ">
691
699
  <div class="item">
692
700
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#initialize-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#initialize (method)">#initialize</a></span>
693
701
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -695,7 +703,7 @@
695
703
  </li>
696
704
 
697
705
 
698
- <li class="even ">
706
+ <li class="odd ">
699
707
  <div class="item">
700
708
  <span class='object_link'><a href="Compony/Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>
701
709
  <small>Compony::Component</small>
@@ -703,7 +711,7 @@
703
711
  </li>
704
712
 
705
713
 
706
- <li class="odd ">
714
+ <li class="even ">
707
715
  <div class="item">
708
716
  <span class='object_link'><a href="Compony/ModelFields/Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>
709
717
  <small>Compony::ModelFields::Base</small>
@@ -711,7 +719,7 @@
711
719
  </li>
712
720
 
713
721
 
714
- <li class="even ">
722
+ <li class="odd ">
715
723
  <div class="item">
716
724
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#label-instance_method" title="Compony::ComponentMixins::Default::Labelling#label (method)">#label</a></span>
717
725
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -719,7 +727,7 @@
719
727
  </li>
720
728
 
721
729
 
722
- <li class="odd ">
730
+ <li class="even ">
723
731
  <div class="item">
724
732
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#layout-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#layout (method)">#layout</a></span>
725
733
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -727,7 +735,7 @@
727
735
  </li>
728
736
 
729
737
 
730
- <li class="even ">
738
+ <li class="odd ">
731
739
  <div class="item">
732
740
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#load_data-instance_method" title="Compony::ComponentMixins::Resourceful#load_data (method)">#load_data</a></span>
733
741
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -735,7 +743,7 @@
735
743
  </li>
736
744
 
737
745
 
738
- <li class="odd ">
746
+ <li class="even ">
739
747
  <div class="item">
740
748
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#load_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#load_data (method)">#load_data</a></span>
741
749
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -743,7 +751,7 @@
743
751
  </li>
744
752
 
745
753
 
746
- <li class="even ">
754
+ <li class="odd ">
747
755
  <div class="item">
748
756
  <span class='object_link'><a href="Compony/RequestContext.html#local_assigns-instance_method" title="Compony::RequestContext#local_assigns (method)">#local_assigns</a></span>
749
757
  <small>Compony::RequestContext</small>
@@ -751,7 +759,7 @@
751
759
  </li>
752
760
 
753
761
 
754
- <li class="odd ">
762
+ <li class="even ">
755
763
  <div class="item">
756
764
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#merge-instance_method" title="Compony::MethodAccessibleHash#merge (method)">#merge</a></span>
757
765
  <small>Compony::MethodAccessibleHash</small>
@@ -759,7 +767,7 @@
759
767
  </li>
760
768
 
761
769
 
762
- <li class="even ">
770
+ <li class="odd ">
763
771
  <div class="item">
764
772
  <span class='object_link'><a href="Compony/RequestContext.html#method_missing-instance_method" title="Compony::RequestContext#method_missing (method)">#method_missing</a></span>
765
773
  <small>Compony::RequestContext</small>
@@ -767,7 +775,7 @@
767
775
  </li>
768
776
 
769
777
 
770
- <li class="odd ">
778
+ <li class="even ">
771
779
  <div class="item">
772
780
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#method_missing-instance_method" title="Compony::MethodAccessibleHash#method_missing (method)">#method_missing</a></span>
773
781
  <small>Compony::MethodAccessibleHash</small>
@@ -775,7 +783,7 @@
775
783
  </li>
776
784
 
777
785
 
778
- <li class="even ">
786
+ <li class="odd ">
779
787
  <div class="item">
780
788
  <span class='object_link'><a href="Compony/ModelFields/Base.html#model_class-instance_method" title="Compony::ModelFields::Base#model_class (method)">#model_class</a></span>
781
789
  <small>Compony::ModelFields::Base</small>
@@ -783,7 +791,7 @@
783
791
  </li>
784
792
 
785
793
 
786
- <li class="odd ">
794
+ <li class="even ">
787
795
  <div class="item">
788
796
  <span class='object_link'><a href="Compony.html#model_field_class_for-class_method" title="Compony.model_field_class_for (method)">model_field_class_for</a></span>
789
797
  <small>Compony</small>
@@ -791,7 +799,7 @@
791
799
  </li>
792
800
 
793
801
 
794
- <li class="even ">
802
+ <li class="odd ">
795
803
  <div class="item">
796
804
  <span class='object_link'><a href="Compony.html#model_field_namespaces-class_method" title="Compony.model_field_namespaces (method)">model_field_namespaces</a></span>
797
805
  <small>Compony</small>
@@ -799,7 +807,7 @@
799
807
  </li>
800
808
 
801
809
 
802
- <li class="odd ">
810
+ <li class="even ">
803
811
  <div class="item">
804
812
  <span class='object_link'><a href="Compony.html#model_field_namespaces=-class_method" title="Compony.model_field_namespaces= (method)">model_field_namespaces=</a></span>
805
813
  <small>Compony</small>
@@ -807,7 +815,7 @@
807
815
  </li>
808
816
 
809
817
 
810
- <li class="even ">
818
+ <li class="odd ">
811
819
  <div class="item">
812
820
  <span class='object_link'><a href="Compony/ModelFields/Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>
813
821
  <small>Compony::ModelFields::Base</small>
@@ -815,7 +823,7 @@
815
823
  </li>
816
824
 
817
825
 
818
- <li class="odd ">
826
+ <li class="even ">
819
827
  <div class="item">
820
828
  <span class='object_link'><a href="Compony/ModelFields/Base.html#name-instance_method" title="Compony::ModelFields::Base#name (method)">#name</a></span>
821
829
  <small>Compony::ModelFields::Base</small>
@@ -823,7 +831,7 @@
823
831
  </li>
824
832
 
825
833
 
826
- <li class="even ">
834
+ <li class="odd ">
827
835
  <div class="item">
828
836
  <span class='object_link'><a href="Compony/NaturalOrdering.html#natural_push-instance_method" title="Compony::NaturalOrdering#natural_push (method)">#natural_push</a></span>
829
837
  <small>Compony::NaturalOrdering</small>
@@ -831,7 +839,7 @@
831
839
  </li>
832
840
 
833
841
 
834
- <li class="odd ">
842
+ <li class="even ">
835
843
  <div class="item">
836
844
  <span class='object_link'><a href="Compony/Components/New.html#on_create_failed_respond-instance_method" title="Compony::Components::New#on_create_failed_respond (method)">#on_create_failed_respond</a></span>
837
845
  <small>Compony::Components::New</small>
@@ -839,7 +847,7 @@
839
847
  </li>
840
848
 
841
849
 
842
- <li class="even ">
850
+ <li class="odd ">
843
851
  <div class="item">
844
852
  <span class='object_link'><a href="Compony/Components/New.html#on_created-instance_method" title="Compony::Components::New#on_created (method)">#on_created</a></span>
845
853
  <small>Compony::Components::New</small>
@@ -847,7 +855,7 @@
847
855
  </li>
848
856
 
849
857
 
850
- <li class="odd ">
858
+ <li class="even ">
851
859
  <div class="item">
852
860
  <span class='object_link'><a href="Compony/Components/New.html#on_created_redirect_path-instance_method" title="Compony::Components::New#on_created_redirect_path (method)">#on_created_redirect_path</a></span>
853
861
  <small>Compony::Components::New</small>
@@ -855,7 +863,7 @@
855
863
  </li>
856
864
 
857
865
 
858
- <li class="even ">
866
+ <li class="odd ">
859
867
  <div class="item">
860
868
  <span class='object_link'><a href="Compony/Components/New.html#on_created_respond-instance_method" title="Compony::Components::New#on_created_respond (method)">#on_created_respond</a></span>
861
869
  <small>Compony::Components::New</small>
@@ -863,7 +871,7 @@
863
871
  </li>
864
872
 
865
873
 
866
- <li class="odd ">
874
+ <li class="even ">
867
875
  <div class="item">
868
876
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed-instance_method" title="Compony::Components::Destroy#on_destroyed (method)">#on_destroyed</a></span>
869
877
  <small>Compony::Components::Destroy</small>
@@ -871,7 +879,7 @@
871
879
  </li>
872
880
 
873
881
 
874
- <li class="even ">
882
+ <li class="odd ">
875
883
  <div class="item">
876
884
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed_redirect_path-instance_method" title="Compony::Components::Destroy#on_destroyed_redirect_path (method)">#on_destroyed_redirect_path</a></span>
877
885
  <small>Compony::Components::Destroy</small>
@@ -879,7 +887,7 @@
879
887
  </li>
880
888
 
881
889
 
882
- <li class="odd ">
890
+ <li class="even ">
883
891
  <div class="item">
884
892
  <span class='object_link'><a href="Compony/Components/Destroy.html#on_destroyed_respond-instance_method" title="Compony::Components::Destroy#on_destroyed_respond (method)">#on_destroyed_respond</a></span>
885
893
  <small>Compony::Components::Destroy</small>
@@ -887,7 +895,7 @@
887
895
  </li>
888
896
 
889
897
 
890
- <li class="even ">
898
+ <li class="odd ">
891
899
  <div class="item">
892
900
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#on_standalone_access-instance_method" title="Compony::ComponentMixins::Default::Standalone#on_standalone_access (method)">#on_standalone_access</a></span>
893
901
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -895,7 +903,7 @@
895
903
  </li>
896
904
 
897
905
 
898
- <li class="odd ">
906
+ <li class="even ">
899
907
  <div class="item">
900
908
  <span class='object_link'><a href="Compony/Components/Edit.html#on_update_failed-instance_method" title="Compony::Components::Edit#on_update_failed (method)">#on_update_failed</a></span>
901
909
  <small>Compony::Components::Edit</small>
@@ -903,7 +911,7 @@
903
911
  </li>
904
912
 
905
913
 
906
- <li class="even ">
914
+ <li class="odd ">
907
915
  <div class="item">
908
916
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated-instance_method" title="Compony::Components::Edit#on_updated (method)">#on_updated</a></span>
909
917
  <small>Compony::Components::Edit</small>
@@ -911,7 +919,7 @@
911
919
  </li>
912
920
 
913
921
 
914
- <li class="odd ">
922
+ <li class="even ">
915
923
  <div class="item">
916
924
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated_redirect_path-instance_method" title="Compony::Components::Edit#on_updated_redirect_path (method)">#on_updated_redirect_path</a></span>
917
925
  <small>Compony::Components::Edit</small>
@@ -919,7 +927,7 @@
919
927
  </li>
920
928
 
921
929
 
922
- <li class="even ">
930
+ <li class="odd ">
923
931
  <div class="item">
924
932
  <span class='object_link'><a href="Compony/Components/Edit.html#on_updated_respond-instance_method" title="Compony::Components::Edit#on_updated_respond (method)">#on_updated_respond</a></span>
925
933
  <small>Compony::Components::Edit</small>
@@ -927,7 +935,7 @@
927
935
  </li>
928
936
 
929
937
 
930
- <li class="odd ">
938
+ <li class="even ">
931
939
  <div class="item">
932
940
  <span class='object_link'><a href="Compony/Component.html#param_name-instance_method" title="Compony::Component#param_name (method)">#param_name</a></span>
933
941
  <small>Compony::Component</small>
@@ -935,7 +943,7 @@
935
943
  </li>
936
944
 
937
945
 
938
- <li class="even ">
946
+ <li class="odd ">
939
947
  <div class="item">
940
948
  <span class='object_link'><a href="Compony/Component.html#parent_comp-instance_method" title="Compony::Component#parent_comp (method)">#parent_comp</a></span>
941
949
  <small>Compony::Component</small>
@@ -943,7 +951,7 @@
943
951
  </li>
944
952
 
945
953
 
946
- <li class="odd ">
954
+ <li class="even ">
947
955
  <div class="item">
948
956
  <span class='object_link'><a href="Compony.html#path-class_method" title="Compony.path (method)">path</a></span>
949
957
  <small>Compony</small>
@@ -951,7 +959,7 @@
951
959
  </li>
952
960
 
953
961
 
954
- <li class="even ">
962
+ <li class="odd ">
955
963
  <div class="item">
956
964
  <span class='object_link'><a href="Compony/Component.html#path-instance_method" title="Compony::Component#path (method)">#path</a></span>
957
965
  <small>Compony::Component</small>
@@ -959,7 +967,7 @@
959
967
  </li>
960
968
 
961
969
 
962
- <li class="odd ">
970
+ <li class="even ">
963
971
  <div class="item">
964
972
  <span class='object_link'><a href="Compony/Component.html#path_hash-instance_method" title="Compony::Component#path_hash (method)">#path_hash</a></span>
965
973
  <small>Compony::Component</small>
@@ -967,7 +975,7 @@
967
975
  </li>
968
976
 
969
977
 
970
- <li class="even ">
978
+ <li class="odd ">
971
979
  <div class="item">
972
980
  <span class='object_link'><a href="Compony.html#path_helper_name-class_method" title="Compony.path_helper_name (method)">path_helper_name</a></span>
973
981
  <small>Compony</small>
@@ -975,7 +983,7 @@
975
983
  </li>
976
984
 
977
985
 
978
- <li class="odd ">
986
+ <li class="even ">
979
987
  <div class="item">
980
988
  <span class='object_link'><a href="Compony/Components/Form.html#pw_field-instance_method" title="Compony::Components::Form#pw_field (method)">#pw_field</a></span>
981
989
  <small>Compony::Components::Form</small>
@@ -983,7 +991,7 @@
983
991
  </li>
984
992
 
985
993
 
986
- <li class="even ">
994
+ <li class="odd ">
987
995
  <div class="item">
988
996
  <span class='object_link'><a href="Compony.html#rails_action_name-class_method" title="Compony.rails_action_name (method)">rails_action_name</a></span>
989
997
  <small>Compony</small>
@@ -991,7 +999,7 @@
991
999
  </li>
992
1000
 
993
1001
 
994
- <li class="odd ">
1002
+ <li class="even ">
995
1003
  <div class="item">
996
1004
  <span class='object_link'><a href="Compony/Component.html#remove_content-instance_method" title="Compony::Component#remove_content (method)">#remove_content</a></span>
997
1005
  <small>Compony::Component</small>
@@ -999,7 +1007,7 @@
999
1007
  </li>
1000
1008
 
1001
1009
 
1002
- <li class="even ">
1010
+ <li class="odd ">
1003
1011
  <div class="item">
1004
1012
  <span class='object_link'><a href="Compony/Component.html#remove_content!-instance_method" title="Compony::Component#remove_content! (method)">#remove_content!</a></span>
1005
1013
  <small>Compony::Component</small>
@@ -1007,7 +1015,7 @@
1007
1015
  </li>
1008
1016
 
1009
1017
 
1010
- <li class="odd ">
1018
+ <li class="even ">
1011
1019
  <div class="item">
1012
1020
  <span class='object_link'><a href="Compony/Component.html#render-instance_method" title="Compony::Component#render (method)">#render</a></span>
1013
1021
  <small>Compony::Component</small>
@@ -1015,7 +1023,7 @@
1015
1023
  </li>
1016
1024
 
1017
1025
 
1018
- <li class="even ">
1026
+ <li class="odd ">
1019
1027
  <div class="item">
1020
1028
  <span class='object_link'><a href="Compony/Component.html#render_actions-instance_method" title="Compony::Component#render_actions (method)">#render_actions</a></span>
1021
1029
  <small>Compony::Component</small>
@@ -1023,7 +1031,7 @@
1023
1031
  </li>
1024
1032
 
1025
1033
 
1026
- <li class="odd ">
1034
+ <li class="even ">
1027
1035
  <div class="item">
1028
1036
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#render_standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#render_standalone (method)">#render_standalone</a></span>
1029
1037
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1031,7 +1039,7 @@
1031
1039
  </li>
1032
1040
 
1033
1041
 
1034
- <li class="even ">
1042
+ <li class="odd ">
1035
1043
  <div class="item">
1036
1044
  <span class='object_link'><a href="Compony/RequestContext.html#request_context-instance_method" title="Compony::RequestContext#request_context (method)">#request_context</a></span>
1037
1045
  <small>Compony::RequestContext</small>
@@ -1039,7 +1047,7 @@
1039
1047
  </li>
1040
1048
 
1041
1049
 
1042
- <li class="odd ">
1050
+ <li class="even ">
1043
1051
  <div class="item">
1044
1052
  <span class='object_link'><a href="Compony/ModelFields/Association.html#resolve_association!-instance_method" title="Compony::ModelFields::Association#resolve_association! (method)">#resolve_association!</a></span>
1045
1053
  <small>Compony::ModelFields::Association</small>
@@ -1047,7 +1055,7 @@
1047
1055
  </li>
1048
1056
 
1049
1057
 
1050
- <li class="even ">
1058
+ <li class="odd ">
1051
1059
  <div class="item">
1052
1060
  <span class='object_link'><a href="Compony/Component.html#resourceful%3F-instance_method" title="Compony::Component#resourceful? (method)">#resourceful?</a></span>
1053
1061
  <small>Compony::Component</small>
@@ -1055,7 +1063,7 @@
1055
1063
  </li>
1056
1064
 
1057
1065
 
1058
- <li class="odd ">
1066
+ <li class="even ">
1059
1067
  <div class="item">
1060
1068
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#resourceful%3F-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful? (method)">#resourceful?</a></span>
1061
1069
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1063,7 +1071,7 @@
1063
1071
  </li>
1064
1072
 
1065
1073
 
1066
- <li class="even ">
1074
+ <li class="odd ">
1067
1075
  <div class="item">
1068
1076
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#resourceful_sub_comp-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful_sub_comp (method)">#resourceful_sub_comp</a></span>
1069
1077
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1071,7 +1079,7 @@
1071
1079
  </li>
1072
1080
 
1073
1081
 
1074
- <li class="odd ">
1082
+ <li class="even ">
1075
1083
  <div class="item">
1076
1084
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#respond-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#respond (method)">#respond</a></span>
1077
1085
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1079,7 +1087,7 @@
1079
1087
  </li>
1080
1088
 
1081
1089
 
1082
- <li class="even ">
1090
+ <li class="odd ">
1083
1091
  <div class="item">
1084
1092
  <span class='object_link'><a href="Compony/RequestContext.html#respond_to_missing%3F-instance_method" title="Compony::RequestContext#respond_to_missing? (method)">#respond_to_missing?</a></span>
1085
1093
  <small>Compony::RequestContext</small>
@@ -1087,7 +1095,7 @@
1087
1095
  </li>
1088
1096
 
1089
1097
 
1090
- <li class="odd ">
1098
+ <li class="even ">
1091
1099
  <div class="item">
1092
1100
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#respond_to_missing%3F-instance_method" title="Compony::MethodAccessibleHash#respond_to_missing? (method)">#respond_to_missing?</a></span>
1093
1101
  <small>Compony::MethodAccessibleHash</small>
@@ -1095,7 +1103,7 @@
1095
1103
  </li>
1096
1104
 
1097
1105
 
1098
- <li class="even ">
1106
+ <li class="odd ">
1099
1107
  <div class="item">
1100
1108
  <span class='object_link'><a href="Compony.html#root_comp-class_method" title="Compony.root_comp (method)">root_comp</a></span>
1101
1109
  <small>Compony</small>
@@ -1103,7 +1111,7 @@
1103
1111
  </li>
1104
1112
 
1105
1113
 
1106
- <li class="odd ">
1114
+ <li class="even ">
1107
1115
  <div class="item">
1108
1116
  <span class='object_link'><a href="Compony/Component.html#root_comp-instance_method" title="Compony::Component#root_comp (method)">#root_comp</a></span>
1109
1117
  <small>Compony::Component</small>
@@ -1111,7 +1119,7 @@
1111
1119
  </li>
1112
1120
 
1113
1121
 
1114
- <li class="even ">
1122
+ <li class="odd ">
1115
1123
  <div class="item">
1116
1124
  <span class='object_link'><a href="Compony/Component.html#root_comp%3F-instance_method" title="Compony::Component#root_comp? (method)">#root_comp?</a></span>
1117
1125
  <small>Compony::Component</small>
@@ -1119,7 +1127,7 @@
1119
1127
  </li>
1120
1128
 
1121
1129
 
1122
- <li class="odd ">
1130
+ <li class="even ">
1123
1131
  <div class="item">
1124
1132
  <span class='object_link'><a href="Compony/Components/Form.html#schema-instance_method" title="Compony::Components::Form#schema (method)">#schema</a></span>
1125
1133
  <small>Compony::Components::Form</small>
@@ -1127,7 +1135,7 @@
1127
1135
  </li>
1128
1136
 
1129
1137
 
1130
- <li class="even ">
1138
+ <li class="odd ">
1131
1139
  <div class="item">
1132
1140
  <span class='object_link'><a href="Compony/Components/Form.html#schema_block_for-instance_method" title="Compony::Components::Form#schema_block_for (method)">#schema_block_for</a></span>
1133
1141
  <small>Compony::Components::Form</small>
@@ -1135,7 +1143,7 @@
1135
1143
  </li>
1136
1144
 
1137
1145
 
1138
- <li class="odd ">
1146
+ <li class="even ">
1139
1147
  <div class="item">
1140
1148
  <span class='object_link'><a href="Compony/Components/Form.html#schema_field-instance_method" title="Compony::Components::Form#schema_field (method)">#schema_field</a></span>
1141
1149
  <small>Compony::Components::Form</small>
@@ -1143,7 +1151,7 @@
1143
1151
  </li>
1144
1152
 
1145
1153
 
1146
- <li class="even ">
1154
+ <li class="odd ">
1147
1155
  <div class="item">
1148
1156
  <span class='object_link'><a href="Compony/Components/Form.html#schema_fields-instance_method" title="Compony::Components::Form#schema_fields (method)">#schema_fields</a></span>
1149
1157
  <small>Compony::Components::Form</small>
@@ -1151,7 +1159,7 @@
1151
1159
  </li>
1152
1160
 
1153
1161
 
1154
- <li class="odd ">
1162
+ <li class="even ">
1155
1163
  <div class="item">
1156
1164
  <span class='object_link'><a href="Compony/ModelFields/Base.html#schema_key-instance_method" title="Compony::ModelFields::Base#schema_key (method)">#schema_key</a></span>
1157
1165
  <small>Compony::ModelFields::Base</small>
@@ -1159,7 +1167,7 @@
1159
1167
  </li>
1160
1168
 
1161
1169
 
1162
- <li class="even ">
1170
+ <li class="odd ">
1163
1171
  <div class="item">
1164
1172
  <span class='object_link'><a href="Compony/Components/Form.html#schema_line-instance_method" title="Compony::Components::Form#schema_line (method)">#schema_line</a></span>
1165
1173
  <small>Compony::Components::Form</small>
@@ -1167,7 +1175,7 @@
1167
1175
  </li>
1168
1176
 
1169
1177
 
1170
- <li class="odd ">
1178
+ <li class="even ">
1171
1179
  <div class="item">
1172
1180
  <span class='object_link'><a href="Compony/ModelFields/Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>
1173
1181
  <small>Compony::ModelFields::Base</small>
@@ -1175,7 +1183,7 @@
1175
1183
  </li>
1176
1184
 
1177
1185
 
1178
- <li class="even ">
1186
+ <li class="odd ">
1179
1187
  <div class="item">
1180
1188
  <span class='object_link'><a href="Compony/ModelFields/Association.html#schema_line-instance_method" title="Compony::ModelFields::Association#schema_line (method)">#schema_line</a></span>
1181
1189
  <small>Compony::ModelFields::Association</small>
@@ -1183,7 +1191,7 @@
1183
1191
  </li>
1184
1192
 
1185
1193
 
1186
- <li class="odd ">
1194
+ <li class="even ">
1187
1195
  <div class="item">
1188
1196
  <span class='object_link'><a href="Compony/Components/Form.html#schema_pw_field-instance_method" title="Compony::Components::Form#schema_pw_field (method)">#schema_pw_field</a></span>
1189
1197
  <small>Compony::Components::Form</small>
@@ -1191,7 +1199,7 @@
1191
1199
  </li>
1192
1200
 
1193
1201
 
1194
- <li class="even ">
1202
+ <li class="odd ">
1195
1203
  <div class="item">
1196
1204
  <span class='object_link'><a href="Compony/Components/Form.html#schema_wrapper_key_for-instance_method" title="Compony::Components::Form#schema_wrapper_key_for (method)">#schema_wrapper_key_for</a></span>
1197
1205
  <small>Compony::Components::Form</small>
@@ -1199,7 +1207,7 @@
1199
1207
  </li>
1200
1208
 
1201
1209
 
1202
- <li class="odd ">
1210
+ <li class="even ">
1203
1211
  <div class="item">
1204
1212
  <span class='object_link'><a href="Compony/Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>
1205
1213
  <small>Compony::Component</small>
@@ -1207,7 +1215,7 @@
1207
1215
  </li>
1208
1216
 
1209
1217
 
1210
- <li class="even ">
1218
+ <li class="odd ">
1211
1219
  <div class="item">
1212
1220
  <span class='object_link'><a href="Compony/ModelFields/Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>
1213
1221
  <small>Compony::ModelFields::Base</small>
@@ -1215,7 +1223,7 @@
1215
1223
  </li>
1216
1224
 
1217
1225
 
1218
- <li class="odd ">
1226
+ <li class="even ">
1219
1227
  <div class="item">
1220
1228
  <span class='object_link'><a href="Compony/ModelFields/Color.html#simpleform_input-instance_method" title="Compony::ModelFields::Color#simpleform_input (method)">#simpleform_input</a></span>
1221
1229
  <small>Compony::ModelFields::Color</small>
@@ -1223,7 +1231,7 @@
1223
1231
  </li>
1224
1232
 
1225
1233
 
1226
- <li class="even ">
1234
+ <li class="odd ">
1227
1235
  <div class="item">
1228
1236
  <span class='object_link'><a href="Compony/ModelFields/RichText.html#simpleform_input-instance_method" title="Compony::ModelFields::RichText#simpleform_input (method)">#simpleform_input</a></span>
1229
1237
  <small>Compony::ModelFields::RichText</small>
@@ -1231,7 +1239,7 @@
1231
1239
  </li>
1232
1240
 
1233
1241
 
1234
- <li class="odd ">
1242
+ <li class="even ">
1235
1243
  <div class="item">
1236
1244
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#simpleform_input-instance_method" title="Compony::ModelFields::Attachment#simpleform_input (method)">#simpleform_input</a></span>
1237
1245
  <small>Compony::ModelFields::Attachment</small>
@@ -1239,7 +1247,7 @@
1239
1247
  </li>
1240
1248
 
1241
1249
 
1242
- <li class="even ">
1250
+ <li class="odd ">
1243
1251
  <div class="item">
1244
1252
  <span class='object_link'><a href="Compony/ModelFields/Association.html#simpleform_input-instance_method" title="Compony::ModelFields::Association#simpleform_input (method)">#simpleform_input</a></span>
1245
1253
  <small>Compony::ModelFields::Association</small>
@@ -1247,7 +1255,7 @@
1247
1255
  </li>
1248
1256
 
1249
1257
 
1250
- <li class="odd ">
1258
+ <li class="even ">
1251
1259
  <div class="item">
1252
1260
  <span class='object_link'><a href="Compony/ModelFields/Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1253
1261
  <small>Compony::ModelFields::Base</small>
@@ -1255,7 +1263,7 @@
1255
1263
  </li>
1256
1264
 
1257
1265
 
1258
- <li class="even ">
1266
+ <li class="odd ">
1259
1267
  <div class="item">
1260
1268
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Anchormodel#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1261
1269
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1263,7 +1271,7 @@
1263
1271
  </li>
1264
1272
 
1265
1273
 
1266
- <li class="odd ">
1274
+ <li class="even ">
1267
1275
  <div class="item">
1268
1276
  <span class='object_link'><a href="Compony/ModelFields/Association.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Association#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1269
1277
  <small>Compony::ModelFields::Association</small>
@@ -1271,7 +1279,7 @@
1271
1279
  </li>
1272
1280
 
1273
1281
 
1274
- <li class="even ">
1282
+ <li class="odd ">
1275
1283
  <div class="item">
1276
1284
  <span class='object_link'><a href="Compony/Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>
1277
1285
  <small>Compony::Component</small>
@@ -1279,7 +1287,7 @@
1279
1287
  </li>
1280
1288
 
1281
1289
 
1282
- <li class="odd ">
1290
+ <li class="even ">
1283
1291
  <div class="item">
1284
1292
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_authentication!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_authentication! (method)">#skip_authentication!</a></span>
1285
1293
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1287,7 +1295,7 @@
1287
1295
  </li>
1288
1296
 
1289
1297
 
1290
- <li class="even ">
1298
+ <li class="odd ">
1291
1299
  <div class="item">
1292
1300
  <span class='object_link'><a href="Compony/Components/Form.html#skip_autofocus-instance_method" title="Compony::Components::Form#skip_autofocus (method)">#skip_autofocus</a></span>
1293
1301
  <small>Compony::Components::Form</small>
@@ -1295,7 +1303,7 @@
1295
1303
  </li>
1296
1304
 
1297
1305
 
1298
- <li class="odd ">
1306
+ <li class="even ">
1299
1307
  <div class="item">
1300
1308
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1301
1309
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1303,7 +1311,7 @@
1303
1311
  </li>
1304
1312
 
1305
1313
 
1306
- <li class="even ">
1314
+ <li class="odd ">
1307
1315
  <div class="item">
1308
1316
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone_access_permitted_for%3F-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone_access_permitted_for? (method)">#standalone_access_permitted_for?</a></span>
1309
1317
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1311,7 +1319,7 @@
1311
1319
  </li>
1312
1320
 
1313
1321
 
1314
- <li class="odd ">
1322
+ <li class="even ">
1315
1323
  <div class="item">
1316
1324
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#store_data-instance_method" title="Compony::ComponentMixins::Resourceful#store_data (method)">#store_data</a></span>
1317
1325
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1319,7 +1327,7 @@
1319
1327
  </li>
1320
1328
 
1321
1329
 
1322
- <li class="even ">
1330
+ <li class="odd ">
1323
1331
  <div class="item">
1324
1332
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#store_data-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#store_data (method)">#store_data</a></span>
1325
1333
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1327,7 +1335,7 @@
1327
1335
  </li>
1328
1336
 
1329
1337
 
1330
- <li class="odd ">
1338
+ <li class="even ">
1331
1339
  <div class="item">
1332
1340
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1333
1341
  <small>Compony::Component</small>
@@ -1335,7 +1343,7 @@
1335
1343
  </li>
1336
1344
 
1337
1345
 
1338
- <li class="even ">
1346
+ <li class="odd ">
1339
1347
  <div class="item">
1340
1348
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_path-instance_method" title="Compony::Components::WithForm#submit_path (method)">#submit_path</a></span>
1341
1349
  <small>Compony::Components::WithForm</small>
@@ -1343,7 +1351,7 @@
1343
1351
  </li>
1344
1352
 
1345
1353
 
1346
- <li class="odd ">
1354
+ <li class="even ">
1347
1355
  <div class="item">
1348
1356
  <span class='object_link'><a href="Compony/Components/WithForm.html#submit_verb-instance_method" title="Compony::Components::WithForm#submit_verb (method)">#submit_verb</a></span>
1349
1357
  <small>Compony::Components::WithForm</small>
@@ -1351,7 +1359,7 @@
1351
1359
  </li>
1352
1360
 
1353
1361
 
1354
- <li class="even ">
1362
+ <li class="odd ">
1355
1363
  <div class="item">
1356
1364
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/VerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#to_conf (method)">#to_conf</a></span>
1357
1365
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1359,7 +1367,7 @@
1359
1367
  </li>
1360
1368
 
1361
1369
 
1362
- <li class="odd ">
1370
+ <li class="even ">
1363
1371
  <div class="item">
1364
1372
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#to_conf (method)">#to_conf</a></span>
1365
1373
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1367,7 +1375,7 @@
1367
1375
  </li>
1368
1376
 
1369
1377
 
1370
- <li class="even ">
1378
+ <li class="odd ">
1371
1379
  <div class="item">
1372
1380
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html#to_conf-instance_method" title="Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl#to_conf (method)">#to_conf</a></span>
1373
1381
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1375,7 +1383,7 @@
1375
1383
  </li>
1376
1384
 
1377
1385
 
1378
- <li class="odd ">
1386
+ <li class="even ">
1379
1387
  <div class="item">
1380
1388
  <span class='object_link'><a href="Compony/ModelFields/Base.html#transform_and_join-instance_method" title="Compony::ModelFields::Base#transform_and_join (method)">#transform_and_join</a></span>
1381
1389
  <small>Compony::ModelFields::Base</small>
@@ -1383,7 +1391,7 @@
1383
1391
  </li>
1384
1392
 
1385
1393
 
1386
- <li class="even ">
1394
+ <li class="odd ">
1387
1395
  <div class="item">
1388
1396
  <span class='object_link'><a href="Compony/ModelFields/Url.html#value_for-instance_method" title="Compony::ModelFields::Url#value_for (method)">#value_for</a></span>
1389
1397
  <small>Compony::ModelFields::Url</small>
@@ -1391,7 +1399,7 @@
1391
1399
  </li>
1392
1400
 
1393
1401
 
1394
- <li class="odd ">
1402
+ <li class="even ">
1395
1403
  <div class="item">
1396
1404
  <span class='object_link'><a href="Compony/ModelFields/Base.html#value_for-instance_method" title="Compony::ModelFields::Base#value_for (method)">#value_for</a></span>
1397
1405
  <small>Compony::ModelFields::Base</small>
@@ -1399,7 +1407,7 @@
1399
1407
  </li>
1400
1408
 
1401
1409
 
1402
- <li class="even ">
1410
+ <li class="odd ">
1403
1411
  <div class="item">
1404
1412
  <span class='object_link'><a href="Compony/ModelFields/Date.html#value_for-instance_method" title="Compony::ModelFields::Date#value_for (method)">#value_for</a></span>
1405
1413
  <small>Compony::ModelFields::Date</small>
@@ -1407,7 +1415,7 @@
1407
1415
  </li>
1408
1416
 
1409
1417
 
1410
- <li class="odd ">
1418
+ <li class="even ">
1411
1419
  <div class="item">
1412
1420
  <span class='object_link'><a href="Compony/ModelFields/Color.html#value_for-instance_method" title="Compony::ModelFields::Color#value_for (method)">#value_for</a></span>
1413
1421
  <small>Compony::ModelFields::Color</small>
@@ -1415,7 +1423,7 @@
1415
1423
  </li>
1416
1424
 
1417
1425
 
1418
- <li class="even ">
1426
+ <li class="odd ">
1419
1427
  <div class="item">
1420
1428
  <span class='object_link'><a href="Compony/ModelFields/Email.html#value_for-instance_method" title="Compony::ModelFields::Email#value_for (method)">#value_for</a></span>
1421
1429
  <small>Compony::ModelFields::Email</small>
@@ -1423,7 +1431,7 @@
1423
1431
  </li>
1424
1432
 
1425
1433
 
1426
- <li class="odd ">
1434
+ <li class="even ">
1427
1435
  <div class="item">
1428
1436
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#value_for-instance_method" title="Compony::ModelFields::Phone#value_for (method)">#value_for</a></span>
1429
1437
  <small>Compony::ModelFields::Phone</small>
@@ -1431,7 +1439,7 @@
1431
1439
  </li>
1432
1440
 
1433
1441
 
1434
- <li class="even ">
1442
+ <li class="odd ">
1435
1443
  <div class="item">
1436
1444
  <span class='object_link'><a href="Compony/ModelFields/Boolean.html#value_for-instance_method" title="Compony::ModelFields::Boolean#value_for (method)">#value_for</a></span>
1437
1445
  <small>Compony::ModelFields::Boolean</small>
@@ -1439,7 +1447,7 @@
1439
1447
  </li>
1440
1448
 
1441
1449
 
1442
- <li class="odd ">
1450
+ <li class="even ">
1443
1451
  <div class="item">
1444
1452
  <span class='object_link'><a href="Compony/ModelFields/Currency.html#value_for-instance_method" title="Compony::ModelFields::Currency#value_for (method)">#value_for</a></span>
1445
1453
  <small>Compony::ModelFields::Currency</small>
@@ -1447,7 +1455,7 @@
1447
1455
  </li>
1448
1456
 
1449
1457
 
1450
- <li class="even ">
1458
+ <li class="odd ">
1451
1459
  <div class="item">
1452
1460
  <span class='object_link'><a href="Compony/ModelFields/Datetime.html#value_for-instance_method" title="Compony::ModelFields::Datetime#value_for (method)">#value_for</a></span>
1453
1461
  <small>Compony::ModelFields::Datetime</small>
@@ -1455,7 +1463,7 @@
1455
1463
  </li>
1456
1464
 
1457
1465
 
1458
- <li class="odd ">
1466
+ <li class="even ">
1459
1467
  <div class="item">
1460
1468
  <span class='object_link'><a href="Compony/ModelFields/Attachment.html#value_for-instance_method" title="Compony::ModelFields::Attachment#value_for (method)">#value_for</a></span>
1461
1469
  <small>Compony::ModelFields::Attachment</small>
@@ -1463,7 +1471,7 @@
1463
1471
  </li>
1464
1472
 
1465
1473
 
1466
- <li class="even ">
1474
+ <li class="odd ">
1467
1475
  <div class="item">
1468
1476
  <span class='object_link'><a href="Compony/ModelFields/Percentage.html#value_for-instance_method" title="Compony::ModelFields::Percentage#value_for (method)">#value_for</a></span>
1469
1477
  <small>Compony::ModelFields::Percentage</small>
@@ -1471,7 +1479,7 @@
1471
1479
  </li>
1472
1480
 
1473
1481
 
1474
- <li class="odd ">
1482
+ <li class="even ">
1475
1483
  <div class="item">
1476
1484
  <span class='object_link'><a href="Compony/ModelFields/Anchormodel.html#value_for-instance_method" title="Compony::ModelFields::Anchormodel#value_for (method)">#value_for</a></span>
1477
1485
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1479,7 +1487,7 @@
1479
1487
  </li>
1480
1488
 
1481
1489
 
1482
- <li class="even ">
1490
+ <li class="odd ">
1483
1491
  <div class="item">
1484
1492
  <span class='object_link'><a href="Compony/ModelFields/Association.html#value_for-instance_method" title="Compony::ModelFields::Association#value_for (method)">#value_for</a></span>
1485
1493
  <small>Compony::ModelFields::Association</small>
@@ -1487,7 +1495,7 @@
1487
1495
  </li>
1488
1496
 
1489
1497
 
1490
- <li class="odd ">
1498
+ <li class="even ">
1491
1499
  <div class="item">
1492
1500
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#verb-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#verb (method)">#verb</a></span>
1493
1501
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1495,7 +1503,7 @@
1495
1503
  </li>
1496
1504
 
1497
1505
 
1498
- <li class="even ">
1506
+ <li class="odd ">
1499
1507
  <div class="item">
1500
1508
  <span class='object_link'><a href="Compony.html#with_button_defaults-class_method" title="Compony.with_button_defaults (method)">with_button_defaults</a></span>
1501
1509
  <small>Compony</small>
@@ -1503,7 +1511,7 @@
1503
1511
  </li>
1504
1512
 
1505
1513
 
1506
- <li class="odd ">
1514
+ <li class="even ">
1507
1515
  <div class="item">
1508
1516
  <span class='object_link'><a href="Compony/Components/Form.html#with_simpleform-instance_method" title="Compony::Components::Form#with_simpleform (method)">#with_simpleform</a></span>
1509
1517
  <small>Compony::Components::Form</small>