Ticket #3886 (closed task: wontfix)
dojo.html and dojo.style migration doc
| Reported by: | bill | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | HTML | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by peller) (diff)
All the old functions in dojo.html (and dojo.dom?) and dojo.style should be listed in http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/style-html-utility-function-changes with their 0.9 equivalents or at least a message saying "tough luck, we aren't supporting that anymore" :-) but hopefully something better like advice about how to do the same thing in user code.
From Michael Shall's mail here a subset of the missing information:
Functions I'm missing so far in my port... dojo.html.selectInputText dojo.html.getAncestors dojo.html.replaceNode dojo.string.escapeXml dojo.string.escapeHtml dojo.isNumber - I suppose we could use dojo.number.? to find this out, but the other isXXX are there and this one is missing. dojo.setClass - Add/Remove/Has made the cut, but not set. I used to set className, but in 0.4 setClass is more complicated, I assume for xbrowser The following may be able to be done with dojo.query... dojo.html.firstElement dojo.html.lastElement dojo.html.nextElement dojo.html.prevElement
Change History
Note: See
TracTickets for help on using
tickets.