Wiki-Quellcode von FORMCYCLE Hilfe
Zeige letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($mainCards = [{ | ||
| 3 | 'iconfc': 'square-edit-outline', | ||
| 4 | 'title': 'Formulardesigner', | ||
| 5 | 'description': 'Formulare erstellen und bearbeiten', | ||
| 6 | 'documentation': "Formcycle.Designer", | ||
| 7 | 'bgcolor': '#617496', | ||
| 8 | 'color': '#fff', | ||
| 9 | 'colordesc': '#e1e2e4' | ||
| 10 | }, { | ||
| 11 | 'iconfc': 'workflow-fill', | ||
| 12 | 'title': 'Workflowdesigner', | ||
| 13 | 'description': 'Formulardaten verarbeiten', | ||
| 14 | 'documentation': 'Formcycle.Designer.Workflow', | ||
| 15 | 'bgcolor': '#617496', | ||
| 16 | 'color': '#fff', | ||
| 17 | 'colordesc': '#e1e2e4' | ||
| 18 | }, { | ||
| 19 | 'iconfc': 'wrench', | ||
| 20 | 'title': 'Verwaltung', | ||
| 21 | 'description': 'Benutzerverwaltung, LDAP, Datenbanken, Dateien, Templates und vieles mehr', | ||
| 22 | 'documentation': 'Formcycle.UserInterface', | ||
| 23 | 'bgcolor': '#b6c2d2', | ||
| 24 | 'color': '#2b3649', | ||
| 25 | 'colordesc': '#617496' | ||
| 26 | }, { | ||
| 27 | 'iconfc': 'inbox', | ||
| 28 | 'title': 'Posteingang', | ||
| 29 | 'description': 'Formulardaten organisieren', | ||
| 30 | 'documentation': 'Formcycle.Inbox', | ||
| 31 | 'bgcolor': '#ffab70', | ||
| 32 | 'color': '#fff', | ||
| 33 | 'colordesc': '#fff' | ||
| 34 | }, { | ||
| 35 | 'icon': 'fa fa-download', | ||
| 36 | 'title': 'Installation', | ||
| 37 | 'description': 'FORMCYCLE installieren oder aktualisieren', | ||
| 38 | 'documentation': 'Formcycle.Installation', | ||
| 39 | 'bgcolor': '#b6c2d2', | ||
| 40 | 'color': '#2b3649', | ||
| 41 | 'colordesc': '#617496' | ||
| 42 | }, { | ||
| 43 | 'iconfc': 'form', | ||
| 44 | 'title': 'Beispiele', | ||
| 45 | 'description': 'Beispiele für Formulareinbindungen und Formulare', | ||
| 46 | 'documentation': 'doc:Examples.WebHome', | ||
| 47 | 'bgcolor': '#cae7df', | ||
| 48 | 'color': '#2b3649', | ||
| 49 | 'colordesc': '#617496' | ||
| 50 | }]) | ||
| 51 | |||
| 52 | ## 'icon': 'fa fa-play-circle', | ||
| 53 | ## 'title': 'Einführungsvideos', | ||
| 54 | ## 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', | ||
| 55 | ## 'documentation': 'https://formcycle.eu/de/features' | ||
| 56 | ##}, { | ||
| 57 | ## 'iconfc': 'puzzle', | ||
| 58 | ## 'title': 'Anwendungsfälle', | ||
| 59 | ## 'description': 'Formulardaten verarbeiten', | ||
| 60 | ## 'documentation': 'doc:Anwendungsfälle.WebHome' | ||
| 61 | ##}, { | ||
| 62 | |||
| 63 | #set ($smallCards = [{ | ||
| 64 | 'iconfc': 'information-outline', | ||
| 65 | 'title': 'Workshops', | ||
| 66 | 'description': 'Workshops zu verschiedenen Themen rund um FORMCYCLE', | ||
| 67 | 'documentation': 'doc:Workshops.WebHome', | ||
| 68 | 'bgcolor': '#b6c2d2', | ||
| 69 | 'color': '#2b3649' | ||
| 70 | }, { | ||
| 71 | 'icon': 'fa fa-cloud', | ||
| 72 | 'title': 'FORM.CLOUD', | ||
| 73 | 'description': 'Informationen zur XIMA FORM.CLOUD', | ||
| 74 | 'documentation': 'doc:FORMCLOUD.WebHome', | ||
| 75 | 'bgcolor': '#b6c2d2', | ||
| 76 | 'color': '#2b3649' | ||
| 77 | }, { | ||
| 78 | 'iconfc': 'action-change-status', | ||
| 79 | 'title': 'Einbindung externer Systeme', | ||
| 80 | 'description': 'Einbindung von FORMCYCLE in CMS/DMS-Systeme', | ||
| 81 | 'documentation': 'Formcycle.CMSExtension', | ||
| 82 | 'bgcolor': '#b6c2d2', | ||
| 83 | 'color': '#2b3649' | ||
| 84 | }, { | ||
| 85 | 'iconfc': 'puzzle', | ||
| 86 | 'title': 'Plugin-Dokumentation', | ||
| 87 | 'description': 'Dokumentation der für FORMCYCLE verfügbaren Plugins', | ||
| 88 | 'documentation': 'Formcycle.PluginDocumentation', | ||
| 89 | 'bgcolor': '#b6c2d2', | ||
| 90 | 'color': '#2b3649' | ||
| 91 | }, { | ||
| 92 | 'icon': 'fa fa-list', | ||
| 93 | 'title': 'Release Notes', | ||
| 94 | 'description': 'Release Notes und Download der aktuellen Version', | ||
| 95 | 'documentation': 'doc:Blog.WebHome', | ||
| 96 | 'bgcolor': '#b6c2d2', | ||
| 97 | 'color': '#2b3649' | ||
| 98 | }, { | ||
| 99 | 'iconfc': 'comment-faq-outline', | ||
| 100 | 'title': 'Häufig gestellte Fragen', | ||
| 101 | 'description': 'Häufig gestellte Fragen', | ||
| 102 | 'documentation': "https://faq.formcycle.eu/", | ||
| 103 | 'bgcolor': '#b6c2d2', | ||
| 104 | 'color': '#2b3649' | ||
| 105 | }]) | ||
| 106 | |||
| 107 | ## 'icon': 'fa fa-share-square', | ||
| 108 | ## 'title': 'Daten extern weiterverarbeiten', | ||
| 109 | ## 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten', | ||
| 110 | ## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' | ||
| 111 | ##}, { | ||
| 112 | |||
| 113 | |||
| 114 | |||
| 115 | {{html}} | ||
| 116 | ##$jsontool.serialize(${mainCards})<br> | ||
| 117 | ##$jsontool.serialize($mainCards)<br> | ||
| 118 | {{/html}} | ||
| 119 | |||
| 120 | {{MainMenuTiles cards='$jsontool.serialize($mainCards)' /}} | ||
| 121 | |||
| 122 | {{MainMenuTiles cards='$jsontool.serialize($smallCards)' type="small" /}} | ||
| 123 | |||
| 124 | {{/velocity}} | ||
| 125 | |||
| 126 | {{velocity}} | ||
| 127 | {{html wiki="false" clean="false"}} | ||
| 128 | |||
| 129 | |||
| 130 | |||
| 131 | <style> | ||
| 132 | .jqcloud{font:10px Helvetica,Arial,sans-serif;line-height:normal;overflow:hidden;position:relative}.jqcloud-word{margin:0;padding:0}.jqcloud-word.w1{color:#aab5f0;font-size:100%}.jqcloud-word.w2{color:#9ce;font-size:150%}.jqcloud-word.w3{color:#a0ddff;font-size:200%}.jqcloud-word.w4{color:#90c5f0;font-size:250%}.jqcloud-word.w5{color:#90a0dd;font-size:300%}.jqcloud-word.w6{color:#90c5f0;font-size:350%}.jqcloud-word.w7{color:#39d;font-size:400%}.jqcloud-word.w8{color:#0cf;font-size:450%}.jqcloud-word.w9{color:#0cf;font-size:500%}.jqcloud-word.w10{color:#0cf;font-size:550%}.jqcloud-word a{color:inherit;font-size:inherit;text-decoration:none}.jqcloud-word a:hover{color:#0cf} | ||
| 133 | .jqcloud span { | ||
| 134 | -moz-user-select: -moz-none; | ||
| 135 | -khtml-user-select: none; | ||
| 136 | -webkit-user-select: none; | ||
| 137 | -ms-user-select: none; | ||
| 138 | user-select: none; | ||
| 139 | background-color: #eaeaef; | ||
| 140 | border-radius: 10px; | ||
| 141 | padding: 0px 4px 0px 4px; | ||
| 142 | } | ||
| 143 | .jqcloud span.jqHighlight { | ||
| 144 | color: #0cf !important; | ||
| 145 | } | ||
| 146 | .jQButton { | ||
| 147 | color: #fff; | ||
| 148 | background-color: #3480AD;/*#f0f0f3*/ | ||
| 149 | text-align: center; | ||
| 150 | display: inline-block; | ||
| 151 | border-radius: 4px; | ||
| 152 | padding: 4px 10px 4px 22px; | ||
| 153 | font-size: 15px | ||
| 154 | margin: auto; | ||
| 155 | margin-bottom: 5px; | ||
| 156 | -moz-user-select: -moz-none; | ||
| 157 | -khtml-user-select: none; | ||
| 158 | -webkit-user-select: none; | ||
| 159 | -ms-user-select: none; | ||
| 160 | user-select: none; | ||
| 161 | } | ||
| 162 | .jQButton[active=false] { | ||
| 163 | background-color: #a7a7a7; | ||
| 164 | } | ||
| 165 | .jQButton:hover { | ||
| 166 | background-color: #0cf; | ||
| 167 | } | ||
| 168 | .jQButton[active=false]:hover { | ||
| 169 | background-color: #676767; | ||
| 170 | } | ||
| 171 | .jQButton .jQButton-icon::before { | ||
| 172 | font-family: "FontAwesome"; | ||
| 173 | font-size: 14px; | ||
| 174 | font-weight: 400; | ||
| 175 | content: "\f046"; | ||
| 176 | } | ||
| 177 | .jQButton[active=false] .jQButton-icon::before { | ||
| 178 | content: "\f096"; | ||
| 179 | } | ||
| 180 | .jQButton-icon { | ||
| 181 | position: absolute; | ||
| 182 | margin-left: -11px; | ||
| 183 | } | ||
| 184 | </style> | ||
| 185 | |||
| 186 | <script> | ||
| 187 | require(['jquery'],function(XjQ) { | ||
| 188 | 'use strict'; | ||
| 189 | |||
| 190 | /* | ||
| 191 | * Plugin class | ||
| 192 | */ | ||
| 193 | var jQCloud = function(element, word_array, options) { | ||
| 194 | this.Xelement = XjQ(element); | ||
| 195 | |||
| 196 | this.word_array = word_array || []; | ||
| 197 | this.options = options; | ||
| 198 | |||
| 199 | this.sizeGenerator = null; | ||
| 200 | this.colorGenerator = null; | ||
| 201 | |||
| 202 | // Data used internally | ||
| 203 | this.data = { | ||
| 204 | placed_words: [], | ||
| 205 | timeouts: {}, | ||
| 206 | namespace: null, | ||
| 207 | step: null, | ||
| 208 | angle: null, | ||
| 209 | aspect_ratio: null, | ||
| 210 | max_weight: null, | ||
| 211 | min_weight: null, | ||
| 212 | sizes: [], | ||
| 213 | colors: [] | ||
| 214 | }; | ||
| 215 | |||
| 216 | this.initialize(); | ||
| 217 | }; | ||
| 218 | |||
| 219 | jQCloud.DEFAULTS = { | ||
| 220 | width: 100, | ||
| 221 | height: 100, | ||
| 222 | center: { x: 0.5, y: 0.5 }, | ||
| 223 | steps: 10, | ||
| 224 | delay: null, | ||
| 225 | shape: 'elliptic', | ||
| 226 | classPattern: 'w{n}', | ||
| 227 | encodeURI: true, | ||
| 228 | removeOverflowing: true, | ||
| 229 | afterCloudRender: null, | ||
| 230 | autoResize: false, | ||
| 231 | colors: null, | ||
| 232 | fontSize: null, | ||
| 233 | template: null | ||
| 234 | }; | ||
| 235 | |||
| 236 | jQCloud.prototype = { | ||
| 237 | initialize: function() { | ||
| 238 | // Set/Get dimensions | ||
| 239 | if (this.options.width) { | ||
| 240 | this.Xelement.width(this.options.width); | ||
| 241 | } | ||
| 242 | else { | ||
| 243 | this.options.width = this.Xelement.width(); | ||
| 244 | } | ||
| 245 | if (this.options.height) { | ||
| 246 | this.Xelement.height(this.options.height); | ||
| 247 | } | ||
| 248 | else { | ||
| 249 | this.options.height = this.Xelement.height(); | ||
| 250 | } | ||
| 251 | |||
| 252 | // Default options value | ||
| 253 | this.options = XjQ.extend(true, {}, jQCloud.DEFAULTS, this.options); | ||
| 254 | |||
| 255 | // Ensure delay | ||
| 256 | if (this.options.delay === null) { | ||
| 257 | this.options.delay = this.word_array.length > 50 ? 10 : 0; | ||
| 258 | } | ||
| 259 | |||
| 260 | // Backward compatibility | ||
| 261 | if (this.options.center.x > 1) { | ||
| 262 | this.options.center.x = this.options.center.x / this.options.width; | ||
| 263 | this.options.center.y = this.options.center.y / this.options.height; | ||
| 264 | } | ||
| 265 | |||
| 266 | // Create colorGenerator function from options | ||
| 267 | // Direct function | ||
| 268 | if (typeof this.options.colors == 'function') { | ||
| 269 | this.colorGenerator = this.options.colors; | ||
| 270 | } | ||
| 271 | // Array of sizes | ||
| 272 | else if (XjQ.isArray(this.options.colors)) { | ||
| 273 | var cl = this.options.colors.length; | ||
| 274 | if (cl > 0) { | ||
| 275 | // Fill the sizes array to X items | ||
| 276 | if (cl < this.options.steps) { | ||
| 277 | for (var i = cl; i < this.options.steps; i++) { | ||
| 278 | this.options.colors[i] = this.options.colors[cl - 1]; | ||
| 279 | } | ||
| 280 | } | ||
| 281 | |||
| 282 | this.colorGenerator = function(weight) { | ||
| 283 | return this.options.colors[this.options.steps - weight]; | ||
| 284 | }; | ||
| 285 | } | ||
| 286 | } | ||
| 287 | |||
| 288 | // Create sizeGenerator function from options | ||
| 289 | // Direct function | ||
| 290 | if (typeof this.options.fontSize == 'function') { | ||
| 291 | this.sizeGenerator = this.options.fontSize; | ||
| 292 | } | ||
| 293 | // Object with 'from' and 'to' | ||
| 294 | else if (XjQ.isPlainObject(this.options.fontSize)) { | ||
| 295 | this.sizeGenerator = function(width, height, weight) { | ||
| 296 | var max = width * this.options.fontSize.from, | ||
| 297 | min = width * this.options.fontSize.to; | ||
| 298 | return Math.round(min + (max - min) * 1.0 / (this.options.steps - 1) * (weight - 1)) + 'px'; | ||
| 299 | }; | ||
| 300 | } | ||
| 301 | // Array of sizes | ||
| 302 | else if (XjQ.isArray(this.options.fontSize)) { | ||
| 303 | var sl = this.options.fontSize.length; | ||
| 304 | if (sl > 0) { | ||
| 305 | // Fill the sizes array to X items | ||
| 306 | if (sl < this.options.steps) { | ||
| 307 | for (var j = sl; j < this.options.steps; j++) { | ||
| 308 | this.options.fontSize[j] = this.options.fontSize[sl - 1]; | ||
| 309 | } | ||
| 310 | } | ||
| 311 | |||
| 312 | this.sizeGenerator = function(width, height, weight) { | ||
| 313 | return this.options.fontSize[this.options.steps - weight]; | ||
| 314 | }; | ||
| 315 | } | ||
| 316 | } | ||
| 317 | |||
| 318 | this.data.angle = Math.random() * 6.28; | ||
| 319 | this.data.step = (this.options.shape === 'rectangular') ? 18.0 : 2.0; | ||
| 320 | this.data.aspect_ratio = this.options.width / this.options.height; | ||
| 321 | this.clearTimeouts(); | ||
| 322 | |||
| 323 | // Namespace word ids to avoid collisions between multiple clouds | ||
| 324 | this.data.namespace = (this.Xelement.attr('id') || Math.floor((Math.random() * 1000000)).toString(36)) + '_word_'; | ||
| 325 | |||
| 326 | this.Xelement.addClass('jqcloud'); | ||
| 327 | |||
| 328 | // Container's CSS position cannot be 'static' | ||
| 329 | if (this.Xelement.css('position') === 'static') { | ||
| 330 | this.Xelement.css('position', 'relative'); | ||
| 331 | } | ||
| 332 | |||
| 333 | // Delay execution so that the browser can render the page before the computatively intensive word cloud drawing | ||
| 334 | this.createTimeout(XjQ.proxy(this.drawWordCloud, this), 10); | ||
| 335 | |||
| 336 | // Attach window resize event | ||
| 337 | if (this.options.autoResize) { | ||
| 338 | XjQ(window).on('resize.' + this.data.namespace, throttle(this.resize, 50, this)); | ||
| 339 | } | ||
| 340 | }, | ||
| 341 | |||
| 342 | // Helper function to keep track of timeouts so they can be destroyed | ||
| 343 | createTimeout: function(callback, time) { | ||
| 344 | var timeout = setTimeout(XjQ.proxy(function() { | ||
| 345 | delete this.data.timeouts[timeout]; | ||
| 346 | callback(); | ||
| 347 | }, this), time); | ||
| 348 | this.data.timeouts[timeout] = true; | ||
| 349 | }, | ||
| 350 | |||
| 351 | // Destroy all timeouts | ||
| 352 | clearTimeouts: function() { | ||
| 353 | XjQ.each(this.data.timeouts, function(key) { | ||
| 354 | clearTimeout(key); | ||
| 355 | }); | ||
| 356 | this.data.timeouts = {}; | ||
| 357 | }, | ||
| 358 | |||
| 359 | // Pairwise overlap detection | ||
| 360 | overlapping: function(a, b) { | ||
| 361 | if (Math.abs(2.0 * a.left + a.width - 2.0 * b.left - b.width) < a.width + b.width) { | ||
| 362 | if (Math.abs(2.0 * a.top + a.height - 2.0 * b.top - b.height) < a.height + b.height) { | ||
| 363 | return true; | ||
| 364 | } | ||
| 365 | } | ||
| 366 | return false; | ||
| 367 | }, | ||
| 368 | |||
| 369 | // Helper function to test if an element overlaps others | ||
| 370 | hitTest: function(elem) { | ||
| 371 | // Check elements for overlap one by one, stop and return false as soon as an overlap is found | ||
| 372 | for (var i = 0, l = this.data.placed_words.length; i < l; i++) { | ||
| 373 | if (this.overlapping(elem, this.data.placed_words[i])) { | ||
| 374 | return true; | ||
| 375 | } | ||
| 376 | } | ||
| 377 | return false; | ||
| 378 | }, | ||
| 379 | |||
| 380 | // Initialize the drawing of the whole cloud | ||
| 381 | drawWordCloud: function() { | ||
| 382 | var i, l; | ||
| 383 | |||
| 384 | this.Xelement.children('[id^="' + this.data.namespace + '"]').remove(); | ||
| 385 | |||
| 386 | if (this.word_array.length === 0) { | ||
| 387 | return; | ||
| 388 | } | ||
| 389 | |||
| 390 | // Make sure every weight is a number before sorting | ||
| 391 | for (i = 0, l = this.word_array.length; i < l; i++) { | ||
| 392 | this.word_array[i].weight = parseFloat(this.word_array[i].weight, 10); | ||
| 393 | } | ||
| 394 | |||
| 395 | // Sort word_array from the word with the highest weight to the one with the lowest | ||
| 396 | this.word_array.sort(function(a, b) { | ||
| 397 | return b.weight - a.weight; | ||
| 398 | }); | ||
| 399 | |||
| 400 | // Kepp trace of bounds | ||
| 401 | this.data.max_weight = this.word_array[0].weight; | ||
| 402 | this.data.min_weight = this.word_array[this.word_array.length - 1].weight; | ||
| 403 | |||
| 404 | // Generate colors | ||
| 405 | this.data.colors = []; | ||
| 406 | if (this.colorGenerator) { | ||
| 407 | for (i = 0; i < this.options.steps; i++) { | ||
| 408 | this.data.colors.push(this.colorGenerator(i + 1)); | ||
| 409 | } | ||
| 410 | } | ||
| 411 | |||
| 412 | // Generate font sizes | ||
| 413 | this.data.sizes = []; | ||
| 414 | if (this.sizeGenerator) { | ||
| 415 | for (i = 0; i < this.options.steps; i++) { | ||
| 416 | this.data.sizes.push(this.sizeGenerator(this.options.width, this.options.height, i + 1)); | ||
| 417 | } | ||
| 418 | } | ||
| 419 | |||
| 420 | // Iterate drawOneWord on every word, immediately or with delay | ||
| 421 | if (this.options.delay > 0) { | ||
| 422 | this.drawOneWordDelayed(); | ||
| 423 | } | ||
| 424 | else { | ||
| 425 | for (i = 0, l = this.word_array.length; i < l; i++) { | ||
| 426 | this.drawOneWord(i, this.word_array[i]); | ||
| 427 | } | ||
| 428 | |||
| 429 | if (typeof this.options.afterCloudRender === 'function') { | ||
| 430 | this.options.afterCloudRender.call(this.Xelement); | ||
| 431 | } | ||
| 432 | } | ||
| 433 | }, | ||
| 434 | |||
| 435 | // Function to draw a word, by moving it in spiral until it finds a suitable empty place | ||
| 436 | drawOneWord: function(index, word) { | ||
| 437 | var word_id = this.data.namespace + index, | ||
| 438 | word_selector = '#' + word_id, | ||
| 439 | |||
| 440 | // option.shape == 'elliptic' | ||
| 441 | angle = this.data.angle, | ||
| 442 | radius = 0.0, | ||
| 443 | |||
| 444 | // option.shape == 'rectangular' | ||
| 445 | steps_in_direction = 0.0, | ||
| 446 | quarter_turns = 0.0, | ||
| 447 | |||
| 448 | weight = Math.floor(this.options.steps / 2), | ||
| 449 | word_span, | ||
| 450 | word_size, | ||
| 451 | word_style; | ||
| 452 | |||
| 453 | // Create word attr object | ||
| 454 | //word.attr = XjQ.extend({}, word.html, { id: word_id }); | ||
| 455 | word.attr = XjQ.extend({}, word.html, { id: word_id, group: (word.group ? word.group : "") }); | ||
| 456 | |||
| 457 | // Linearly map the original weight to a discrete scale from 1 to 10 | ||
| 458 | // Only if weights are different | ||
| 459 | if (this.data.max_weight != this.data.min_weight) { | ||
| 460 | weight = Math.round((word.weight - this.data.min_weight) * 1.0 * (this.options.steps - 1) / (this.data.max_weight - this.data.min_weight)) + 1; | ||
| 461 | } | ||
| 462 | word_span = XjQ('<span>').attr(word.attr); | ||
| 463 | |||
| 464 | word_span.addClass('jqcloud-word'); | ||
| 465 | |||
| 466 | // Apply class | ||
| 467 | if (this.options.classPattern) { | ||
| 468 | word_span.addClass(this.options.classPattern.replace('{n}', weight)); | ||
| 469 | } | ||
| 470 | |||
| 471 | // Apply color | ||
| 472 | if (this.data.colors.length) { | ||
| 473 | word_span.css('color', this.data.colors[weight - 1]); | ||
| 474 | } | ||
| 475 | |||
| 476 | // Apply color from word property | ||
| 477 | if (word.color) { | ||
| 478 | word_span.css('color', word.color); | ||
| 479 | } | ||
| 480 | |||
| 481 | // Apply size | ||
| 482 | if (this.data.sizes.length) { | ||
| 483 | word_span.css('font-size', this.data.sizes[weight - 1]); | ||
| 484 | } | ||
| 485 | |||
| 486 | //Render using template function if provided. | ||
| 487 | if (this.options.template) { | ||
| 488 | word_span.html(this.options.template(word)); | ||
| 489 | } else if (word.link) { | ||
| 490 | // Append link if word.link attribute was set | ||
| 491 | // If link is a string, then use it as the link href | ||
| 492 | if (typeof word.link === 'string') { | ||
| 493 | word.link = { href: word.link }; | ||
| 494 | } | ||
| 495 | |||
| 496 | if (this.options.encodeURI) { | ||
| 497 | word.link.href = encodeURI(word.link.href).replace(/'/g, '%27'); | ||
| 498 | } | ||
| 499 | |||
| 500 | word_span.append(XjQ('<a>').attr(word.link).text(word.text)); | ||
| 501 | } | ||
| 502 | else { | ||
| 503 | word_span.text(word.text); | ||
| 504 | } | ||
| 505 | |||
| 506 | // Bind handlers to words | ||
| 507 | if (word.handlers) { | ||
| 508 | word_span.on(word.handlers); | ||
| 509 | } | ||
| 510 | |||
| 511 | this.Xelement.append(word_span); | ||
| 512 | |||
| 513 | word_size = { | ||
| 514 | width: word_span.outerWidth(), | ||
| 515 | height: word_span.outerHeight() | ||
| 516 | }; | ||
| 517 | word_size.left = this.options.center.x * this.options.width - word_size.width / 2.0; | ||
| 518 | word_size.top = this.options.center.y * this.options.height - word_size.height / 2.0; | ||
| 519 | |||
| 520 | // Save a reference to the style property, for better performance | ||
| 521 | word_style = word_span[0].style; | ||
| 522 | word_style.position = 'absolute'; | ||
| 523 | word_style.left = word_size.left + 'px'; | ||
| 524 | word_style.top = word_size.top + 'px'; | ||
| 525 | |||
| 526 | while (this.hitTest(word_size)) { | ||
| 527 | // option shape is 'rectangular' so move the word in a rectangular spiral | ||
| 528 | if (this.options.shape === 'rectangular') { | ||
| 529 | steps_in_direction++; | ||
| 530 | |||
| 531 | if (steps_in_direction * this.data.step > (1 + Math.floor(quarter_turns / 2.0)) * this.data.step * ((quarter_turns % 4 % 2) === 0 ? 1 : this.data.aspect_ratio)) { | ||
| 532 | steps_in_direction = 0.0; | ||
| 533 | quarter_turns++; | ||
| 534 | } | ||
| 535 | |||
| 536 | switch (quarter_turns % 4) { | ||
| 537 | case 1: | ||
| 538 | word_size.left += this.data.step * this.data.aspect_ratio + Math.random() * 2.0; | ||
| 539 | break; | ||
| 540 | case 2: | ||
| 541 | word_size.top -= this.data.step + Math.random() * 2.0; | ||
| 542 | break; | ||
| 543 | case 3: | ||
| 544 | word_size.left -= this.data.step * this.data.aspect_ratio + Math.random() * 2.0; | ||
| 545 | break; | ||
| 546 | case 0: | ||
| 547 | word_size.top += this.data.step + Math.random() * 2.0; | ||
| 548 | break; | ||
| 549 | } | ||
| 550 | } | ||
| 551 | // Default settings: elliptic spiral shape | ||
| 552 | else { | ||
| 553 | radius += this.data.step; | ||
| 554 | angle += (index % 2 === 0 ? 1 : -1) * this.data.step; | ||
| 555 | |||
| 556 | word_size.left = this.options.center.x * this.options.width - (word_size.width / 2.0) + (radius * Math.cos(angle)) * this.data.aspect_ratio; | ||
| 557 | word_size.top = this.options.center.y * this.options.height + radius * Math.sin(angle) - (word_size.height / 2.0); | ||
| 558 | } | ||
| 559 | word_style.left = word_size.left + 'px'; | ||
| 560 | word_style.top = word_size.top + 'px'; | ||
| 561 | } | ||
| 562 | |||
| 563 | // Don't render word if part of it would be outside the container | ||
| 564 | if (this.options.removeOverflowing && ( | ||
| 565 | word_size.left < 0 || word_size.top < 0 || | ||
| 566 | (word_size.left + word_size.width) > this.options.width || | ||
| 567 | (word_size.top + word_size.height) > this.options.height | ||
| 568 | ) | ||
| 569 | ) { | ||
| 570 | word_span.remove(); | ||
| 571 | return; | ||
| 572 | } | ||
| 573 | |||
| 574 | // Save position for further usage | ||
| 575 | this.data.placed_words.push(word_size); | ||
| 576 | |||
| 577 | if (typeof word.afterWordRender === 'function') { | ||
| 578 | word.afterWordRender.call(word_span); | ||
| 579 | } | ||
| 580 | }, | ||
| 581 | |||
| 582 | // Draw one word then recall the function after a delay | ||
| 583 | drawOneWordDelayed: function(index) { | ||
| 584 | index = index || 0; | ||
| 585 | |||
| 586 | // if not visible then do not attempt to draw | ||
| 587 | if (!this.Xelement.is(':visible')) { | ||
| 588 | this.createTimeout(XjQ.proxy(function() { | ||
| 589 | this.drawOneWordDelayed(index); | ||
| 590 | }, this), 10); | ||
| 591 | |||
| 592 | return; | ||
| 593 | } | ||
| 594 | |||
| 595 | if (index < this.word_array.length) { | ||
| 596 | this.drawOneWord(index, this.word_array[index]); | ||
| 597 | |||
| 598 | this.createTimeout(XjQ.proxy(function() { | ||
| 599 | this.drawOneWordDelayed(index + 1); | ||
| 600 | }, this), this.options.delay); | ||
| 601 | } | ||
| 602 | else { | ||
| 603 | if (typeof this.options.afterCloudRender == 'function') { | ||
| 604 | this.options.afterCloudRender.call(this.Xelement); | ||
| 605 | } | ||
| 606 | } | ||
| 607 | }, | ||
| 608 | |||
| 609 | // Destroy any data and objects added by the plugin | ||
| 610 | destroy: function() { | ||
| 611 | if (this.options.autoResize) { | ||
| 612 | XjQ(window).off('resize.' + this.data.namespace); | ||
| 613 | } | ||
| 614 | |||
| 615 | this.clearTimeouts(); | ||
| 616 | this.Xelement.removeClass('jqcloud'); | ||
| 617 | this.Xelement.removeData('jqcloud'); | ||
| 618 | this.Xelement.children('[id^="' + this.data.namespace + '"]').remove(); | ||
| 619 | }, | ||
| 620 | |||
| 621 | // Update the list of words | ||
| 622 | update: function(word_array) { | ||
| 623 | this.word_array = word_array; | ||
| 624 | this.data.placed_words = []; | ||
| 625 | |||
| 626 | this.clearTimeouts(); | ||
| 627 | this.drawWordCloud(); | ||
| 628 | }, | ||
| 629 | |||
| 630 | resize: function() { | ||
| 631 | var new_size = { | ||
| 632 | width: this.Xelement.width(), | ||
| 633 | height: this.Xelement.height() | ||
| 634 | }; | ||
| 635 | |||
| 636 | if (new_size.width != this.options.width || new_size.height != this.options.height) { | ||
| 637 | this.options.width = new_size.width; | ||
| 638 | this.options.height = new_size.height; | ||
| 639 | this.data.aspect_ratio = this.options.width / this.options.height; | ||
| 640 | |||
| 641 | this.update(this.word_array); | ||
| 642 | } | ||
| 643 | }, | ||
| 644 | }; | ||
| 645 | |||
| 646 | /* | ||
| 647 | * Apply throttling to a callback | ||
| 648 | * @param callback {function} | ||
| 649 | * @param delay {int} milliseconds | ||
| 650 | * @param context {object|null} | ||
| 651 | * @return {function} | ||
| 652 | */ | ||
| 653 | function throttle(callback, delay, context) { | ||
| 654 | var state = { | ||
| 655 | pid: null, | ||
| 656 | last: 0 | ||
| 657 | }; | ||
| 658 | |||
| 659 | return function() { | ||
| 660 | var elapsed = new Date().getTime() - state.last, | ||
| 661 | args = arguments, | ||
| 662 | that = this; | ||
| 663 | |||
| 664 | function exec() { | ||
| 665 | state.last = new Date().getTime(); | ||
| 666 | return callback.apply(context || that, Array.prototype.slice.call(args)); | ||
| 667 | } | ||
| 668 | |||
| 669 | if (elapsed > delay) { | ||
| 670 | return exec(); | ||
| 671 | } | ||
| 672 | else { | ||
| 673 | clearTimeout(state.pid); | ||
| 674 | state.pid = setTimeout(exec, delay - elapsed); | ||
| 675 | } | ||
| 676 | }; | ||
| 677 | } | ||
| 678 | |||
| 679 | /* | ||
| 680 | * jQuery plugin | ||
| 681 | */ | ||
| 682 | XjQ.fn.jQCloud = function(word_array, option) { | ||
| 683 | var args = arguments; | ||
| 684 | |||
| 685 | return this.each(function() { | ||
| 686 | var Xthis = XjQ(this), | ||
| 687 | data = Xthis.data('jqcloud'); | ||
| 688 | |||
| 689 | if (!data && word_array === 'destroy') { | ||
| 690 | // Don't even try to initialize when called with 'destroy' | ||
| 691 | return; | ||
| 692 | } | ||
| 693 | if (!data) { | ||
| 694 | var options = typeof option === 'object' ? option : {}; | ||
| 695 | Xthis.data('jqcloud', (data = new jQCloud(this, word_array, options))); | ||
| 696 | } | ||
| 697 | else if (typeof word_array === 'string') { | ||
| 698 | data[word_array].apply(data, Array.prototype.slice.call(args, 1)); | ||
| 699 | } | ||
| 700 | }); | ||
| 701 | }; | ||
| 702 | |||
| 703 | XjQ.fn.jQCloud.defaults = { | ||
| 704 | set: function(options) { | ||
| 705 | XjQ.extend(true, jQCloud.DEFAULTS, options); | ||
| 706 | }, | ||
| 707 | get: function(key) { | ||
| 708 | var options = jQCloud.DEFAULTS; | ||
| 709 | if (key) { | ||
| 710 | options = options[key]; | ||
| 711 | } | ||
| 712 | return XjQ.extend(true, {}, options); | ||
| 713 | } | ||
| 714 | }; | ||
| 715 | |||
| 716 | var jQwords = [ | ||
| 717 | {text: "Druckvorschau", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 718 | {text: "Link im Formular", weight: 6, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 719 | {text: "Kalenderwidget anpassen", weight: 8, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 720 | {text: "Optionale Daten einer Auswahl mitspeichern (col Attribute)", weight: 4, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 721 | {text: "Aktion vor Absenden ausführen", weight: 5, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 722 | {text: "Absenden ohne Speichern", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 723 | {text: "Eigene Formularfeld-Validatoren (Regex)", weight: 10, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 724 | {text: "Wiederholende Felder (dynamic) im JS adressieren", weight: 10, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 725 | {text: "Events an dynamic Felder anhängen", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 726 | {text: "[Richtext-Editor (Ticket #4227)]", weight: 3, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 727 | {text: "Vorbelegung von Daten im Formular (extern)", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 728 | {text: "intiale Vorbelegung von Daten in Feldern", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 729 | {text: "Formularfelder mit LDAP-Daten vorbelegen (Ticket 3701)", weight: 3, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 730 | {text: "Formulareingaben zurücksetzen", weight: 7, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 731 | {text: "Formulardaten lokal speichern und später wieder laden (Ticket #3964)", weight: 8, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 732 | {text: "Formular zwischenspeichern", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 733 | {text: "Labeltext zur Laufzeit manipulieren (Ticket #3493)", weight: 5, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 734 | {text: "Mehrfachbedingungen im Designer", weight: 7, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 735 | {text: "zusätzliches JS und CSS in allen Formularen", weight: 8, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 736 | {text: "mehrseitige Formulare", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 737 | {text: "responive / mobile Ansicht", weight: 10, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 738 | {text: "andere Schriftart einbinden / Design ändern", weight: 9, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 739 | {text: "Java-Script API", weight: 8, group: 'Designer', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 740 | |||
| 741 | {text: "Datenquellen für Auswahllisten hinterlegen", weight: 8, group: 'Datenquellen', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 742 | {text: "Datenquellen in Auswahllisten anhand von Parametern hinterlegen", weight: 6, group: 'Datenquellen', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 743 | {text: "Leerer erster Eintrag bei SQL-Datenquelle (Ticket #4068)", weight: 5, group: 'Datenquellen', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 744 | |||
| 745 | {text: "Mehrfachbedingungen im Workflow", weight: 8, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 746 | {text: "Automatisiertes Löschen nach bestimmten Zeitraum", weight: 9, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 747 | {text: "Exportmöglichkeiten von Daten", weight: 6, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 748 | {text: "E-Mail Aktionen abhängig von Eingaben (Bedingungen) durchführen", weight: 8, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 749 | {text: "Bedingtes Einblenden von Elementen", weight: 7, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 750 | {text: "Mehrstufigen Workflow (Beispiel)", weight: 8, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 751 | {text: "Statuswechsel", weight: 10, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 752 | {text: "Vorgangs-ID im Druck (Word-Fill) anzeigen (Ticket #3813)", weight: 5, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 753 | {text: "iCal Datei erzeugen", weight: 3, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 754 | {text: "aktuelles Datum in der Verarbeitung", weight: 6, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 755 | {text: "Laufende Nummer aus Nummernkreis erzeugen (Ticket #3249)", weight: 3, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 756 | {text: "E-Mail-Versand", weight: 10, group: 'Statusverarbeitung', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 757 | |||
| 758 | {text: "Migrationsmöglichkeiten in Webseite", weight: 6, group: 'Abschlusseite', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 759 | {text: "Abschlussseite in Webseite anzeigen (inline)", weight: 5, group: 'Abschlusseite', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 760 | {text: "Generierte Dateien auf Abschlussseite anzeigen", weight: 7, group: 'Abschlusseite', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 761 | {text: "Benutzerdefinierte Abschlussseite", weight: 9, group: 'Abschlusseite', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 762 | {text: "Referenznummer (Ticket #3866)", weight: 5, group: 'Abschlusseite', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 763 | |||
| 764 | {text: "Vorgänge löschen", weight: 9, group: 'Posteingang', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 765 | {text: "Filtermöglichkeiten", weight: 8, group: 'Posteingang', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 766 | {text: "Stauswechsel im Postfach ermöglichen (notwendige Einstellungen)", weight: 6.5, group: 'Posteingang', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 767 | {text: "Postfach exportieren", weight: 7, group: 'Posteingang', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 768 | {text: "Berechtigungen/Sichtbarkeiten für Benutzer festlegen", weight: 6, group: 'Posteingang', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 769 | |||
| 770 | {text: "Update FORMCYCLE", weight: 4, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 771 | {text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 772 | {text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 773 | {text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 774 | {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/UserInterface/MyForms/DoubleOptIn/'}, | ||
| 775 | {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/'}, | ||
| 776 | {text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, | ||
| 777 | {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/'}, | ||
| 778 | ]; | ||
| 779 | ##http://mistic100.github.io/jQCloud/demo.html#handlers | ||
| 780 | /*XjQ('#jQArea').jQCloud(jQwords, { | ||
| 781 | classPattern: null, | ||
| 782 | colors: ["#176694", "#3480AD", "#5398c1", "#76b2d6", "#7ca2b9", "#889fad", "#8e979c", "#929596", "#babbbb"], | ||
| 783 | fontSize: ['16px','15px','15px','14px','14px','13px','13px','12px','12px'], | ||
| 784 | //width: 500, | ||
| 785 | height: 500 | ||
| 786 | });*/ | ||
| 787 | |||
| 788 | var jQButtons = XjQ('.jQButton'); | ||
| 789 | |||
| 790 | jQButtons.click(function() { | ||
| 791 | if (XjQ(this).attr('active') == 'true') { | ||
| 792 | XjQ('#jQArea').children('span[group="'+XjQ(this).attr('group')+'"]').each(jQTagInvisible); | ||
| 793 | XjQ(this).attr('active', 'false'); | ||
| 794 | } else { | ||
| 795 | XjQ('#jQArea').children('span[group="'+XjQ(this).attr('group')+'"]').each(jQTagVisible); | ||
| 796 | XjQ(this).attr('active', 'true'); | ||
| 797 | } | ||
| 798 | }); | ||
| 799 | function jQTagVisible() { | ||
| 800 | XjQ(this).css('display', 'block'); | ||
| 801 | } | ||
| 802 | function jQTagInvisible() { | ||
| 803 | XjQ(this).css('display', 'none'); | ||
| 804 | } | ||
| 805 | |||
| 806 | jQButtons.hover(function() { | ||
| 807 | console.log("hover",XjQ(this)); | ||
| 808 | XjQ('#jQArea').children('span[group="'+XjQ(this).attr('group')+'"]').each(jQTagHighlighted); | ||
| 809 | }, function() { | ||
| 810 | console.log("unhover",XjQ(this)); | ||
| 811 | XjQ('#jQArea').children('span[group="'+XjQ(this).attr('group')+'"]').each(jQTagNotHighlighted); | ||
| 812 | }); | ||
| 813 | function jQTagHighlighted() { | ||
| 814 | XjQ(this).addClass('jqHighlight'); | ||
| 815 | } | ||
| 816 | function jQTagNotHighlighted() { | ||
| 817 | XjQ(this).removeClass('jqHighlight'); | ||
| 818 | } | ||
| 819 | }); | ||
| 820 | </script> | ||
| 821 | <!-- | ||
| 822 | <div class="row"> | ||
| 823 | <div class="d-none d-md-block col-lg-12 card-main"> | ||
| 824 | <div class="well" > | ||
| 825 | <div id="jQButtons"> | ||
| 826 | <div id="jQBtn1" class="jQButton" group="Designer" active="true"><span class="jQButton-icon"></span> Designer</div> | ||
| 827 | <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true"><span class="jQButton-icon"></span> Datenquellen</div> | ||
| 828 | <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true"><span class="jQButton-icon"></span> Statusverarbeitung</div> | ||
| 829 | <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true"><span class="jQButton-icon"></span> Abschlusseite</div> | ||
| 830 | <div id="jQBtn1" class="jQButton" group="Posteingang" active="true"><span class="jQButton-icon"></span> Posteingang</div> | ||
| 831 | <div id="jQBtn1" class="jQButton" group="Anderes" active="true"><span class="jQButton-icon"></span> Anderes</div> | ||
| 832 | </div> | ||
| 833 | <div id="jQArea"> | ||
| 834 | </div> | ||
| 835 | </div> | ||
| 836 | </div> | ||
| 837 | </div> | ||
| 838 | --> | ||
| 839 | {{/html}} | ||
| 840 | {{/velocity}} |