Page 1 of 1
site layout
Posted: 2019-09-17 16:44
by danielefeola
Hi to all,
I would need to change the layout of the site (eg. I need to put multiple fields on the same line),
can you recommend a software that allows me these change with a simple drag & drop without the need to operate on the code?
Thanks!!
Re: site layout
Posted: 2019-09-18 20:34
by jsetzer
Hi,
as far as I know there is no software or plugin which allows drag & drop of fields in AppGini detail view forms directly. Nice idea

but would be a lot of work to implement.
But I can provide functionality to put fields inline by simple Javascript commands. Have a look here:

- chrome_2019-09-18_22-23-03.png (31.71 KiB) Viewed 3857 times
(the blue rectangles are just for indicating the modifications)
And this is the required code for those changes:

- Code_2019-09-18_22-24-19.png (12.09 KiB) Viewed 3857 times
These inline-functions will be available in next version of our
AppGini Helper JavaScript library which can be purchased
here.
Maybe this could help you?! I hope you like it!
With kind regards,
Jan
Re: site layout
Posted: 2019-09-21 17:09
by Ionut Bocanet
jsetzer,
So if I install the current AppGini Helper JavaScript will not work to add in line 2 fields?
Re: site layout
Posted: 2019-09-21 17:49
by jsetzer
Hi,
as I have written in my previous post, the inline()-function will be available in next version. The currentversion does not have it, yet.
These inline-functions will be available in next version of our AppGini Helper JavaScript library which can be purchased here.
Stay tuned, next version will be published this month.
You can have a look at the changelog here:
https://www.bizzworxx.de/en/appgini-helper/changelog/
And here is a preview for the next version.
https://www.bizzworxx.de/en/appgini-helper/preview/
I hope this helps!
Best regards,
Jan
Re: site layout
Posted: 2019-09-23 17:16
by Ionut Bocanet
jsetzer wrote: ↑2019-09-18 20:34
Hi,
as far as I know there is no software or plugin which allows drag & drop of fields in AppGini detail view forms directly. Nice idea

but would be a lot of work to implement.
But I can provide functionality to put fields inline by simple Javascript commands. Have a look here:
chrome_2019-09-18_22-23-03.png
(the blue rectangles are just for indicating the modifications)
And this is the required code for those changes:
Code_2019-09-18_22-24-19.png
These inline-functions will be available in next version of our
AppGini Helper JavaScript library which can be purchased
here.
Maybe this could help you?! I hope you like it!
With kind regards,
Jan
Jan,
I just tried the appgini-helper and it is very usefull.
Great work.
It helped me a lot with some customization that i wanted.
I recommend this library to the members that need customizations like this.