Forum

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.

Field "description"...
 
Notifications
Clear all

Field "description": vertical and horizontal scrolling + bulleted list.. 2 small evolutions useful.

2 Posts
2 Users
0 Reactions
4,346 Views
Ambroise
(@ambroise1er)
Posts: 96
Active Member
Topic starter
 
[#718]

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.


 
Posted : 09 Oct 2012 23H50
(@babynus)
Posts: 14952
Member Admin
 

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)


 
Posted : 10 Oct 2012 0H22
Share:

Scroll to Top