Ticket #5385 (assigned enhancement)
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
Note: See
TracTickets for help on using
tickets.