Page 1 of 1

Table View Button Toolbar

Posted: 2024-03-06 08:24
by jsetzer
Good morning!
There is a new blog article about floating toolbars in Table View using our well-known addLink() feature:

Blog:
https://appgini.bizzworxx.de/appgini/fl ... using-css/

AddLink-Docs:
https://www.appgini.de/docs/Javascript- ... _link.html

Default Toolbar

chrome_JouEYZ8gza.png
chrome_JouEYZ8gza.png (12.72 KiB) Viewed 9196 times

Floating Toolbar (CSS-only)

chrome_AQcH83tfcm.gif
chrome_AQcH83tfcm.gif (38.11 KiB) Viewed 9196 times

There will be another article the next days about a CSS+Javascript solution which will result in this:

chrome_BoozbXbyKm.gif
chrome_BoozbXbyKm.gif (74.19 KiB) Viewed 9196 times

I hope you like it! Any feedback welcome!
Regards,
Jan

Re: Table View Button Toolbar

Posted: 2024-03-08 07:16
by onoehring
Hi Jan

absolutely amazing. Thanks for sharing.
Olaf

Re: Table View Button Toolbar

Posted: 2024-03-08 08:00
by jsetzer
Hi Olaf, thanks!
Did you test it?
There is so much we can do with extra Toolbar Buttons.

Re: Table View Button Toolbar

Posted: 2024-03-08 14:25
by onoehring
Hi Jan,

no, I did not test. I do not even know, if my version would be able to do this.

And ... currently I (an application of mine) has serious timing problems (see: viewtopic.php?f=6&t=4661#p22209 ) which I need to take care off. Some pages need 8.2 seconds arithmetic mean to load (also 8 seconds standard deviation). I believe this is because of too many files in the /upload directory and/or of too much data that needs to be read in the child tabs below the records details (extra details page).

Olaf