Opened 13 years ago
Closed 11 years ago
#7473 closed defect (fixed)
jsonPathStore: API documentation is broken
Reported by: | remi | Owned by: | Dustin Machi |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Data | Version: | 1.1.1 |
Keywords: | jsonPathStore | Cc: | |
Blocked By: | Blocking: |
Description
The API documentation of jsonPathStore is broken. see also http://api.dojotoolkit.org/jsdoc/dojox/HEAD/dojox.data.jsonPathStore or sitepen's dojo toolbox. All the line breaks you can find in the source are gone in the API documentation.
Furthermore: Is there a documentation of the jsonPathStore together with code examples available? If not, _please_ be so kindly and create it at http://docs.dojocampus.org.
Thanks in advance
Remi
Change History (8)
comment:1 Changed 13 years ago by
Owner: | changed from Jared Jurkiewicz to kriszyp |
---|
comment:2 Changed 13 years ago by
Owner: | changed from kriszyp to Dustin Machi |
---|
comment:3 Changed 12 years ago by
comment:6 follow-up: 7 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
comment:7 Changed 11 years ago by
Replying to dmachi: How long should this change be moved from release to release?
comment:8 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [20831]) jsonPathStore is out of sync due to the more advanced dojox.json capabilities. To avoid confusion with these, I'm removing this widget as I dont' plan to support it going forward. There is an equivalent widget which uses dojox.json ref and query in dojoc/dmachi/data called JsonStore? for those who still need this capability. While they are not drop in replacements of each other, they are pretty close and it should not take a significant amount of time to convert, and the benefits gained in performance and querying flexibility are worth it. closes #7473 closes #8175 closes #7331 closes #7403 closes #8312 closes #8334 closes #9976 closes #10290
(In [15207]) add a summary for the whole class. refs #7473. !strict