What are these two classes for:
I read in the docs that they’re “combinedIconPrefix:” and “combinedExpanderPrefix:”. There are others like this too, but I don’t quite get it. Thanks.
| /******************************************************************************* | |||||||||||||||||||||||||||||
| * Expander icon | |||||||||||||||||||||||||||||
| * Note: IE6 doesn't correctly evaluate multiples class names, | |||||||||||||||||||||||||||||
| * so we create combined class names that can be used in the CSS. | |||||||||||||||||||||||||||||
| * | |||||||||||||||||||||||||||||
| * Prefix: dynatree-exp- | |||||||||||||||||||||||||||||
| * 1st character: 'e': expanded, 'c': collapsed | |||||||||||||||||||||||||||||
| * 2nd character (optional): 'd': lazy (Delayed) | |||||||||||||||||||||||||||||
| * 3rd character (optional): 'l': Last sibling | |||||||||||||||||||||||||||||
| */
For example:
|