compony 0.3.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/Gemfile.lock +3 -3
  4. data/README.md +41 -0
  5. data/Rakefile +2 -2
  6. data/VERSION +1 -1
  7. data/compony.gemspec +5 -5
  8. data/doc/ComponentGenerator.html +1 -1
  9. data/doc/Components.html +1 -1
  10. data/doc/ComponentsGenerator.html +1 -1
  11. data/doc/Compony/Component.html +9 -9
  12. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +6 -6
  15. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  17. data/doc/Compony/ComponentMixins/Default.html +1 -1
  18. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  19. data/doc/Compony/ComponentMixins.html +1 -1
  20. data/doc/Compony/Components/Button.html +1 -1
  21. data/doc/Compony/Components/Destroy.html +1 -1
  22. data/doc/Compony/Components/Edit.html +18 -18
  23. data/doc/Compony/Components/Form.html +316 -90
  24. data/doc/Compony/Components/New.html +18 -18
  25. data/doc/Compony/Components/WithForm.html +94 -19
  26. data/doc/Compony/Components.html +1 -1
  27. data/doc/Compony/ControllerMixin.html +1 -1
  28. data/doc/Compony/Engine.html +1 -1
  29. data/doc/Compony/MethodAccessibleHash.html +1 -1
  30. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  31. data/doc/Compony/ModelFields/Association.html +1 -1
  32. data/doc/Compony/ModelFields/Attachment.html +1 -1
  33. data/doc/Compony/ModelFields/Base.html +1 -1
  34. data/doc/Compony/ModelFields/Boolean.html +1 -1
  35. data/doc/Compony/ModelFields/Color.html +1 -1
  36. data/doc/Compony/ModelFields/Currency.html +1 -1
  37. data/doc/Compony/ModelFields/Date.html +1 -1
  38. data/doc/Compony/ModelFields/Datetime.html +1 -1
  39. data/doc/Compony/ModelFields/Decimal.html +1 -1
  40. data/doc/Compony/ModelFields/Email.html +1 -1
  41. data/doc/Compony/ModelFields/Float.html +1 -1
  42. data/doc/Compony/ModelFields/Integer.html +1 -1
  43. data/doc/Compony/ModelFields/Percentage.html +1 -1
  44. data/doc/Compony/ModelFields/Phone.html +1 -1
  45. data/doc/Compony/ModelFields/RichText.html +1 -1
  46. data/doc/Compony/ModelFields/String.html +1 -1
  47. data/doc/Compony/ModelFields/Text.html +1 -1
  48. data/doc/Compony/ModelFields/Time.html +1 -1
  49. data/doc/Compony/ModelFields/Url.html +1 -1
  50. data/doc/Compony/ModelFields.html +1 -1
  51. data/doc/Compony/ModelMixin.html +26 -26
  52. data/doc/Compony/NaturalOrdering.html +1 -1
  53. data/doc/Compony/RequestContext.html +1 -1
  54. data/doc/Compony/Version.html +1 -1
  55. data/doc/Compony/ViewHelpers.html +1 -1
  56. data/doc/Compony.html +2 -2
  57. data/doc/ComponyController.html +1 -1
  58. data/doc/_index.html +1 -1
  59. data/doc/file.README.html +42 -1
  60. data/doc/index.html +42 -1
  61. data/doc/method_list.html +122 -98
  62. data/doc/top-level-namespace.html +1 -1
  63. data/lib/compony/component.rb +4 -4
  64. data/lib/compony/component_mixins/default/standalone/standalone_dsl.rb +3 -3
  65. data/lib/compony/components/edit.rb +4 -1
  66. data/lib/compony/components/form.rb +74 -9
  67. data/lib/compony/components/new.rb +4 -1
  68. data/lib/compony/components/with_form.rb +12 -1
  69. data/lib/compony/model_mixin.rb +8 -1
  70. data/lib/compony.rb +1 -1
  71. metadata +5 -5
data/doc/method_list.html CHANGED
@@ -454,7 +454,7 @@
454
454
 
455
455
  <li class="even ">
456
456
  <div class="item">
457
- <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>
457
+ <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>
458
458
  <small>Compony::Components::WithForm</small>
459
459
  </div>
460
460
  </li>
@@ -462,13 +462,21 @@
462
462
 
463
463
  <li class="odd ">
464
464
  <div class="item">
465
- <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>
465
+ <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>
466
466
  <small>Compony::Components::WithForm</small>
467
467
  </div>
468
468
  </li>
469
469
 
470
470
 
471
471
  <li class="even ">
472
+ <div class="item">
473
+ <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>
474
+ <small>Compony::Components::WithForm</small>
475
+ </div>
476
+ </li>
477
+
478
+
479
+ <li class="odd ">
472
480
  <div class="item">
473
481
  <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>
474
482
  <small>Compony::Components::Form</small>
@@ -476,7 +484,7 @@
476
484
  </li>
477
485
 
478
486
 
479
- <li class="odd ">
487
+ <li class="even ">
480
488
  <div class="item">
481
489
  <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>
482
490
  <small>Compony::ModelMixin</small>
@@ -484,7 +492,7 @@
484
492
  </li>
485
493
 
486
494
 
487
- <li class="even ">
495
+ <li class="odd ">
488
496
  <div class="item">
489
497
  <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>
490
498
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -492,7 +500,7 @@
492
500
  </li>
493
501
 
494
502
 
495
- <li class="odd ">
503
+ <li class="even ">
496
504
  <div class="item">
497
505
  <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>
498
506
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -500,7 +508,7 @@
500
508
  </li>
501
509
 
502
510
 
503
- <li class="even ">
511
+ <li class="odd ">
504
512
  <div class="item">
505
513
  <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>
506
514
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -508,7 +516,7 @@
508
516
  </li>
509
517
 
510
518
 
511
- <li class="odd ">
519
+ <li class="even ">
512
520
  <div class="item">
513
521
  <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>
514
522
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -516,7 +524,7 @@
516
524
  </li>
517
525
 
518
526
 
519
- <li class="even ">
527
+ <li class="odd ">
520
528
  <div class="item">
521
529
  <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>
522
530
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -524,7 +532,7 @@
524
532
  </li>
525
533
 
526
534
 
527
- <li class="odd ">
535
+ <li class="even ">
528
536
  <div class="item">
529
537
  <span class='object_link'><a href="Compony/RequestContext.html#helpers-instance_method" title="Compony::RequestContext#helpers (method)">#helpers</a></span>
530
538
  <small>Compony::RequestContext</small>
@@ -532,7 +540,7 @@
532
540
  </li>
533
541
 
534
542
 
535
- <li class="even ">
543
+ <li class="odd ">
536
544
  <div class="item">
537
545
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#icon-instance_method" title="Compony::ComponentMixins::Default::Labelling#icon (method)">#icon</a></span>
538
546
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -540,7 +548,7 @@
540
548
  </li>
541
549
 
542
550
 
543
- <li class="odd ">
551
+ <li class="even ">
544
552
  <div class="item">
545
553
  <span class='object_link'><a href="Compony/Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>
546
554
  <small>Compony::Component</small>
@@ -548,7 +556,7 @@
548
556
  </li>
549
557
 
550
558
 
551
- <li class="even ">
559
+ <li class="odd ">
552
560
  <div class="item">
553
561
  <span class='object_link'><a href="Compony/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
554
562
  <small>Compony::Component</small>
@@ -556,7 +564,7 @@
556
564
  </li>
557
565
 
558
566
 
559
- <li class="odd ">
567
+ <li class="even ">
560
568
  <div class="item">
561
569
  <span class='object_link'><a href="Compony/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
562
570
  <small>Compony::Components::Form</small>
@@ -564,7 +572,7 @@
564
572
  </li>
565
573
 
566
574
 
567
- <li class="even ">
575
+ <li class="odd ">
568
576
  <div class="item">
569
577
  <span class='object_link'><a href="Compony/RequestContext.html#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</a></span>
570
578
  <small>Compony::RequestContext</small>
@@ -572,7 +580,7 @@
572
580
  </li>
573
581
 
574
582
 
575
- <li class="odd ">
583
+ <li class="even ">
576
584
  <div class="item">
577
585
  <span class='object_link'><a href="Compony/Components/Button.html#initialize-instance_method" title="Compony::Components::Button#initialize (method)">#initialize</a></span>
578
586
  <small>Compony::Components::Button</small>
@@ -580,7 +588,7 @@
580
588
  </li>
581
589
 
582
590
 
583
- <li class="even ">
591
+ <li class="odd ">
584
592
  <div class="item">
585
593
  <span class='object_link'><a href="Compony/ModelFields/Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>
586
594
  <small>Compony::ModelFields::Base</small>
@@ -588,7 +596,7 @@
588
596
  </li>
589
597
 
590
598
 
591
- <li class="odd ">
599
+ <li class="even ">
592
600
  <div class="item">
593
601
  <span class='object_link'><a href="Compony/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
594
602
  <small>Compony::ModelFields::Phone</small>
@@ -596,7 +604,7 @@
596
604
  </li>
597
605
 
598
606
 
599
- <li class="even ">
607
+ <li class="odd ">
600
608
  <div class="item">
601
609
  <span class='object_link'><a href="Compony/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
602
610
  <small>Compony::Components::WithForm</small>
@@ -604,7 +612,7 @@
604
612
  </li>
605
613
 
606
614
 
607
- <li class="odd ">
615
+ <li class="even ">
608
616
  <div class="item">
609
617
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
610
618
  <small>Compony::MethodAccessibleHash</small>
@@ -612,7 +620,7 @@
612
620
  </li>
613
621
 
614
622
 
615
- <li class="even ">
623
+ <li class="odd ">
616
624
  <div class="item">
617
625
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
618
626
  <small>Compony::ModelFields::Association</small>
@@ -620,7 +628,7 @@
620
628
  </li>
621
629
 
622
630
 
623
- <li class="odd ">
631
+ <li class="even ">
624
632
  <div class="item">
625
633
  <span class='object_link'><a href="Compony/ComponentMixins/Resourceful.html#initialize-instance_method" title="Compony::ComponentMixins::Resourceful#initialize (method)">#initialize</a></span>
626
634
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -628,7 +636,7 @@
628
636
  </li>
629
637
 
630
638
 
631
- <li class="even ">
639
+ <li class="odd ">
632
640
  <div class="item">
633
641
  <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>
634
642
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -636,7 +644,7 @@
636
644
  </li>
637
645
 
638
646
 
639
- <li class="odd ">
647
+ <li class="even ">
640
648
  <div class="item">
641
649
  <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>
642
650
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -644,7 +652,7 @@
644
652
  </li>
645
653
 
646
654
 
647
- <li class="even ">
655
+ <li class="odd ">
648
656
  <div class="item">
649
657
  <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>
650
658
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -652,7 +660,7 @@
652
660
  </li>
653
661
 
654
662
 
655
- <li class="odd ">
663
+ <li class="even ">
656
664
  <div class="item">
657
665
  <span class='object_link'><a href="Compony/Component.html#inspect-instance_method" title="Compony::Component#inspect (method)">#inspect</a></span>
658
666
  <small>Compony::Component</small>
@@ -660,7 +668,7 @@
660
668
  </li>
661
669
 
662
670
 
663
- <li class="even ">
671
+ <li class="odd ">
664
672
  <div class="item">
665
673
  <span class='object_link'><a href="Compony/ModelFields/Base.html#label-instance_method" title="Compony::ModelFields::Base#label (method)">#label</a></span>
666
674
  <small>Compony::ModelFields::Base</small>
@@ -668,7 +676,7 @@
668
676
  </li>
669
677
 
670
678
 
671
- <li class="odd ">
679
+ <li class="even ">
672
680
  <div class="item">
673
681
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Labelling.html#label-instance_method" title="Compony::ComponentMixins::Default::Labelling#label (method)">#label</a></span>
674
682
  <small>Compony::ComponentMixins::Default::Labelling</small>
@@ -676,7 +684,7 @@
676
684
  </li>
677
685
 
678
686
 
679
- <li class="even ">
687
+ <li class="odd ">
680
688
  <div class="item">
681
689
  <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>
682
690
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -684,7 +692,7 @@
684
692
  </li>
685
693
 
686
694
 
687
- <li class="odd ">
695
+ <li class="even ">
688
696
  <div class="item">
689
697
  <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>
690
698
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -692,7 +700,7 @@
692
700
  </li>
693
701
 
694
702
 
695
- <li class="even ">
703
+ <li class="odd ">
696
704
  <div class="item">
697
705
  <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>
698
706
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -700,7 +708,7 @@
700
708
  </li>
701
709
 
702
710
 
703
- <li class="odd ">
711
+ <li class="even ">
704
712
  <div class="item">
705
713
  <span class='object_link'><a href="Compony/RequestContext.html#local_assigns-instance_method" title="Compony::RequestContext#local_assigns (method)">#local_assigns</a></span>
706
714
  <small>Compony::RequestContext</small>
@@ -708,7 +716,7 @@
708
716
  </li>
709
717
 
710
718
 
711
- <li class="even ">
719
+ <li class="odd ">
712
720
  <div class="item">
713
721
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#merge-instance_method" title="Compony::MethodAccessibleHash#merge (method)">#merge</a></span>
714
722
  <small>Compony::MethodAccessibleHash</small>
@@ -716,7 +724,7 @@
716
724
  </li>
717
725
 
718
726
 
719
- <li class="odd ">
727
+ <li class="even ">
720
728
  <div class="item">
721
729
  <span class='object_link'><a href="Compony/RequestContext.html#method_missing-instance_method" title="Compony::RequestContext#method_missing (method)">#method_missing</a></span>
722
730
  <small>Compony::RequestContext</small>
@@ -724,7 +732,7 @@
724
732
  </li>
725
733
 
726
734
 
727
- <li class="even ">
735
+ <li class="odd ">
728
736
  <div class="item">
729
737
  <span class='object_link'><a href="Compony/MethodAccessibleHash.html#method_missing-instance_method" title="Compony::MethodAccessibleHash#method_missing (method)">#method_missing</a></span>
730
738
  <small>Compony::MethodAccessibleHash</small>
@@ -732,7 +740,7 @@
732
740
  </li>
733
741
 
734
742
 
735
- <li class="odd ">
743
+ <li class="even ">
736
744
  <div class="item">
737
745
  <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>
738
746
  <small>Compony::ModelFields::Base</small>
@@ -740,7 +748,7 @@
740
748
  </li>
741
749
 
742
750
 
743
- <li class="even ">
751
+ <li class="odd ">
744
752
  <div class="item">
745
753
  <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>
746
754
  <small>Compony</small>
@@ -748,7 +756,7 @@
748
756
  </li>
749
757
 
750
758
 
751
- <li class="odd ">
759
+ <li class="even ">
752
760
  <div class="item">
753
761
  <span class='object_link'><a href="Compony.html#model_field_namespaces-class_method" title="Compony.model_field_namespaces (method)">model_field_namespaces</a></span>
754
762
  <small>Compony</small>
@@ -756,7 +764,7 @@
756
764
  </li>
757
765
 
758
766
 
759
- <li class="even ">
767
+ <li class="odd ">
760
768
  <div class="item">
761
769
  <span class='object_link'><a href="Compony.html#model_field_namespaces=-class_method" title="Compony.model_field_namespaces= (method)">model_field_namespaces=</a></span>
762
770
  <small>Compony</small>
@@ -764,7 +772,7 @@
764
772
  </li>
765
773
 
766
774
 
767
- <li class="odd ">
775
+ <li class="even ">
768
776
  <div class="item">
769
777
  <span class='object_link'><a href="Compony/ModelFields/Base.html#multi%3F-instance_method" title="Compony::ModelFields::Base#multi? (method)">#multi?</a></span>
770
778
  <small>Compony::ModelFields::Base</small>
@@ -772,7 +780,7 @@
772
780
  </li>
773
781
 
774
782
 
775
- <li class="even ">
783
+ <li class="odd ">
776
784
  <div class="item">
777
785
  <span class='object_link'><a href="Compony/ModelFields/Base.html#name-instance_method" title="Compony::ModelFields::Base#name (method)">#name</a></span>
778
786
  <small>Compony::ModelFields::Base</small>
@@ -780,7 +788,7 @@
780
788
  </li>
781
789
 
782
790
 
783
- <li class="odd ">
791
+ <li class="even ">
784
792
  <div class="item">
785
793
  <span class='object_link'><a href="Compony/NaturalOrdering.html#natural_push-instance_method" title="Compony::NaturalOrdering#natural_push (method)">#natural_push</a></span>
786
794
  <small>Compony::NaturalOrdering</small>
@@ -788,7 +796,7 @@
788
796
  </li>
789
797
 
790
798
 
791
- <li class="even ">
799
+ <li class="odd ">
792
800
  <div class="item">
793
801
  <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>
794
802
  <small>Compony::Components::New</small>
@@ -796,7 +804,7 @@
796
804
  </li>
797
805
 
798
806
 
799
- <li class="odd ">
807
+ <li class="even ">
800
808
  <div class="item">
801
809
  <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>
802
810
  <small>Compony::Components::New</small>
@@ -804,7 +812,7 @@
804
812
  </li>
805
813
 
806
814
 
807
- <li class="even ">
815
+ <li class="odd ">
808
816
  <div class="item">
809
817
  <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>
810
818
  <small>Compony::Components::New</small>
@@ -812,7 +820,7 @@
812
820
  </li>
813
821
 
814
822
 
815
- <li class="odd ">
823
+ <li class="even ">
816
824
  <div class="item">
817
825
  <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>
818
826
  <small>Compony::Components::New</small>
@@ -820,7 +828,7 @@
820
828
  </li>
821
829
 
822
830
 
823
- <li class="even ">
831
+ <li class="odd ">
824
832
  <div class="item">
825
833
  <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>
826
834
  <small>Compony::Components::Destroy</small>
@@ -828,7 +836,7 @@
828
836
  </li>
829
837
 
830
838
 
831
- <li class="odd ">
839
+ <li class="even ">
832
840
  <div class="item">
833
841
  <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>
834
842
  <small>Compony::Components::Destroy</small>
@@ -836,7 +844,7 @@
836
844
  </li>
837
845
 
838
846
 
839
- <li class="even ">
847
+ <li class="odd ">
840
848
  <div class="item">
841
849
  <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>
842
850
  <small>Compony::Components::Destroy</small>
@@ -844,7 +852,7 @@
844
852
  </li>
845
853
 
846
854
 
847
- <li class="odd ">
855
+ <li class="even ">
848
856
  <div class="item">
849
857
  <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>
850
858
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -852,7 +860,7 @@
852
860
  </li>
853
861
 
854
862
 
855
- <li class="even ">
863
+ <li class="odd ">
856
864
  <div class="item">
857
865
  <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>
858
866
  <small>Compony::Components::Edit</small>
@@ -860,7 +868,7 @@
860
868
  </li>
861
869
 
862
870
 
863
- <li class="odd ">
871
+ <li class="even ">
864
872
  <div class="item">
865
873
  <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>
866
874
  <small>Compony::Components::Edit</small>
@@ -868,7 +876,7 @@
868
876
  </li>
869
877
 
870
878
 
871
- <li class="even ">
879
+ <li class="odd ">
872
880
  <div class="item">
873
881
  <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>
874
882
  <small>Compony::Components::Edit</small>
@@ -876,7 +884,7 @@
876
884
  </li>
877
885
 
878
886
 
879
- <li class="odd ">
887
+ <li class="even ">
880
888
  <div class="item">
881
889
  <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>
882
890
  <small>Compony::Components::Edit</small>
@@ -884,7 +892,7 @@
884
892
  </li>
885
893
 
886
894
 
887
- <li class="even ">
895
+ <li class="odd ">
888
896
  <div class="item">
889
897
  <span class='object_link'><a href="Compony/Component.html#param_name-instance_method" title="Compony::Component#param_name (method)">#param_name</a></span>
890
898
  <small>Compony::Component</small>
@@ -892,7 +900,7 @@
892
900
  </li>
893
901
 
894
902
 
895
- <li class="odd ">
903
+ <li class="even ">
896
904
  <div class="item">
897
905
  <span class='object_link'><a href="Compony/Component.html#parent_comp-instance_method" title="Compony::Component#parent_comp (method)">#parent_comp</a></span>
898
906
  <small>Compony::Component</small>
@@ -900,7 +908,7 @@
900
908
  </li>
901
909
 
902
910
 
903
- <li class="even ">
911
+ <li class="odd ">
904
912
  <div class="item">
905
913
  <span class='object_link'><a href="Compony.html#path-class_method" title="Compony.path (method)">path</a></span>
906
914
  <small>Compony</small>
@@ -908,7 +916,7 @@
908
916
  </li>
909
917
 
910
918
 
911
- <li class="odd ">
919
+ <li class="even ">
912
920
  <div class="item">
913
921
  <span class='object_link'><a href="Compony/Component.html#path-instance_method" title="Compony::Component#path (method)">#path</a></span>
914
922
  <small>Compony::Component</small>
@@ -916,7 +924,7 @@
916
924
  </li>
917
925
 
918
926
 
919
- <li class="even ">
927
+ <li class="odd ">
920
928
  <div class="item">
921
929
  <span class='object_link'><a href="Compony/Component.html#path_hash-instance_method" title="Compony::Component#path_hash (method)">#path_hash</a></span>
922
930
  <small>Compony::Component</small>
@@ -924,7 +932,7 @@
924
932
  </li>
925
933
 
926
934
 
927
- <li class="odd ">
935
+ <li class="even ">
928
936
  <div class="item">
929
937
  <span class='object_link'><a href="Compony.html#path_helper_name-class_method" title="Compony.path_helper_name (method)">path_helper_name</a></span>
930
938
  <small>Compony</small>
@@ -932,6 +940,14 @@
932
940
  </li>
933
941
 
934
942
 
943
+ <li class="odd ">
944
+ <div class="item">
945
+ <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>
946
+ <small>Compony::Components::Form</small>
947
+ </div>
948
+ </li>
949
+
950
+
935
951
  <li class="even ">
936
952
  <div class="item">
937
953
  <span class='object_link'><a href="Compony.html#rails_action_name-class_method" title="Compony.rails_action_name (method)">rails_action_name</a></span>
@@ -1134,13 +1150,21 @@
1134
1150
 
1135
1151
  <li class="odd ">
1136
1152
  <div class="item">
1137
- <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>
1153
+ <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>
1138
1154
  <small>Compony::Components::Form</small>
1139
1155
  </div>
1140
1156
  </li>
1141
1157
 
1142
1158
 
1143
1159
  <li class="even ">
1160
+ <div class="item">
1161
+ <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>
1162
+ <small>Compony::Components::Form</small>
1163
+ </div>
1164
+ </li>
1165
+
1166
+
1167
+ <li class="odd ">
1144
1168
  <div class="item">
1145
1169
  <span class='object_link'><a href="Compony/Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>
1146
1170
  <small>Compony::Component</small>
@@ -1148,7 +1172,7 @@
1148
1172
  </li>
1149
1173
 
1150
1174
 
1151
- <li class="odd ">
1175
+ <li class="even ">
1152
1176
  <div class="item">
1153
1177
  <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>
1154
1178
  <small>Compony::ModelFields::Base</small>
@@ -1156,7 +1180,7 @@
1156
1180
  </li>
1157
1181
 
1158
1182
 
1159
- <li class="even ">
1183
+ <li class="odd ">
1160
1184
  <div class="item">
1161
1185
  <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>
1162
1186
  <small>Compony::ModelFields::Color</small>
@@ -1164,7 +1188,7 @@
1164
1188
  </li>
1165
1189
 
1166
1190
 
1167
- <li class="odd ">
1191
+ <li class="even ">
1168
1192
  <div class="item">
1169
1193
  <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>
1170
1194
  <small>Compony::ModelFields::RichText</small>
@@ -1172,7 +1196,7 @@
1172
1196
  </li>
1173
1197
 
1174
1198
 
1175
- <li class="even ">
1199
+ <li class="odd ">
1176
1200
  <div class="item">
1177
1201
  <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>
1178
1202
  <small>Compony::ModelFields::Attachment</small>
@@ -1180,7 +1204,7 @@
1180
1204
  </li>
1181
1205
 
1182
1206
 
1183
- <li class="odd ">
1207
+ <li class="even ">
1184
1208
  <div class="item">
1185
1209
  <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>
1186
1210
  <small>Compony::ModelFields::Association</small>
@@ -1188,7 +1212,7 @@
1188
1212
  </li>
1189
1213
 
1190
1214
 
1191
- <li class="even ">
1215
+ <li class="odd ">
1192
1216
  <div class="item">
1193
1217
  <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>
1194
1218
  <small>Compony::ModelFields::Base</small>
@@ -1196,7 +1220,7 @@
1196
1220
  </li>
1197
1221
 
1198
1222
 
1199
- <li class="odd ">
1223
+ <li class="even ">
1200
1224
  <div class="item">
1201
1225
  <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>
1202
1226
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1204,7 +1228,7 @@
1204
1228
  </li>
1205
1229
 
1206
1230
 
1207
- <li class="even ">
1231
+ <li class="odd ">
1208
1232
  <div class="item">
1209
1233
  <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>
1210
1234
  <small>Compony::ModelFields::Association</small>
@@ -1212,7 +1236,7 @@
1212
1236
  </li>
1213
1237
 
1214
1238
 
1215
- <li class="odd ">
1239
+ <li class="even ">
1216
1240
  <div class="item">
1217
1241
  <span class='object_link'><a href="Compony/Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>
1218
1242
  <small>Compony::Component</small>
@@ -1220,7 +1244,7 @@
1220
1244
  </li>
1221
1245
 
1222
1246
 
1223
- <li class="even ">
1247
+ <li class="odd ">
1224
1248
  <div class="item">
1225
1249
  <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>
1226
1250
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1228,7 +1252,7 @@
1228
1252
  </li>
1229
1253
 
1230
1254
 
1231
- <li class="odd ">
1255
+ <li class="even ">
1232
1256
  <div class="item">
1233
1257
  <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>
1234
1258
  <small>Compony::Components::Form</small>
@@ -1236,7 +1260,7 @@
1236
1260
  </li>
1237
1261
 
1238
1262
 
1239
- <li class="even ">
1263
+ <li class="odd ">
1240
1264
  <div class="item">
1241
1265
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1242
1266
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1244,7 +1268,7 @@
1244
1268
  </li>
1245
1269
 
1246
1270
 
1247
- <li class="odd ">
1271
+ <li class="even ">
1248
1272
  <div class="item">
1249
1273
  <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>
1250
1274
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1252,7 +1276,7 @@
1252
1276
  </li>
1253
1277
 
1254
1278
 
1255
- <li class="even ">
1279
+ <li class="odd ">
1256
1280
  <div class="item">
1257
1281
  <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>
1258
1282
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1260,7 +1284,7 @@
1260
1284
  </li>
1261
1285
 
1262
1286
 
1263
- <li class="odd ">
1287
+ <li class="even ">
1264
1288
  <div class="item">
1265
1289
  <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>
1266
1290
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1268,7 +1292,7 @@
1268
1292
  </li>
1269
1293
 
1270
1294
 
1271
- <li class="even ">
1295
+ <li class="odd ">
1272
1296
  <div class="item">
1273
1297
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1274
1298
  <small>Compony::Component</small>
@@ -1276,7 +1300,7 @@
1276
1300
  </li>
1277
1301
 
1278
1302
 
1279
- <li class="odd ">
1303
+ <li class="even ">
1280
1304
  <div class="item">
1281
1305
  <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>
1282
1306
  <small>Compony::Components::WithForm</small>
@@ -1284,7 +1308,7 @@
1284
1308
  </li>
1285
1309
 
1286
1310
 
1287
- <li class="even ">
1311
+ <li class="odd ">
1288
1312
  <div class="item">
1289
1313
  <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>
1290
1314
  <small>Compony::Components::WithForm</small>
@@ -1292,7 +1316,7 @@
1292
1316
  </li>
1293
1317
 
1294
1318
 
1295
- <li class="odd ">
1319
+ <li class="even ">
1296
1320
  <div class="item">
1297
1321
  <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>
1298
1322
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1300,7 +1324,7 @@
1300
1324
  </li>
1301
1325
 
1302
1326
 
1303
- <li class="even ">
1327
+ <li class="odd ">
1304
1328
  <div class="item">
1305
1329
  <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>
1306
1330
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1308,7 +1332,7 @@
1308
1332
  </li>
1309
1333
 
1310
1334
 
1311
- <li class="odd ">
1335
+ <li class="even ">
1312
1336
  <div class="item">
1313
1337
  <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>
1314
1338
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1316,7 +1340,7 @@
1316
1340
  </li>
1317
1341
 
1318
1342
 
1319
- <li class="even ">
1343
+ <li class="odd ">
1320
1344
  <div class="item">
1321
1345
  <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>
1322
1346
  <small>Compony::ModelFields::Base</small>
@@ -1324,7 +1348,7 @@
1324
1348
  </li>
1325
1349
 
1326
1350
 
1327
- <li class="odd ">
1351
+ <li class="even ">
1328
1352
  <div class="item">
1329
1353
  <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>
1330
1354
  <small>Compony::ModelFields::Url</small>
@@ -1332,7 +1356,7 @@
1332
1356
  </li>
1333
1357
 
1334
1358
 
1335
- <li class="even ">
1359
+ <li class="odd ">
1336
1360
  <div class="item">
1337
1361
  <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>
1338
1362
  <small>Compony::ModelFields::Base</small>
@@ -1340,7 +1364,7 @@
1340
1364
  </li>
1341
1365
 
1342
1366
 
1343
- <li class="odd ">
1367
+ <li class="even ">
1344
1368
  <div class="item">
1345
1369
  <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>
1346
1370
  <small>Compony::ModelFields::Date</small>
@@ -1348,7 +1372,7 @@
1348
1372
  </li>
1349
1373
 
1350
1374
 
1351
- <li class="even ">
1375
+ <li class="odd ">
1352
1376
  <div class="item">
1353
1377
  <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>
1354
1378
  <small>Compony::ModelFields::Color</small>
@@ -1356,7 +1380,7 @@
1356
1380
  </li>
1357
1381
 
1358
1382
 
1359
- <li class="odd ">
1383
+ <li class="even ">
1360
1384
  <div class="item">
1361
1385
  <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>
1362
1386
  <small>Compony::ModelFields::Email</small>
@@ -1364,7 +1388,7 @@
1364
1388
  </li>
1365
1389
 
1366
1390
 
1367
- <li class="even ">
1391
+ <li class="odd ">
1368
1392
  <div class="item">
1369
1393
  <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>
1370
1394
  <small>Compony::ModelFields::Phone</small>
@@ -1372,7 +1396,7 @@
1372
1396
  </li>
1373
1397
 
1374
1398
 
1375
- <li class="odd ">
1399
+ <li class="even ">
1376
1400
  <div class="item">
1377
1401
  <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>
1378
1402
  <small>Compony::ModelFields::Boolean</small>
@@ -1380,7 +1404,7 @@
1380
1404
  </li>
1381
1405
 
1382
1406
 
1383
- <li class="even ">
1407
+ <li class="odd ">
1384
1408
  <div class="item">
1385
1409
  <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>
1386
1410
  <small>Compony::ModelFields::Currency</small>
@@ -1388,7 +1412,7 @@
1388
1412
  </li>
1389
1413
 
1390
1414
 
1391
- <li class="odd ">
1415
+ <li class="even ">
1392
1416
  <div class="item">
1393
1417
  <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>
1394
1418
  <small>Compony::ModelFields::Datetime</small>
@@ -1396,7 +1420,7 @@
1396
1420
  </li>
1397
1421
 
1398
1422
 
1399
- <li class="even ">
1423
+ <li class="odd ">
1400
1424
  <div class="item">
1401
1425
  <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>
1402
1426
  <small>Compony::ModelFields::Attachment</small>
@@ -1404,7 +1428,7 @@
1404
1428
  </li>
1405
1429
 
1406
1430
 
1407
- <li class="odd ">
1431
+ <li class="even ">
1408
1432
  <div class="item">
1409
1433
  <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>
1410
1434
  <small>Compony::ModelFields::Percentage</small>
@@ -1412,7 +1436,7 @@
1412
1436
  </li>
1413
1437
 
1414
1438
 
1415
- <li class="even ">
1439
+ <li class="odd ">
1416
1440
  <div class="item">
1417
1441
  <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>
1418
1442
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1420,7 +1444,7 @@
1420
1444
  </li>
1421
1445
 
1422
1446
 
1423
- <li class="odd ">
1447
+ <li class="even ">
1424
1448
  <div class="item">
1425
1449
  <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>
1426
1450
  <small>Compony::ModelFields::Association</small>
@@ -1428,7 +1452,7 @@
1428
1452
  </li>
1429
1453
 
1430
1454
 
1431
- <li class="even ">
1455
+ <li class="odd ">
1432
1456
  <div class="item">
1433
1457
  <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>
1434
1458
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1436,7 +1460,7 @@
1436
1460
  </li>
1437
1461
 
1438
1462
 
1439
- <li class="odd ">
1463
+ <li class="even ">
1440
1464
  <div class="item">
1441
1465
  <span class='object_link'><a href="Compony.html#with_button_defaults-class_method" title="Compony.with_button_defaults (method)">with_button_defaults</a></span>
1442
1466
  <small>Compony</small>
@@ -1444,7 +1468,7 @@
1444
1468
  </li>
1445
1469
 
1446
1470
 
1447
- <li class="even ">
1471
+ <li class="odd ">
1448
1472
  <div class="item">
1449
1473
  <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>
1450
1474
  <small>Compony::Components::Form</small>