Alignment Issue

This sub-forum is for discussing all topics related to AppGini Helper JavaScript Library, provided by bizzworxx as a third-party AppGini plugin.
Post Reply
bkerr
Posts: 7
Joined: 2020-11-04 18:22

Alignment Issue

Post by bkerr » 2020-11-15 06:15

The lookup field data is not aligning with the field name (see attachment)

Not sure what other information you need to point me in the right direction.
Attachments
Image 37.jpg
Image 37.jpg (31.33 KiB) Viewed 1398 times

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Alignment Issue

Post by jsetzer » 2020-11-15 06:46

Hi,

I'm wondering if this is caused by our library. Can you please check if those fields are aligned correctly without using AppGiniHelper Javascript Library.

I think this issue is related to the selected theme. As far as I remember there is a padding-top of 9px or so for div.col-lg-9 wrapping .form-control-static.

This padding can be removed or adjusted via CSS or jQuery.

Check that static div in your dev tools. Get the css selector and remove the padding. I'm afraid you will also have to adjust the padding of the labels.
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

bkerr
Posts: 7
Joined: 2020-11-04 18:22

Re: Alignment Issue

Post by bkerr » 2020-11-15 23:49

Thanks for the quick reply. I'm learning as I'm going, so I have to research everything you said, so I apologize if I'm slow on getting this. I did try it without the AppGiniHelper Javascript Library and they are aligned.

I was looking for the dev tools, and this is what I saw in the Console:

DevTools failed to load SourceMap: Could not load content for http://localhost/sun1/resources/lightbo ... ox.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILUREDevTools failed to load SourceMap: Could not load content for http://localhost/sun1/resources/lightbo ... ox.min.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Am I in the right place?

I also added this from the help page, is this what you are talking about on the padding?

$j(".form-control-static").css("padding", 0);

I have it at the end of customer.dv.js

Again thanks for your help with a new person.

User avatar
jsetzer
AppGini Super Hero
AppGini Super Hero
Posts: 1814
Joined: 2018-07-06 06:03
Location: Kiel, Germany
Contact:

Re: Alignment Issue

Post by jsetzer » 2020-11-16 00:31

Everything fine, well done. Thanks for precisely answering my questions.

Those warnings in console are not raised by our library.

If you send your .axp file by email I can install and have a look. Please also send your order number and email address which has been used on purchase - if different. Please send the app file zipped to [email protected]
Kind regards,
<js />

My AppGini Blog:
https://appgini.bizzworxx.de/blog

You can help us helping you:
Please always put code fragments inside [code]...[/code] blocks for better readability

AppGini 24.10 Revision 1579 + all AppGini Helper tools

Post Reply