Ticket #2554 (closed enhancement: wontfix)
[ccla] [patch] InlineEditBox -- add onClickParentNode feature.
| Reported by: | csawyer@… | Owned by: | doughays |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9beta |
| Component: | Dijit | Version: | 0.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
This may only be useful for me, and my uses, but I was putting InlineEditBox? inside a table, and it wouldn't work when clicking on the td element, which I found annoying, so I patched InlineEditBox? to allow 'editing' to happen when clicking on it's parent node, and not on the actual value itself(tho clicking on the value still works..). This can also be useful if the value is null, or empty(it's hard to click on nothing). Patch file included (against 0.4.x).
this adds a new option: onClickParentNode, which is a boolean, and alters postCreate().
Attachments
Change History
Note: See
TracTickets for help on using
tickets.