Ticket #5385 (assigned enhancement)

Opened 12 months ago

Last modified 4 months ago

Allow ability to provide access to a widget variable in string passed refs in templates

Reported by: dmachi Owned by: alex
Priority: normal Milestone: future
Component: Parser Version: 0.9
Severity: normal Keywords:
Cc:

Description (last modified by peller) (diff)

nice subject eh? Stop whining.

as an example, store requiring widgets in a template:

<div>
   <div dojoType="dijit.someStoreWidget" store={$myStore:global}></div>
</div>

the store will get a string representing a global variable that points at the parent widgets myStore property.

Change History

Changed 12 months ago by dmachi

  • description modified (diff)

Changed 12 months ago by alex

  • status changed from new to assigned
  • milestone set to 1.1

Changed 8 months ago by bill

  • milestone changed from 1.1 to 1.2

Move all milestone 1.1 tickets to 1.2, except for reopened tickets and tickets opened after 1.1RC1 was released.

Changed 4 months ago by peller

  • type changed from defect to enhancement
  • description modified (diff)
  • milestone changed from 1.2 to future

that's kind of confusing, esp the {$ syntax, if that's intentional. Does dojox.wires do what you want?

Note: See TracTickets for help on using tickets.