Help with additional icons in CB:
I try to add icons to the home menu. No problem so far, when the function-name is found in 350_config.js.
For example:
Code:
// big icons shown in home menu
HOME_BOOK_HISTORY: 2,
If I want to add a new icon for the book history I alter '2' to a higher number (e.g. 10) to point on the right place in the (altered) icon-file.
But I don't know the function-names for e.g. CALCULATOR.
It's not mentioned wether under
Code:
// big icons shown in home menu
nor under
Code:
// Home menu icons for default nodes
Any simple help?