#1225 closed defect (fixed)
Allow tree node title editing
Reported by: | ornus | Owned by: | ilia |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Add support for editing of tree node title.
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | treeV3_5 node edit2.patch added |
---|
comment:1 Changed 15 years ago by
12 +.TreeContainer? .RichTextEditable?, 13 +.TreeContainer? .RichTextEditable? iframe{ 14 + background-color: #ffc; 15 + color: black; 16 +}
That seems wrong. TreeContainer? is a div that contains all children. Maybe you want .TreeContent? .RichTextEditable? ?
comment:2 Changed 15 years ago by
12 +.TreeContainer .RichTextEditable, 13 +.TreeContainer .RichTextEditable iframe{ 14 + background-color: #ffc; 15 + color: black; 16 +}
meant this
comment:3 Changed 15 years ago by
It doesn't matter. .RichTextEditable? will mark the node that is being edited by the RichText? widget. Both should work.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Editor widget wrapper for the tree