Opened 10 years ago
Closed 9 years ago
#13788 closed enhancement (invalid)
Icons -- Consider Provide "insertTo" for url feature
Reported by: | Ming Zhe Huang | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | Cc: | Atsushi Ono | |
Blocked By: | Blocking: |
Description
Please try the attached two cases. They behave differently on where the target HTML is inserted. After looking into the codes, I realize that it's due to the "dm.currentView".
To ensure exepected behavior of "url" feature, I propose we could provide a property like "insertTo" to indicate where the target HTML will be inserted.
Attachments (2)
Change History (4)
Changed 10 years ago by
Attachment: | test_icon-url.html added |
---|
comment:1 Changed 9 years ago by
Sorry for the late response. IconItem already has "urlTarget" property for this purpose in 1.7. When you set a node id to "urlTarget" parameter, the target fragment will be appended as a child of the node. Please also refer the documentation for IconItem: http://livedocs.dojotoolkit.org/dojox/mobile/IconItem
I hope this will fit your needs.
comment:2 Changed 9 years ago by
Cc: | Atsushi Ono added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
case 1