Opened 15 years ago
Closed 14 years ago
#371 closed enhancement (fixed)
PropertySetter widgets
Reported by: | ilia_kantor | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dojox | Version: | 0.2 |
Keywords: | Cc: | ilia | |
Blocked By: | Blocking: |
Description
A Widget should be able to affect its enclosing widgets, set properties, maybe do generic actions.. So I specify one widget as a property of the other one.
e.g <dojo:Tree>
<!-- set the toggler and generate no HTML --> <dojo:WipeToggler setProperty="parent.toggle"/>
</dojo:Tree>
Change History (7)
comment:1 Changed 15 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 0.6 |
---|
comment:3 Changed 14 years ago by
Component: | Widgets → Dojox |
---|---|
Owner: | changed from anonymous to Jared Jurkiewicz |
comment:4 Changed 14 years ago by
I do believe this is handled by the dojox.wire project in 0.9. It provides an API set that lets you define how actions on widget A can effect values of properties on widget B, or synchronize data between two widgets (or even more complex chained interactions).
Ilia,
Can you take a look at the dojox.wire project and associated unit test work to see if it will perform what you are talking about? You can also see the presentation on wire at: http://dojotoolkit.org/~chrism/Dojo_Wires_20070509.pdf
comment:5 Changed 14 years ago by
Cc: | ilia added |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Marking this as closed since I believe it's resolved. The opener hasn't responded to the queries in the enhancement request to verify.
I do believe dojox.wire does answer this issue.
I think this is sort of what the dojox.wires project is doing. If so, Jared can you close out this bug?