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

change size of restful table columns

codelab expert
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.
June 26, 2013

In a template I've implemented a restful table which shows records of an active object. But the edit fields of this table are to small. How can I make them bigger like a textarea?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
codelab expert
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.
July 8, 2013

Do something like that and all is fine:

var DescriptionCreateView = AJS.RestfulTable.CustomCreateView.extend({
            render: function (self) {
                return jQuery("<textarea class='textarea long-field' rows='3' cols='50' name='description'></textarea>")
            }
        });

TAGS
AUG Leaders

Atlassian Community Events