site layout

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
danielefeola
Veteran Member
Posts: 31
Joined: 2013-04-19 13:36

site layout

Post by danielefeola » 2019-09-17 16:44

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!!

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

Re: site layout

Post by jsetzer » 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 :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
chrome_2019-09-18_22-23-03.png (31.71 KiB) Viewed 2903 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
Code_2019-09-18_22-24-19.png (12.09 KiB) Viewed 2903 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
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

Ionut Bocanet
Posts: 28
Joined: 2017-03-12 09:26
Contact:

Re: site layout

Post by Ionut Bocanet » 2019-09-21 17:09

jsetzer,

So if I install the current AppGini Helper JavaScript will not work to add in line 2 fields?
Best Regards,
Ionut Bocanet

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

Re: site layout

Post by jsetzer » 2019-09-21 17:49

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
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

Ionut Bocanet
Posts: 28
Joined: 2017-03-12 09:26
Contact:

Re: site layout

Post by Ionut Bocanet » 2019-09-23 17:16

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 :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.
Best Regards,
Ionut Bocanet

Post Reply