#174 closed enhancement (fixed)
all dojoAttachPoint to point to an array
Reported by: | david | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.1 |
Keywords: | attach | Cc: | |
Blocked By: | Blocking: |
Description
It'd be nice if you could have dojoAttachPoint
s reference arrays. For example, *in markup*:
<div dojoAttachPoint="foo" ...>...</div>
And *in the widget*:
this.foo = []; this.fillInTemplate = function() { for(var i = 0; i < this.foo.length; i++) { // do something with each node } // ... }
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | → 0.2release |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed in [1935]