Void SetTopicColor(int inQuesIndex, int inTopicIndex, String inHtmlColor)
Description
Set the color of the topic's text, dynamically during the interview
Parameters
The following is a list of parameters the functions receivesÂ
Parameter | Type | Description |
---|---|---|
inQuesIndex | Int | the question index |
inTopicIndex | Int | the index of the topic |
inHtmlColor | string | A string of a Hexadecimal value representing the HTML color |
Return Type
Void
Example
SetTopicColor(QRef(10), 2, "#FF0000") will set the color of topic 2 in question 10 to Red
Comments
Please sign in to leave a comment.