#587 closed enhancement (fixed)
ResizeHandle should handle raw dom nodes not just Widgets
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
ResizeHandle? currently takes a "targetElmId". It's actually expecting a widget id, not an element id, so this name is confusing and should be changed.
More generally, it's unnecessarily limiting for ResizeHandle? to work only with widgets -- we should be able to pass in an element id too. In that case, no reason to require an id in the first place, it should accept either a node id or a node reference.
Change History (3)
comment:1 Changed 15 years ago by
Owner: | changed from billk to bill |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [4188]