Actions

QS

QS: Editor di temi - opzioni avanzate

From LimeSurvey Manual

Revision as of 08:09, 15 August 2023 by Maren.fritz (talk | contribs) (Created page with "<center>pollice|410px|centro|</center>")

Quando apri la scheda opzioni del tema, puoi scegliere di modificare le sue opzioni semplici o le sue opzioni avanzate. "Opzioni avanzate" è solo un modulo nudo che ti dà accesso ai campi di configurazione del tema principale dal database. Per capire come funziona, dovresti leggere anche del file XML e della creazione di un tema da zero. Quindi, è piuttosto complesso e fatto per utenti esperti.

Tuttavia, se desideri eseguire la modifica delle impostazioni avanzate, fai clic sulla scheda opzioni avanzate



  • 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!