Previously, when you called the Toolbox's changeCategories
method, the showCategoryTitles
property value was set to true
automatically. This behavior was useful because the Toolbox could only use category titles to designate categories. Now, the Toolbox can do the same with separators, which makes category titles optional.
To revert to the previous behavior, enable the showCategoryTitles
property explicitly after you call the changeCategories
method:
toolbox.changeCategories( ... );
toolbox.showCategoryTitles = true;
Owner Name | surveyjs |
Repo Name | survey-creator |
Full Name | surveyjs/survey-creator |
Language | TypeScript |
Created Date | 2015-12-22 |
Updated Date | 2023-03-30 |
Star Count | 683 |
Watcher Count | 29 |
Fork Count | 308 |
Issue Count | 301 |
Issue Title | Created Date | Updated Date |
---|