Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Visually grouping input in a Stash hook (pre receive) plugin configuration form

Alfred Samasoni April 17, 2014

Hi,

I am wondering if we can style a Stash hook plugin configuration form by grouping common input elements on the form.

This grouping will be visually apparent, an example is using Wells with bootstrap. http://getbootstrap.com/components/#wells

Appreciate your urgent response or alternatives. For example even by creating a heading for each section with a horizontal line.

Thanks in advance

A

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
AafrinA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 21, 2014

This works similar to the Bootstrap wells element. Forms elements can be grouped together.

<div class="aui-message">
   <label>Test: </label>
   <input type="text">
</div>

Tested to be working here : https://docs.atlassian.com/aui/latest/sandbox/index.html

TAGS
AUG Leaders

Atlassian Community Events