Ticket #174 (closed enhancement: fixed)

Opened 3 years ago

Last modified 18 months ago

all dojoAttachPoint to point to an array

Reported by: david Owned by: anonymous
Priority: normal Milestone:
Component: Widgets Version: 0.1
Severity: normal Keywords: attach
Cc:

Description

It'd be nice if you could have dojoAttachPoints 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

Changed 3 years ago by alex

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.2release

fixed in [1935]

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.2release deleted

Note: See TracTickets for help on using tickets.