Field Positioning in Forms / Custom Form Layouts

Former Member
Former Member
I am having difficulties with Forms. There are 3 main problems I am facing:
  1. When I change the Positioning type of a Field in a Form to Relative or Static, it doesn't position to where I want it to be when I drag the Field. When I hold left click on a Field that is either Relative or Static, the displayed position changes. The reason I want to change some Fields to Static or Relative, for a Form that I created, is because when I expand certain text boxes while viewing an item the Fields that are Relative or Static shift position so as to not overlap with the expanded text box. Also, Field Order and Tab Index seem to be related in some way to the Positioning type. What I'm trying to achieve is to have a text field shift its position when I expand an adjacent text box so that they don't visually overlap. Can someone with more knowledge please guide me on the issue?
  2. Is there a way to have certain text boxes shift horizontally when I maximize a Form window? If so how do I do this, and do I need to write a custom CSS script?
  3. For tasks in My InBasket, is there a way to modify the default popup window (the one that allows the user to place votes when they click on "Complete Task")?
Any help is appreciated.
Parents
  • Taking the question in the wrong order :) 3. Yes but it is an aspx file you would have to change and it is not then supported by the upgrade process (it is actually not part of the configurable scope of Aras, so at your own risk !) 2. You may be looking for some responsive capabilities. You could use external css like bootstrap or other css grid systems 1.Most Browser may support FlexBox now. It may be interesting to take a look at it :  css-tricks.com/.../
Reply
  • Taking the question in the wrong order :) 3. Yes but it is an aspx file you would have to change and it is not then supported by the upgrade process (it is actually not part of the configurable scope of Aras, so at your own risk !) 2. You may be looking for some responsive capabilities. You could use external css like bootstrap or other css grid systems 1.Most Browser may support FlexBox now. It may be interesting to take a look at it :  css-tricks.com/.../
Children
No Data