cuba-platform / documentation

CUBA Platform Documentation
https://www.cuba-platform.com
Creative Commons Attribution 4.0 International
25 stars 45 forks source link

Fix sample code of programmatic Icon setting #693

Closed glebfox closed 4 years ago

glebfox commented 4 years ago

Environment

Description of the bug or enhancement

The follwoing code is incorrect, since the setIconFromSet method accepts only Icons.Icon instance:

spinnerBtn.setIconFromSet("ico-moon:SPINNER");