Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 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