Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi Babynus,
2 small evolutions, but very useful. 😉 .
1) Extend the input field by adding the vertical and horizontal scrolling. Field "description": 2 small simple but very useful changes
Indeed, beyond 10 lines or when the project is complex, the "description" field expands and takes up too much space on the screen.
It would be useful to add that little mechanism.
2) To make the description more "readable", add a basic function to create bulleted lists.
Indeed, the description of projects with generally sub-projects, milestones multiples, etc.. This is not easy with a simple plain text area.
Cordially.
1) Extend the input field by adding the vertical and horizontal scrolling. Field "description": 2 small simple but very useful changes
This is not such a simple change.
=> dijit.TextArea widget has no limit to extend.
=> could be replaced by dijit.SImpleTextarea, but then it will have fixed height, that must be defined and fixed, and that will use space even if description is empty or small.
=> anyway, text areas never have horizontal scrolling bar
2) To make the description more "readable", add a basic function to create bulleted lists.
There is yet a request to implement simple editor for large fields (description, result). No so easy to implement, and goes against first request (must replace with editor widget)