#10919 closed defect (fixed)
CodeGlass for attributeMap on the Writing Widgets Quickstart is empty
Reported by: | delee | Owned by: | delee |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Website | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On the attributeMap section of this page, the codeglass 'View Example' displays as an empty popup.
http://dojotoolkit.org/reference-guide/quickstart/writingWidgets.html#quickstart-writingwidgets
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 10 years ago by
In docs.dojocampus.org it is as it should be. I think this has something to do with CodeGlass? and parseOnLoad: false. All examples which have parseOnLoad: false and than try to parse DOM on request: dojo.parser.parse();
do not work.
http://dojotoolkit.org/reference-guide/dijit/_Templated.html
comment:4 Changed 9 years ago by
Owner: | changed from Dustin Machi to delee |
---|---|
Status: | new → pending |
can this be closed? if there's no response within 14 days it will close automatically.
comment:5 Changed 9 years ago by
This can be closed because CodeGlass? was previous code running examples. There is development on new examples (maybe it will be CodeGlassMini? or something).
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
comment:7 Changed 9 years ago by
Milestone: | tbd → 1.7 |
---|
Hmm, it's working on http://docs.dojocampus.org/quickstart/writingWidgets, but from dojotoolkit.org it gets an error that MyFirstBehavioralWidget is not defined.