SFLABEL
** This class will not be supported in 2015.
All functionalities of sfLabel class are more improved, integrating with CAPH. Therefore sfLabel class is not supported since 2015 Smart TV. To use functions of sfLabel class, refer to here.
This is the class for Label UI components.
Add the following line for sfLabel class into a html file your own : <script type="text/javascript" src="$MANAGER_WIDGET/Common/af/2.0.0/loader.js"></script> |
You can declare sfLabel class like this : ex) $('#div ID').sfLabel('method Name', parm1, parm2); |
Methods
hide | ||
Description | ||
This function hides the label. | ||
Parameters | none | |
Return | ■Void | |
Emulator Support | N | |
SDK Constraint | None | |
Example | ||
$('#label').sfLabel('hide'); |
show | ||
Description | ||
This function shows the label. | ||
Parameters | none | |
Return | ■Void | |
Emulator Support | N | |
SDK Constraint | None | |
Example | ||
$('#label').sfLabel('show'); |