renders html for the label
| config | object | control configuration |
| id | id | unique id of the control |
| string | html code of control label |
var label = input.$renderLabel(input.config, "id");
Not purposed for direct calls
Can be used in custom views to redefine html content of the control label.
Back to top