Revision 786437b6
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpecTextBlock.pm | ||
---|---|---|
110 | 110 |
->jstree->create_node('#tree', $insert_after ? ('#tb-' . $insert_after, 'after') : ('#tb-' . ($attributes->{output_position} == 0 ? 'front' : 'back'), 'last'), $node) |
111 | 111 |
->jstree->select_node('#tree', '#tb-' . $self->text_block->id); |
112 | 112 |
$self->add_new_text_block_form(output_position => $self->text_block->output_position, insert_after_id => $self->text_block->id, requirement_spec_id => $self->text_block->requirement_spec_id) |
113 |
->reinit_widgets |
|
113 | 114 |
->render($self); |
114 | 115 |
} |
115 | 116 |
|
... | ... | |
135 | 136 |
->replaceWith('#text-block-' . $self->text_block->id, $html) |
136 | 137 |
->run(SORTABLE_PICTURE_LIST()) |
137 | 138 |
->jstree->rename_node('#tree', '#tb-' . $self->text_block->id, $self->text_block->title) |
139 |
->prop('#tb-' . $self->text_block->id, 'title', $self->text_block->content_excerpt) |
|
138 | 140 |
->render($self); |
139 | 141 |
} |
140 | 142 |
|
Auch abrufbar als: Unified diff
Pflichtenheftitems & -textblöcke: Tooltips im Baum mit Inhaltsauszug anzeigen