Opened 15 years ago
Closed 15 years ago
#390 closed defect (fixed)
EditorTreeNode childIconSrc not controllable through HTML
Reported by: | Owned by: | ilia | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The EditorTreeNode? property "childIconSrc" works well, but since the initial (prototype) value is null it doesn't take a value from "inline" constructors (HTML). I was able to make this work by changing the initial value from null to the empty string ("").
Note: See
TracTickets for help on using
tickets.
Should be fine now.