[[pageCSS()]]
This translation is older than the original page and might be outdated. See what has changed.
Translations of this page:
 

This is an old revision of the document!


pageCSS()

void pageCSS(string CSS-Anweisungen)

The command pageCSS() adds CSS instructions to the HTML <head> of the questionnaire page, within a <style> tag. The CSS instructions are valid only for the specific questionnaire page.

Example

pageCSS('
body {
  background-color: green;
  color: white;
}
');
en/create/functions/pagecss.1532375355.txt.gz · Last modified: 23.07.2018 21:49 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki