getMasterValue

returns current value of master control

any getMasterValue();
anyvalue of master control

Example

var value = $$("mysuggest").getMasterValue();

Back to top