SetTopicColor

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

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.