Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

modify width and height on Browse Form

Post Reply
sultan87
Posts: 32
Joined: Wed Jun 10, 2015 10:28 pm

modify width and height on Browse Form

Unread post by sultan87 »

hello
how to change width and height browse form
how to custom browse form ex: remove search
best regards
pierre
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: modify width and height on Browse Form

Unread post 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
Post Reply