Actions

QS

QS:Theme-Editor – erweiterte Optionen

From LimeSurvey Manual

Revision as of 07:33, 14 August 2023 by Maren.fritz (talk | contribs) (Created page with "Wenn Sie die Registerkarte „Themenoptionen“ öffnen, können Sie entweder die „einfachen Optionen“ oder die „erweiterten Optionen“ bearbeiten. „Erweiterte Option...")

Wenn Sie die Registerkarte „Themenoptionen“ öffnen, können Sie entweder die „einfachen Optionen“ oder die „erweiterten Optionen“ bearbeiten. „Erweiterte Optionen“ ist nur ein nacktes Formular, das Ihnen Zugriff auf die wichtigsten Theme-Konfigurationsfelder aus der Datenbank ermöglicht. Um zu verstehen, wie es funktioniert, sollten Sie sich auch über die XML-Datei und die Erstellung eines Themes von Grund auf informieren. Es ist also ziemlich komplex und für fortgeschrittene Benutzer gedacht.

However, if you do wish to perform advanced settings editing, click on the advanced options tab



  • Files css: The CSS files that should be added to the template;
  • Files js: The JS files that should be added to the template;
  • Files Print Css: The CSS files to load when printing a template;
  • Options: This field includes the options (and their value) that should be parsed to the template view;
  • CssFramework Name: The name of the CSS framework to load. For now, only Bootstrap or nothing;
  • Cssframework Css: You can replace the core bootstrap.css in this field by a different custom version of it;
  • Cssframework Js: The field core boostrap.js can be replaced from here by a different custom version of it;
  • Packages To Load: You can load from this setting some core asset packages from LimeSurvey.

You’ll notice an upload input at the top, which gives you the possibility to upload a file into the file directory of the theme. These parameters can be used to change the entire appearance of the theme.

  Warning! : Don't touch the values unless you know what you're doing!