Steven,
On the new version of nuBuilder the breadcrumbholder and actionholder length is frozen bazed on the browse table width and after the length remains the same on the on the edit form.
The case belowe is with the form placed inside the iframe.
Would it be possible to have the breadcrumb adjusted to the whole length of the iframe?
Steven,
I have taken the recent update from GitHub and in this one the breadcrumholder width on Edit from is fine https://drive.google.com/open?id=13ETFx ... QY7xIzwdAn
On the browse form it stays adjusted to the table width.
I have some forms with plenty of additonal quick search buttons: https://drive.google.com/open?id=1DKvqK ... QpLDUQXx15
Would it be possible to extend the holder as well for whole iframe width on the browse form?
Or if you would like to keep it like it is - could you please suggest what code to use locally on the JS form level to mofify the length of the holders to the iframe width?
If you like nuBuilder, please leave a review on SourceForge
Janusz wrote:
Would it be possible to extend the holder as well for whole iframe width on the browse form?
Or if you would like to keep it like it is - could you please suggest what code to use locally on the JS form level to mofify the length of the holders to the iframe width?
Could you upload a sample db? Then I'll try to provide you with a fix.
Hi Kev1n,
Thanks for reply.
I started to build a quick example in the new nuBuilder and noticed that currently there is diferent approach used for the browse forms.
They are by default full screen width - you can change the relative column width but in total they are full screen.
So in the new version I am not able to create the case which I have when I transfer old database to the new nuBuilder.
When I import databse from previous release to the new nuBuilder then tables are not fullscreen.
Potentially might be more differences - so for the moment I will stay with old databases on the previous release and the new ones will be with the new version.
If you like nuBuilder, please leave a review on SourceForge
The Browse width is only adjusted over the whole screen if it is not in an iframe.
If it is put inside an iframe it is a static width and is relying on the developer to set the width.
The next update will include a new JS function nuStopBrowserResize(), that will stop auto resizing on any main Browse Forms you put it on.
admin wrote:
The next update will include a new JS function nuStopBrowserResize(), that will stop auto resizing on any main Browse Forms you put it on.
Steven
Remark: This nuStopBrowserResize() function has to be added to a form's Custom Code > Javascript. (for each form you want to disable the auto resizing)
It has no effect when you add it under Setup -> Header.
If you want to disable the column auto resizing globally (and also for nuBuilder system forms) you can still use the code I posted.