Von Version < 30.3 >
bearbeitet von gru
am 04.05.2020, 15:35
Auf Version < 28.6 >
bearbeitet von gru
am 12.03.2020, 15:02
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -33,7 +33,7 @@
33 33   'iconfc': 'puzzle',
34 34   'title': 'Anwendungsfälle',
35 35   'description': 'Formulardaten verarbeiten',
36 - 'documentation': 'doc:Anwendungsfälle.WebHome'
36 + 'documentation': 'doc:Examples.WebHome'
37 37  }, {
38 38   'iconfc': 'form',
39 39   'title': 'Beispiele',
... ... @@ -48,7 +48,7 @@
48 48   'documentation': "https://faq.formcycle.eu/"
49 49  }, {
50 50   'iconfc': 'puzzle',
51 - 'title': 'Plugin-Dokumen­tation',
51 + 'title': 'Plugin-Dokumentation',
52 52   'description': 'Dokumentation der für FORMCYCLE verfügbaren Plugins',
53 53   'documentation': 'Formcycle.PluginDocumentation'
54 54  }, {
... ... @@ -57,6 +57,11 @@
57 57   'description': 'Einbindung von FORMCYCLE in CMS/DMS-Systeme',
58 58   'documentation': 'Formcycle.CMSExtension'
59 59  }, {
60 + 'icon': 'fa fa-share-square',
61 + 'title': 'Daten extern weiterverarbeiten',
62 + 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten',
63 + 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing'
64 +}, {
60 60   'icon': 'fa fa-cloud',
61 61   'title': 'FORM.CLOUD',
62 62   'description': 'Informationen zur XIMA FORM.CLOUD',
... ... @@ -68,12 +68,6 @@
68 68   'documentation': 'doc:Blog.WebHome'
69 69  }])
70 70  
71 -## 'icon': 'fa fa-share-square',
72 -## 'title': 'Daten extern weiterverarbeiten',
73 -## 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten',
74 -## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing'
75 -##}, {
76 -
77 77  {{html}}
78 78  ##$jsontool.serialize(${mainCards})<br>
79 79  ##$jsontool.serialize($mainCards)<br>
... ... @@ -111,7 +111,7 @@
111 111   text-align: center;
112 112   display: inline-block;
113 113   border-radius: 4px;
114 - padding: 4px 10px 4px 22px;
113 + padding: 4px 10px 4px 10px;
115 115   font-size: 15px
116 116   margin: auto;
117 117   margin-bottom: 5px;
... ... @@ -130,19 +130,15 @@
130 130  .jQButton[active=false]:hover {
131 131   background-color: #676767;
132 132  }
133 -.jQButton .jQButton-icon::before {
132 +.jQButton:before {
134 134   font-family: "FontAwesome";
135 135   font-size: 14px;
136 136   font-weight: 400;
137 137   content: "\f046";
138 138  }
139 -.jQButton[active=false] .jQButton-icon::before {
138 +.jQButton[active=false]:before {
140 140   content: "\f096";
141 141  }
142 -.jQButton-icon {
143 - position: absolute;
144 - margin-left: -11px;
145 -}
146 146  </style>
147 147  
148 148  <script>
... ... @@ -733,19 +733,19 @@
733 733   {text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
734 734   {text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
735 735   {text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
736 - {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/UserInterface/MyForms/DoubleOptIn/'},
731 + {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
737 737   {text: "[Übersicht von Lösungen bei Problemen mit z.B. DB (Ticket #3714, #3057)]", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
738 738   {text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
739 739   {text: "Beispiele für Print CSS / Erläuterung was das PDF Print Plugin macht", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'},
740 740  ];
741 741  ##http://mistic100.github.io/jQCloud/demo.html#handlers
742 -/*XjQ('#jQArea').jQCloud(jQwords, {
737 +XjQ('#jQArea').jQCloud(jQwords, {
743 743   classPattern: null,
744 744   colors: ["#176694", "#3480AD", "#5398c1", "#76b2d6", "#7ca2b9", "#889fad", "#8e979c", "#929596", "#babbbb"],
745 745   fontSize: ['16px','15px','15px','14px','14px','13px','13px','12px','12px'],
746 746   //width: 500,
747 747   height: 500
748 -});*/
743 +});
749 749  
750 750  var jQButtons = XjQ('.jQButton');
751 751  
... ... @@ -780,17 +780,17 @@
780 780  }
781 781  });
782 782  </script>
783 -<!--
778 +
784 784  <div class="row">
785 785   <div class="d-none d-md-block col-lg-12 card-main">
786 786   <div class="well" >
787 787   <div id="jQButtons">
788 - <div id="jQBtn1" class="jQButton" group="Designer" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Designer</div>
789 - <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Datenquellen</div>
790 - <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Statusverarbeitung</div>
791 - <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Abschlusseite</div>
792 - <div id="jQBtn1" class="jQButton" group="Posteingang" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Posteingang</div>
793 - <div id="jQBtn1" class="jQButton" group="Anderes" active="true"><span class="jQButton-icon"></span>&nbsp;&nbsp;Anderes</div>
783 + <div id="jQBtn1" class="jQButton" group="Designer" active="true">&nbsp;&nbsp;Designer</div>
784 + <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true">&nbsp;&nbsp;Datenquellen</div>
785 + <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true">&nbsp;&nbsp;Statusverarbeitung</div>
786 + <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true">&nbsp;&nbsp;Abschlusseite</div>
787 + <div id="jQBtn1" class="jQButton" group="Posteingang" active="true">&nbsp;&nbsp;Posteingang</div>
788 + <div id="jQBtn1" class="jQButton" group="Anderes" active="true">&nbsp;&nbsp;Anderes</div>
794 794   </div>
795 795   <div id="jQArea">
796 796   </div>
... ... @@ -797,6 +797,6 @@
797 797   </div>
798 798   </div>
799 799  </div>
800 --->
795 +
801 801  {{/html}}
802 802  {{/velocity}}
Copyright 2000-2024