Community
Participate
Working Groups
Reported by Will Why does DojoEditor return "" for value (regardless of the value typed into the field)? Editor has something call getContents(), which does return the string (in HTML form, since formatting could be applied by the user). For consistency with our other Form widgets, seems it should support get/setValue, and not get/setContents
Fixed. I think we could leave the set/getContents unchanged, Because rbd have these functions. And get/setValue work now.
Verified