Custom view for a query web part - is there a way not to display the bar with the View name.

LabKey Support Forum (Inactive)
Custom view for a query web part - is there a way not to display the bar with the View name. Jon (LabKey DevOps)  2015-04-07 10:47
Status: Closed
 
Hi Leo,

Well, you can sort of get away with what you want, but it's going to look a little counter-intuitive.

That buttonBarPosition has four options:

- top
- bottom
- none
- both

Each one will dictate where that buttonBar appears. Although our docs say that "both" is used (the buttonBar appearing on the top and bottom of the screen), I believe this was changed to "top" since I haven't seen a QueryWebPart within a wiki that has them both appearing as of late.

Now, if you use the option for "bottom", the buttonBar appears at the bottom of the screen, but you don't see that view name appearing anywhere - no X to click. This is due to the view Name displaying in conjunction with the top buttonBar. No top buttonBar, no view name to see. But on an aesthetic-level, having the buttonBar at the bottom doesn't look quite as nice as the top, but it will at least give you what you want - a buttonBar but no mentioning of the view that comes up by default via your query.

Regards,

Jon