Actions

Translations

Theme editor/5/pt-br: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="twig" enclose="div"> <div class="{{ aSurveyInfo.class.answercontainer }} col-xs-12" {{ aSurveyInfo.attr.answercontainer }}> {# NOTA: Se você quiser...")
 
(No difference)

Latest revision as of 00:01, 20 January 2022

Message definition (Theme editor)
<syntaxhighlight lang="twig">
<div class="{{ aSurveyInfo.class.answercontainer }} col-xs-12" {{ aSurveyInfo.attr.answercontainer }}>
   {# NOTE: If you want to customize the question rendering, use a question theme #}
   {{ aQuestion.answer | raw }}
</div>
</syntaxhighlight>
<div class="{{ aSurveyInfo.class.answercontainer }} col-xs-12" {{ aSurveyInfo.attr.answercontainer }}>
    {# NOTA: Se você quiser personalizar a renderização da pergunta, use um tema de pergunta #}
    {{ aQuestion.answer | raw }}
</div>