$renderLabel

renders html for the label

string $renderLabel(object config,id id);
configobjectcontrol configuration
ididunique id of the control
stringhtml code of control label

Example

var label = input.$renderLabel(input.config, "id");

Details

Not purposed for direct calls

Can be used in custom views to redefine html content of the control label.

Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.