compony 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +9 -0
  3. data/Gemfile.lock +1 -1
  4. data/VERSION +1 -1
  5. data/compony.gemspec +3 -3
  6. data/config/locales/de.yml +1 -1
  7. data/config/locales/en.yml +1 -1
  8. data/config/locales/fr.yml +1 -1
  9. data/doc/ComponentGenerator.html +1 -1
  10. data/doc/Components.html +1 -1
  11. data/doc/ComponentsGenerator.html +1 -1
  12. data/doc/Compony/Component.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  15. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  17. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  18. data/doc/Compony/ComponentMixins/Default.html +1 -1
  19. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  20. data/doc/Compony/ComponentMixins.html +1 -1
  21. data/doc/Compony/Components/Button.html +1 -1
  22. data/doc/Compony/Components/Destroy.html +1 -1
  23. data/doc/Compony/Components/Edit.html +1 -1
  24. data/doc/Compony/Components/Form.html +1 -1
  25. data/doc/Compony/Components/Index.html +1 -1
  26. data/doc/Compony/Components/List.html +235 -146
  27. data/doc/Compony/Components/New.html +1 -1
  28. data/doc/Compony/Components/Show.html +1 -1
  29. data/doc/Compony/Components/WithForm.html +1 -1
  30. data/doc/Compony/Components.html +1 -1
  31. data/doc/Compony/ControllerMixin.html +1 -1
  32. data/doc/Compony/Engine.html +1 -1
  33. data/doc/Compony/MethodAccessibleHash.html +1 -1
  34. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  35. data/doc/Compony/ModelFields/Association.html +1 -1
  36. data/doc/Compony/ModelFields/Attachment.html +203 -19
  37. data/doc/Compony/ModelFields/Base.html +1 -1
  38. data/doc/Compony/ModelFields/Boolean.html +1 -1
  39. data/doc/Compony/ModelFields/Color.html +1 -1
  40. data/doc/Compony/ModelFields/Currency.html +1 -1
  41. data/doc/Compony/ModelFields/Date.html +1 -1
  42. data/doc/Compony/ModelFields/Datetime.html +1 -1
  43. data/doc/Compony/ModelFields/Decimal.html +1 -1
  44. data/doc/Compony/ModelFields/Email.html +1 -1
  45. data/doc/Compony/ModelFields/Float.html +1 -1
  46. data/doc/Compony/ModelFields/Integer.html +1 -1
  47. data/doc/Compony/ModelFields/Percentage.html +1 -1
  48. data/doc/Compony/ModelFields/Phone.html +1 -1
  49. data/doc/Compony/ModelFields/RichText.html +1 -1
  50. data/doc/Compony/ModelFields/String.html +1 -1
  51. data/doc/Compony/ModelFields/Text.html +1 -1
  52. data/doc/Compony/ModelFields/Time.html +1 -1
  53. data/doc/Compony/ModelFields/Url.html +1 -1
  54. data/doc/Compony/ModelFields.html +1 -1
  55. data/doc/Compony/ModelMixin.html +1 -1
  56. data/doc/Compony/NaturalOrdering.html +1 -1
  57. data/doc/Compony/RequestContext.html +1 -1
  58. data/doc/Compony/Version.html +1 -1
  59. data/doc/Compony/ViewHelpers.html +1 -1
  60. data/doc/Compony.html +1 -1
  61. data/doc/ComponyController.html +1 -1
  62. data/doc/_index.html +1 -1
  63. data/doc/file.README.html +1 -1
  64. data/doc/index.html +1 -1
  65. data/doc/method_list.html +139 -115
  66. data/doc/top-level-namespace.html +1 -1
  67. data/lib/compony/components/list.rb +10 -0
  68. data/lib/compony/model_fields/attachment.rb +42 -3
  69. metadata +2 -2
data/doc/method_list.html CHANGED
@@ -413,6 +413,14 @@
413
413
 
414
414
 
415
415
  <li class="odd ">
416
+ <div class="item">
417
+ <span class='object_link'><a href="Compony/Components/List.html#default_sorting-instance_method" title="Compony::Components::List#default_sorting (method)">#default_sorting</a></span>
418
+ <small>Compony::Components::List</small>
419
+ </div>
420
+ </li>
421
+
422
+
423
+ <li class="even ">
416
424
  <div class="item">
417
425
  <span class='object_link'><a href="Compony/Components/Form.html#disable!-instance_method" title="Compony::Components::Form#disable! (method)">#disable!</a></span>
418
426
  <small>Compony::Components::Form</small>
@@ -420,7 +428,7 @@
420
428
  </li>
421
429
 
422
430
 
423
- <li class="even ">
431
+ <li class="odd ">
424
432
  <div class="item">
425
433
  <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>
426
434
  <small>Compony::RequestContext</small>
@@ -428,7 +436,7 @@
428
436
  </li>
429
437
 
430
438
 
431
- <li class="odd ">
439
+ <li class="even ">
432
440
  <div class="item">
433
441
  <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>
434
442
  <small>Compony::ModelFields::Base</small>
@@ -436,7 +444,7 @@
436
444
  </li>
437
445
 
438
446
 
439
- <li class="even ">
447
+ <li class="odd ">
440
448
  <div class="item">
441
449
  <span class='object_link'><a href="Compony/Components/Form.html#f-instance_method" title="Compony::Components::Form#f (method)">#f</a></span>
442
450
  <small>Compony::Components::Form</small>
@@ -444,7 +452,7 @@
444
452
  </li>
445
453
 
446
454
 
447
- <li class="odd ">
455
+ <li class="even ">
448
456
  <div class="item">
449
457
  <span class='object_link'><a href="Compony/Component.html#family_cst-class_method" title="Compony::Component.family_cst (method)">family_cst</a></span>
450
458
  <small>Compony::Component</small>
@@ -452,7 +460,7 @@
452
460
  </li>
453
461
 
454
462
 
455
- <li class="even ">
463
+ <li class="odd ">
456
464
  <div class="item">
457
465
  <span class='object_link'><a href="Compony/Component.html#family_name-class_method" title="Compony::Component.family_name (method)">family_name</a></span>
458
466
  <small>Compony::Component</small>
@@ -460,7 +468,7 @@
460
468
  </li>
461
469
 
462
470
 
463
- <li class="odd ">
471
+ <li class="even ">
464
472
  <div class="item">
465
473
  <span class='object_link'><a href="Compony.html#family_name_for-class_method" title="Compony.family_name_for (method)">family_name_for</a></span>
466
474
  <small>Compony</small>
@@ -468,7 +476,7 @@
468
476
  </li>
469
477
 
470
478
 
471
- <li class="even ">
479
+ <li class="odd ">
472
480
  <div class="item">
473
481
  <span class='object_link'><a href="Compony/ModelMixin.html#feasibility_messages-instance_method" title="Compony::ModelMixin#feasibility_messages (method)">#feasibility_messages</a></span>
474
482
  <small>Compony::ModelMixin</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#feasible%3F-instance_method" title="Compony::ModelMixin#feasible? (method)">#feasible?</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/ModelMixin.html#field-instance_method" title="Compony::ModelMixin#field (method)">#field</a></span>
490
498
  <small>Compony::ModelMixin</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/Components/Form.html#field-instance_method" title="Compony::Components::Form#field (method)">#field</a></span>
498
506
  <small>Compony::Components::Form</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/Components/List.html#filter-instance_method" title="Compony::Components::List#filter (method)">#filter</a></span>
506
514
  <small>Compony::Components::List</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/Components/List.html#filter_input_class-instance_method" title="Compony::Components::List#filter_input_class (method)">#filter_input_class</a></span>
514
522
  <small>Compony::Components::List</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/Components/List.html#filter_item_wrapper_class-instance_method" title="Compony::Components::List#filter_item_wrapper_class (method)">#filter_item_wrapper_class</a></span>
522
530
  <small>Compony::Components::List</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/Components/List.html#filter_label_class-instance_method" title="Compony::Components::List#filter_label_class (method)">#filter_label_class</a></span>
530
538
  <small>Compony::Components::List</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/Components/List.html#filter_select_class-instance_method" title="Compony::Components::List#filter_select_class (method)">#filter_select_class</a></span>
538
546
  <small>Compony::Components::List</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/Components/List.html#filtering_enabled%3F-instance_method" title="Compony::Components::List#filtering_enabled? (method)">#filtering_enabled?</a></span>
546
554
  <small>Compony::Components::List</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/Components/List.html#filters-instance_method" title="Compony::Components::List#filters (method)">#filters</a></span>
554
562
  <small>Compony::Components::List</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/WithForm.html#form_cancancan_action-instance_method" title="Compony::Components::WithForm#form_cancancan_action (method)">#form_cancancan_action</a></span>
562
570
  <small>Compony::Components::WithForm</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/Components/WithForm.html#form_comp-instance_method" title="Compony::Components::WithForm#form_comp (method)">#form_comp</a></span>
570
578
  <small>Compony::Components::WithForm</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/WithForm.html#form_comp_class-instance_method" title="Compony::Components::WithForm#form_comp_class (method)">#form_comp_class</a></span>
578
586
  <small>Compony::Components::WithForm</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/Components/Form.html#form_fields-instance_method" title="Compony::Components::Form#form_fields (method)">#form_fields</a></span>
586
594
  <small>Compony::Components::Form</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/Components/Form.html#form_params-instance_method" title="Compony::Components::Form#form_params (method)">#form_params</a></span>
594
602
  <small>Compony::Components::Form</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/ModelMixin.html#full_feasibility_messages-instance_method" title="Compony::ModelMixin#full_feasibility_messages (method)">#full_feasibility_messages</a></span>
602
610
  <small>Compony::ModelMixin</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/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>
610
618
  <small>Compony::ComponentMixins::Resourceful</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/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>
618
626
  <small>Compony::ComponentMixins::Resourceful</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#global_assign_attributes_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_assign_attributes_block (method)">#global_assign_attributes_block</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/Resourceful.html#global_load_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_load_data_block (method)">#global_load_data_block</a></span>
634
642
  <small>Compony::ComponentMixins::Resourceful</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/Resourceful.html#global_store_data_block-instance_method" title="Compony::ComponentMixins::Resourceful#global_store_data_block (method)">#global_store_data_block</a></span>
642
650
  <small>Compony::ComponentMixins::Resourceful</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/RequestContext.html#helpers-instance_method" title="Compony::RequestContext#helpers (method)">#helpers</a></span>
650
658
  <small>Compony::RequestContext</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/ComponentMixins/Default/Labelling.html#icon-instance_method" title="Compony::ComponentMixins::Default::Labelling#icon (method)">#icon</a></span>
658
666
  <small>Compony::ComponentMixins::Default::Labelling</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/Component.html#id-instance_method" title="Compony::Component#id (method)">#id</a></span>
666
674
  <small>Compony::Component</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/Component.html#initialize-instance_method" title="Compony::Component#initialize (method)">#initialize</a></span>
674
682
  <small>Compony::Component</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/Components/Form.html#initialize-instance_method" title="Compony::Components::Form#initialize (method)">#initialize</a></span>
682
690
  <small>Compony::Components::Form</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/Components/List.html#initialize-instance_method" title="Compony::Components::List#initialize (method)">#initialize</a></span>
690
698
  <small>Compony::Components::List</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/Components/Show.html#initialize-instance_method" title="Compony::Components::Show#initialize (method)">#initialize</a></span>
698
706
  <small>Compony::Components::Show</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#initialize-instance_method" title="Compony::RequestContext#initialize (method)">#initialize</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/Components/Button.html#initialize-instance_method" title="Compony::Components::Button#initialize (method)">#initialize</a></span>
714
722
  <small>Compony::Components::Button</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/ModelFields/Base.html#initialize-instance_method" title="Compony::ModelFields::Base#initialize (method)">#initialize</a></span>
722
730
  <small>Compony::ModelFields::Base</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/ModelFields/Phone.html#initialize-instance_method" title="Compony::ModelFields::Phone#initialize (method)">#initialize</a></span>
730
738
  <small>Compony::ModelFields::Phone</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/Components/WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>
738
746
  <small>Compony::Components::WithForm</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/MethodAccessibleHash.html#initialize-instance_method" title="Compony::MethodAccessibleHash#initialize (method)">#initialize</a></span>
746
754
  <small>Compony::MethodAccessibleHash</small>
@@ -748,6 +756,14 @@
748
756
  </li>
749
757
 
750
758
 
759
+ <li class="even ">
760
+ <div class="item">
761
+ <span class='object_link'><a href="Compony/ModelFields/Attachment.html#initialize-instance_method" title="Compony::ModelFields::Attachment#initialize (method)">#initialize</a></span>
762
+ <small>Compony::ModelFields::Attachment</small>
763
+ </div>
764
+ </li>
765
+
766
+
751
767
  <li class="odd ">
752
768
  <div class="item">
753
769
  <span class='object_link'><a href="Compony/ModelFields/Association.html#initialize-instance_method" title="Compony::ModelFields::Association#initialize (method)">#initialize</a></span>
@@ -1213,6 +1229,14 @@
1213
1229
 
1214
1230
 
1215
1231
  <li class="odd ">
1232
+ <div class="item">
1233
+ <span class='object_link'><a href="Compony/ModelFields/Attachment.html#resolve_attachment!-instance_method" title="Compony::ModelFields::Attachment#resolve_attachment! (method)">#resolve_attachment!</a></span>
1234
+ <small>Compony::ModelFields::Attachment</small>
1235
+ </div>
1236
+ </li>
1237
+
1238
+
1239
+ <li class="even ">
1216
1240
  <div class="item">
1217
1241
  <span class='object_link'><a href="Compony/Component.html#resourceful%3F-instance_method" title="Compony::Component#resourceful? (method)">#resourceful?</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/Resourceful.html#resourceful%3F-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful? (method)">#resourceful?</a></span>
1226
1250
  <small>Compony::ComponentMixins::Resourceful</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/ComponentMixins/Resourceful.html#resourceful_sub_comp-instance_method" title="Compony::ComponentMixins::Resourceful#resourceful_sub_comp (method)">#resourceful_sub_comp</a></span>
1234
1258
  <small>Compony::ComponentMixins::Resourceful</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/VerbDsl.html#respond-instance_method" title="Compony::ComponentMixins::Default::Standalone::VerbDsl#respond (method)">#respond</a></span>
1242
1266
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</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/RequestContext.html#respond_to_missing%3F-instance_method" title="Compony::RequestContext#respond_to_missing? (method)">#respond_to_missing?</a></span>
1250
1274
  <small>Compony::RequestContext</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/MethodAccessibleHash.html#respond_to_missing%3F-instance_method" title="Compony::MethodAccessibleHash#respond_to_missing? (method)">#respond_to_missing?</a></span>
1258
1282
  <small>Compony::MethodAccessibleHash</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/Components/List.html#results_per_page-instance_method" title="Compony::Components::List#results_per_page (method)">#results_per_page</a></span>
1266
1290
  <small>Compony::Components::List</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.html#root_comp-class_method" title="Compony.root_comp (method)">root_comp</a></span>
1274
1298
  <small>Compony</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/Component.html#root_comp-instance_method" title="Compony::Component#root_comp (method)">#root_comp</a></span>
1282
1306
  <small>Compony::Component</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/Component.html#root_comp%3F-instance_method" title="Compony::Component#root_comp? (method)">#root_comp?</a></span>
1290
1314
  <small>Compony::Component</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/Components/List.html#row_action-instance_method" title="Compony::Components::List#row_action (method)">#row_action</a></span>
1298
1322
  <small>Compony::Components::List</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/Components/Form.html#schema-instance_method" title="Compony::Components::Form#schema (method)">#schema</a></span>
1306
1330
  <small>Compony::Components::Form</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/Components/Form.html#schema_block_for-instance_method" title="Compony::Components::Form#schema_block_for (method)">#schema_block_for</a></span>
1314
1338
  <small>Compony::Components::Form</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/Components/Form.html#schema_field-instance_method" title="Compony::Components::Form#schema_field (method)">#schema_field</a></span>
1322
1346
  <small>Compony::Components::Form</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/Components/Form.html#schema_fields-instance_method" title="Compony::Components::Form#schema_fields (method)">#schema_fields</a></span>
1330
1354
  <small>Compony::Components::Form</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#schema_key-instance_method" title="Compony::ModelFields::Base#schema_key (method)">#schema_key</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/Components/Form.html#schema_line-instance_method" title="Compony::Components::Form#schema_line (method)">#schema_line</a></span>
1346
1370
  <small>Compony::Components::Form</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/Base.html#schema_line-instance_method" title="Compony::ModelFields::Base#schema_line (method)">#schema_line</a></span>
1354
1378
  <small>Compony::ModelFields::Base</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/Association.html#schema_line-instance_method" title="Compony::ModelFields::Association#schema_line (method)">#schema_line</a></span>
1362
1386
  <small>Compony::ModelFields::Association</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/Components/Form.html#schema_pw_field-instance_method" title="Compony::Components::Form#schema_pw_field (method)">#schema_pw_field</a></span>
1370
1394
  <small>Compony::Components::Form</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/Components/Form.html#schema_wrapper_key_for-instance_method" title="Compony::Components::Form#schema_wrapper_key_for (method)">#schema_wrapper_key_for</a></span>
1378
1402
  <small>Compony::Components::Form</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/Component.html#setup-class_method" title="Compony::Component.setup (method)">setup</a></span>
1386
1410
  <small>Compony::Component</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/Base.html#simpleform_input-instance_method" title="Compony::ModelFields::Base#simpleform_input (method)">#simpleform_input</a></span>
1394
1418
  <small>Compony::ModelFields::Base</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/Color.html#simpleform_input-instance_method" title="Compony::ModelFields::Color#simpleform_input (method)">#simpleform_input</a></span>
1402
1426
  <small>Compony::ModelFields::Color</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/RichText.html#simpleform_input-instance_method" title="Compony::ModelFields::RichText#simpleform_input (method)">#simpleform_input</a></span>
1410
1434
  <small>Compony::ModelFields::RichText</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/Attachment.html#simpleform_input-instance_method" title="Compony::ModelFields::Attachment#simpleform_input (method)">#simpleform_input</a></span>
1418
1442
  <small>Compony::ModelFields::Attachment</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#simpleform_input-instance_method" title="Compony::ModelFields::Association#simpleform_input (method)">#simpleform_input</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/ModelFields/Base.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Base#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1434
1458
  <small>Compony::ModelFields::Base</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/ModelFields/Anchormodel.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Anchormodel#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1442
1466
  <small>Compony::ModelFields::Anchormodel</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/ModelFields/Association.html#simpleform_input_hidden-instance_method" title="Compony::ModelFields::Association#simpleform_input_hidden (method)">#simpleform_input_hidden</a></span>
1450
1474
  <small>Compony::ModelFields::Association</small>
@@ -1452,7 +1476,7 @@
1452
1476
  </li>
1453
1477
 
1454
1478
 
1455
- <li class="odd ">
1479
+ <li class="even ">
1456
1480
  <div class="item">
1457
1481
  <span class='object_link'><a href="Compony/Component.html#skip_action-instance_method" title="Compony::Component#skip_action (method)">#skip_action</a></span>
1458
1482
  <small>Compony::Component</small>
@@ -1460,7 +1484,7 @@
1460
1484
  </li>
1461
1485
 
1462
1486
 
1463
- <li class="even ">
1487
+ <li class="odd ">
1464
1488
  <div class="item">
1465
1489
  <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>
1466
1490
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1468,7 +1492,7 @@
1468
1492
  </li>
1469
1493
 
1470
1494
 
1471
- <li class="odd ">
1495
+ <li class="even ">
1472
1496
  <div class="item">
1473
1497
  <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>
1474
1498
  <small>Compony::Components::Form</small>
@@ -1476,7 +1500,7 @@
1476
1500
  </li>
1477
1501
 
1478
1502
 
1479
- <li class="even ">
1503
+ <li class="odd ">
1480
1504
  <div class="item">
1481
1505
  <span class='object_link'><a href="Compony/Components/List.html#skip_column-instance_method" title="Compony::Components::List#skip_column (method)">#skip_column</a></span>
1482
1506
  <small>Compony::Components::List</small>
@@ -1484,7 +1508,7 @@
1484
1508
  </li>
1485
1509
 
1486
1510
 
1487
- <li class="odd ">
1511
+ <li class="even ">
1488
1512
  <div class="item">
1489
1513
  <span class='object_link'><a href="Compony/Components/Show.html#skip_column-instance_method" title="Compony::Components::Show#skip_column (method)">#skip_column</a></span>
1490
1514
  <small>Compony::Components::Show</small>
@@ -1492,7 +1516,7 @@
1492
1516
  </li>
1493
1517
 
1494
1518
 
1495
- <li class="even ">
1519
+ <li class="odd ">
1496
1520
  <div class="item">
1497
1521
  <span class='object_link'><a href="Compony/Components/List.html#skip_filtering!-instance_method" title="Compony::Components::List#skip_filtering! (method)">#skip_filtering!</a></span>
1498
1522
  <small>Compony::Components::List</small>
@@ -1500,7 +1524,7 @@
1500
1524
  </li>
1501
1525
 
1502
1526
 
1503
- <li class="odd ">
1527
+ <li class="even ">
1504
1528
  <div class="item">
1505
1529
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html#skip_forgery_protection!-instance_method" title="Compony::ComponentMixins::Default::Standalone::StandaloneDsl#skip_forgery_protection! (method)">#skip_forgery_protection!</a></span>
1506
1530
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1508,7 +1532,7 @@
1508
1532
  </li>
1509
1533
 
1510
1534
 
1511
- <li class="even ">
1535
+ <li class="odd ">
1512
1536
  <div class="item">
1513
1537
  <span class='object_link'><a href="Compony/Components/List.html#skip_pagination!-instance_method" title="Compony::Components::List#skip_pagination! (method)">#skip_pagination!</a></span>
1514
1538
  <small>Compony::Components::List</small>
@@ -1516,7 +1540,7 @@
1516
1540
  </li>
1517
1541
 
1518
1542
 
1519
- <li class="odd ">
1543
+ <li class="even ">
1520
1544
  <div class="item">
1521
1545
  <span class='object_link'><a href="Compony/Components/List.html#skip_row_action-instance_method" title="Compony::Components::List#skip_row_action (method)">#skip_row_action</a></span>
1522
1546
  <small>Compony::Components::List</small>
@@ -1524,7 +1548,7 @@
1524
1548
  </li>
1525
1549
 
1526
1550
 
1527
- <li class="even ">
1551
+ <li class="odd ">
1528
1552
  <div class="item">
1529
1553
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting!-instance_method" title="Compony::Components::List#skip_sorting! (method)">#skip_sorting!</a></span>
1530
1554
  <small>Compony::Components::List</small>
@@ -1532,7 +1556,7 @@
1532
1556
  </li>
1533
1557
 
1534
1558
 
1535
- <li class="odd ">
1559
+ <li class="even ">
1536
1560
  <div class="item">
1537
1561
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_in_filter!-instance_method" title="Compony::Components::List#skip_sorting_in_filter! (method)">#skip_sorting_in_filter!</a></span>
1538
1562
  <small>Compony::Components::List</small>
@@ -1540,7 +1564,7 @@
1540
1564
  </li>
1541
1565
 
1542
1566
 
1543
- <li class="even ">
1567
+ <li class="odd ">
1544
1568
  <div class="item">
1545
1569
  <span class='object_link'><a href="Compony/Components/List.html#skip_sorting_links!-instance_method" title="Compony::Components::List#skip_sorting_links! (method)">#skip_sorting_links!</a></span>
1546
1570
  <small>Compony::Components::List</small>
@@ -1548,7 +1572,7 @@
1548
1572
  </li>
1549
1573
 
1550
1574
 
1551
- <li class="odd ">
1575
+ <li class="even ">
1552
1576
  <div class="item">
1553
1577
  <span class='object_link'><a href="Compony/Components/List.html#sort-instance_method" title="Compony::Components::List#sort (method)">#sort</a></span>
1554
1578
  <small>Compony::Components::List</small>
@@ -1556,7 +1580,7 @@
1556
1580
  </li>
1557
1581
 
1558
1582
 
1559
- <li class="even ">
1583
+ <li class="odd ">
1560
1584
  <div class="item">
1561
1585
  <span class='object_link'><a href="Compony/Components/List.html#sorting_enabled%3F-instance_method" title="Compony::Components::List#sorting_enabled? (method)">#sorting_enabled?</a></span>
1562
1586
  <small>Compony::Components::List</small>
@@ -1564,7 +1588,7 @@
1564
1588
  </li>
1565
1589
 
1566
1590
 
1567
- <li class="odd ">
1591
+ <li class="even ">
1568
1592
  <div class="item">
1569
1593
  <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_enabled%3F-instance_method" title="Compony::Components::List#sorting_in_filter_enabled? (method)">#sorting_in_filter_enabled?</a></span>
1570
1594
  <small>Compony::Components::List</small>
@@ -1572,7 +1596,7 @@
1572
1596
  </li>
1573
1597
 
1574
1598
 
1575
- <li class="even ">
1599
+ <li class="odd ">
1576
1600
  <div class="item">
1577
1601
  <span class='object_link'><a href="Compony/Components/List.html#sorting_in_filter_select_opts-instance_method" title="Compony::Components::List#sorting_in_filter_select_opts (method)">#sorting_in_filter_select_opts</a></span>
1578
1602
  <small>Compony::Components::List</small>
@@ -1580,7 +1604,7 @@
1580
1604
  </li>
1581
1605
 
1582
1606
 
1583
- <li class="odd ">
1607
+ <li class="even ">
1584
1608
  <div class="item">
1585
1609
  <span class='object_link'><a href="Compony/Components/List.html#sorting_links_enabled%3F-instance_method" title="Compony::Components::List#sorting_links_enabled? (method)">#sorting_links_enabled?</a></span>
1586
1610
  <small>Compony::Components::List</small>
@@ -1588,7 +1612,7 @@
1588
1612
  </li>
1589
1613
 
1590
1614
 
1591
- <li class="even ">
1615
+ <li class="odd ">
1592
1616
  <div class="item">
1593
1617
  <span class='object_link'><a href="Compony/Components/List.html#sorts-instance_method" title="Compony::Components::List#sorts (method)">#sorts</a></span>
1594
1618
  <small>Compony::Components::List</small>
@@ -1596,7 +1620,7 @@
1596
1620
  </li>
1597
1621
 
1598
1622
 
1599
- <li class="odd ">
1623
+ <li class="even ">
1600
1624
  <div class="item">
1601
1625
  <span class='object_link'><a href="Compony/ComponentMixins/Default/Standalone.html#standalone-instance_method" title="Compony::ComponentMixins::Default::Standalone#standalone (method)">#standalone</a></span>
1602
1626
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1604,7 +1628,7 @@
1604
1628
  </li>
1605
1629
 
1606
1630
 
1607
- <li class="even ">
1631
+ <li class="odd ">
1608
1632
  <div class="item">
1609
1633
  <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>
1610
1634
  <small>Compony::ComponentMixins::Default::Standalone</small>
@@ -1612,7 +1636,7 @@
1612
1636
  </li>
1613
1637
 
1614
1638
 
1615
- <li class="odd ">
1639
+ <li class="even ">
1616
1640
  <div class="item">
1617
1641
  <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>
1618
1642
  <small>Compony::ComponentMixins::Resourceful</small>
@@ -1620,7 +1644,7 @@
1620
1644
  </li>
1621
1645
 
1622
1646
 
1623
- <li class="even ">
1647
+ <li class="odd ">
1624
1648
  <div class="item">
1625
1649
  <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>
1626
1650
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1628,7 +1652,7 @@
1628
1652
  </li>
1629
1653
 
1630
1654
 
1631
- <li class="odd ">
1655
+ <li class="even ">
1632
1656
  <div class="item">
1633
1657
  <span class='object_link'><a href="Compony/Component.html#sub_comp-instance_method" title="Compony::Component#sub_comp (method)">#sub_comp</a></span>
1634
1658
  <small>Compony::Component</small>
@@ -1636,7 +1660,7 @@
1636
1660
  </li>
1637
1661
 
1638
1662
 
1639
- <li class="even ">
1663
+ <li class="odd ">
1640
1664
  <div class="item">
1641
1665
  <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>
1642
1666
  <small>Compony::Components::WithForm</small>
@@ -1644,7 +1668,7 @@
1644
1668
  </li>
1645
1669
 
1646
1670
 
1647
- <li class="odd ">
1671
+ <li class="even ">
1648
1672
  <div class="item">
1649
1673
  <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>
1650
1674
  <small>Compony::Components::WithForm</small>
@@ -1652,7 +1676,7 @@
1652
1676
  </li>
1653
1677
 
1654
1678
 
1655
- <li class="even ">
1679
+ <li class="odd ">
1656
1680
  <div class="item">
1657
1681
  <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>
1658
1682
  <small>Compony::ComponentMixins::Default::Standalone::VerbDsl</small>
@@ -1660,7 +1684,7 @@
1660
1684
  </li>
1661
1685
 
1662
1686
 
1663
- <li class="odd ">
1687
+ <li class="even ">
1664
1688
  <div class="item">
1665
1689
  <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>
1666
1690
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1668,7 +1692,7 @@
1668
1692
  </li>
1669
1693
 
1670
1694
 
1671
- <li class="even ">
1695
+ <li class="odd ">
1672
1696
  <div class="item">
1673
1697
  <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>
1674
1698
  <small>Compony::ComponentMixins::Default::Standalone::ResourcefulVerbDsl</small>
@@ -1676,7 +1700,7 @@
1676
1700
  </li>
1677
1701
 
1678
1702
 
1679
- <li class="odd ">
1703
+ <li class="even ">
1680
1704
  <div class="item">
1681
1705
  <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>
1682
1706
  <small>Compony::ModelFields::Base</small>
@@ -1684,7 +1708,7 @@
1684
1708
  </li>
1685
1709
 
1686
1710
 
1687
- <li class="even ">
1711
+ <li class="odd ">
1688
1712
  <div class="item">
1689
1713
  <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>
1690
1714
  <small>Compony::ModelFields::Url</small>
@@ -1692,7 +1716,7 @@
1692
1716
  </li>
1693
1717
 
1694
1718
 
1695
- <li class="odd ">
1719
+ <li class="even ">
1696
1720
  <div class="item">
1697
1721
  <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>
1698
1722
  <small>Compony::ModelFields::Base</small>
@@ -1700,7 +1724,7 @@
1700
1724
  </li>
1701
1725
 
1702
1726
 
1703
- <li class="even ">
1727
+ <li class="odd ">
1704
1728
  <div class="item">
1705
1729
  <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>
1706
1730
  <small>Compony::ModelFields::Date</small>
@@ -1708,7 +1732,7 @@
1708
1732
  </li>
1709
1733
 
1710
1734
 
1711
- <li class="odd ">
1735
+ <li class="even ">
1712
1736
  <div class="item">
1713
1737
  <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>
1714
1738
  <small>Compony::ModelFields::Color</small>
@@ -1716,7 +1740,7 @@
1716
1740
  </li>
1717
1741
 
1718
1742
 
1719
- <li class="even ">
1743
+ <li class="odd ">
1720
1744
  <div class="item">
1721
1745
  <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>
1722
1746
  <small>Compony::ModelFields::Email</small>
@@ -1724,7 +1748,7 @@
1724
1748
  </li>
1725
1749
 
1726
1750
 
1727
- <li class="odd ">
1751
+ <li class="even ">
1728
1752
  <div class="item">
1729
1753
  <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>
1730
1754
  <small>Compony::ModelFields::Phone</small>
@@ -1732,7 +1756,7 @@
1732
1756
  </li>
1733
1757
 
1734
1758
 
1735
- <li class="even ">
1759
+ <li class="odd ">
1736
1760
  <div class="item">
1737
1761
  <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>
1738
1762
  <small>Compony::ModelFields::Boolean</small>
@@ -1740,7 +1764,7 @@
1740
1764
  </li>
1741
1765
 
1742
1766
 
1743
- <li class="odd ">
1767
+ <li class="even ">
1744
1768
  <div class="item">
1745
1769
  <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>
1746
1770
  <small>Compony::ModelFields::Currency</small>
@@ -1748,7 +1772,7 @@
1748
1772
  </li>
1749
1773
 
1750
1774
 
1751
- <li class="even ">
1775
+ <li class="odd ">
1752
1776
  <div class="item">
1753
1777
  <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>
1754
1778
  <small>Compony::ModelFields::Datetime</small>
@@ -1756,7 +1780,7 @@
1756
1780
  </li>
1757
1781
 
1758
1782
 
1759
- <li class="odd ">
1783
+ <li class="even ">
1760
1784
  <div class="item">
1761
1785
  <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>
1762
1786
  <small>Compony::ModelFields::Attachment</small>
@@ -1764,7 +1788,7 @@
1764
1788
  </li>
1765
1789
 
1766
1790
 
1767
- <li class="even ">
1791
+ <li class="odd ">
1768
1792
  <div class="item">
1769
1793
  <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>
1770
1794
  <small>Compony::ModelFields::Percentage</small>
@@ -1772,7 +1796,7 @@
1772
1796
  </li>
1773
1797
 
1774
1798
 
1775
- <li class="odd ">
1799
+ <li class="even ">
1776
1800
  <div class="item">
1777
1801
  <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>
1778
1802
  <small>Compony::ModelFields::Anchormodel</small>
@@ -1780,7 +1804,7 @@
1780
1804
  </li>
1781
1805
 
1782
1806
 
1783
- <li class="even ">
1807
+ <li class="odd ">
1784
1808
  <div class="item">
1785
1809
  <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>
1786
1810
  <small>Compony::ModelFields::Association</small>
@@ -1788,7 +1812,7 @@
1788
1812
  </li>
1789
1813
 
1790
1814
 
1791
- <li class="odd ">
1815
+ <li class="even ">
1792
1816
  <div class="item">
1793
1817
  <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>
1794
1818
  <small>Compony::ComponentMixins::Default::Standalone::StandaloneDsl</small>
@@ -1796,7 +1820,7 @@
1796
1820
  </li>
1797
1821
 
1798
1822
 
1799
- <li class="even ">
1823
+ <li class="odd ">
1800
1824
  <div class="item">
1801
1825
  <span class='object_link'><a href="Compony.html#with_button_defaults-class_method" title="Compony.with_button_defaults (method)">with_button_defaults</a></span>
1802
1826
  <small>Compony</small>
@@ -1804,7 +1828,7 @@
1804
1828
  </li>
1805
1829
 
1806
1830
 
1807
- <li class="odd ">
1831
+ <li class="even ">
1808
1832
  <div class="item">
1809
1833
  <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>
1810
1834
  <small>Compony::Components::Form</small>