Define the width of number or text field

Elke Perner April 10, 2013

Hello,

does anyone knows how I can define the width of a number field or of a text field?

Best Regards

Elke

2 answers

1 vote
Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2013

Regarding number fields ,you can edit it's velocity file as well and it's located on this path here:

/atlassian-jira/WEB-INF/classes/templates/plugins/fields/edit/edit-number.vm

Best regards,

Marlon Aguiar

Atlassian Support

Elke Perner April 10, 2013

Hi,

yes I know, but how I should edit the file? I don't know what I have to do. The provided information is only for text fields and they looks different than number fields so I don't know how to edit them to change the width of the field.

BR Elke

Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2013

Just remove the class atribute and and add size="10", it should look like this:

<input id="$customField.id" name="$customField.id" type="text" value="$textutils.htmlEncode($!value)" size="10"/>

Just change the number 10 with the number of caracters you want to show up.

Cheers,
Marlon Aguiar

0 votes
Marlon Aguiar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 10, 2013

I belive this documentation will help you achieve what you're looking for: https://confluence.atlassian.com/display/JIRA/Changing+the+Size+of+the+Text+Area+Custom+Field

Let me know if this information helps you!

Regards,
Marlon Aguiar

Elke Perner April 10, 2013

Hello,

thank you but this information is not useful for me.

Text field looks different than the number field.

Best Regards

Elke

Suggest an answer

Log in or Sign up to answer