setMasterValue

set value in master control

void setMasterValue(any value,boolean refresh);
valueanynew value of master control
refreshbooleanif true, the method will call the redraw of master component

Example

$$("mysuggest").setMasterValue(new_value);

Back to top