This question has been flagged
1 Reply
4194 Views

Hello

Within the project.task form in which users can enter time spent on project task, the "Add an item" button is put at the bottom of the items list whereas the new entries are created at the top of the list. This is really painful when the list of items start to be long as the user has to scroll regularly the whole list up and down.

-> How to put the "Add an item" button on the top of the list ?

 

Many thanks

Franck

Avatar
Discard
Best Answer

Hi,
We cannot change the position of 'Add an item', it will be at the bottom of the list. But we can change where the new entries are created.

To make the new entries at the top of the list use:

< tree editable="top">
< /tree>

And for bottom use:

< tree editable="bottom">
< /tree>

Regards

Avatar
Discard