<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Crosstab > CrosstabValueTitle > Method >GetUserValue |
Gets the user defined value.
Prototype :
var GetUserValue
(
No Arguments
)
Reference :
Returns the value and type (numeric or character) assigned by SetUserValue function.
In OnBind event, to reference a value set in OnInitialize event, the user value would be useful than the global variable. Set a value at OnInitialize using SetUserValue and get it into OnBind using GetUserValue.
Example :
//set text from user value - create script for OnEndBind event
This.SetText(This.GetUserValue());
Available Events :
All Events