Page 1 of 1

modify width and height on Browse Form

Posted: Mon Nov 09, 2015 2:36 pm
by sultan87
hello
how to change width and height browse form
how to custom browse form ex: remove search
best regards
pierre

Re: modify width and height on Browse Form

Posted: Tue Dec 08, 2015 12:34 am
by admin
sultan87,

Browse width is based on the width of all columns, height is based on number of rows * row height.

Hiding the search field is just jquery.. $('#nuSearchField').hide()

Steven