compony 0.5.1 → 0.5.3

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