5.80

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
bescott53

5.80

Post by bescott53 » 2018-09-19 09:53

Hi Ahmad, any news on 5.80 release?

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: 5.80

Post by a.gneady » 2018-09-26 12:09

We're working on a maintenance release, AppGini 5.73 at the moment. Once we release it, we'll start preparing AppGini 5.80, which we hope to release before the end of the year.
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

bescott53

Re: 5.80

Post by bescott53 » 2018-09-26 13:34

thanks Ahmad

User avatar
toconnell
Veteran Member
Posts: 204
Joined: 2013-04-09 19:29
Location: Oklahoma City, OK
Contact:

Re: 5.80

Post by toconnell » 2018-10-17 14:32

Ahmad,

Will you please add the multiple select option from a lookup field, please. This is necessary.
Tina O'Connell
Web Dev & Appgini FAN

User avatar
toconnell
Veteran Member
Posts: 204
Joined: 2013-04-09 19:29
Location: Oklahoma City, OK
Contact:

Re: 5.80

Post by toconnell » 2018-10-17 20:50

Ahmad,
https://www.dynamics101.com/using-multi ... s-ax-2012/ is a link as to how Microsoft does the many to many relationships... and control.

trying to do the same thing they do in GP.. but in my appgini app.
HELP needed asap.
Tina O'Connell
Web Dev & Appgini FAN

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

Re: 5.80

Post by jsetzer » 2018-10-18 05:35

Good morning!

I personally dislike that Microsoft Dynamics implementation, which @toconnell has mentioned, from usability point of view:
  • You cannot search for items
  • Some items don't have a checkbox. Why are they listed if they are not selectable?
  • There is no Cancel button, so how can you dismiss changes?

Here are examples from other frameworks:

Kendo UI / Telerik UI
2018-10-18_07-00-14.gif
2018-10-18_07-00-14.gif (70.13 KiB) Viewed 4742 times


DevExpress
2018-10-18_07-04-47.gif
2018-10-18_07-04-47.gif (96.15 KiB) Viewed 4742 times

xcrud
2018-10-18_07-23-59.gif
2018-10-18_07-23-59.gif (35.31 KiB) Viewed 4742 times

AppGini
You can implement multiselect dropdowns using hooks. Please have a look here: https://forums.appgini.com/phpbb/viewto ... 8956#p8956. This has been done with hooks only.

Image


JQuery components
Here is a list of components you may have a look at:

My favorite
https://select2.org/getting-started/basic-usage

Others
https://www.jqueryscript.net/demo/Prett ... p-selectr/
https://www.jqueryscript.net/demo/jQuer ... ltiselect/
https://www.jqueryscript.net/demo/Two-s ... select-js/
https://dbrekalo.github.io/fastselect/
https://www.jqueryscript.net/demo/Multi ... DialogBox/
https://pbauerochse.github.io/searchabl ... mples.html
https://www.jqueryscript.net/demo/Searc ... -Dropdown/
https://www.jqueryscript.net/demo/jQuer ... s-fSelect/
https://www.jqueryscript.net/demo/jQuer ... ltiselect/
https://www.jqueryscript.net/demo/Treev ... reeselect/
https://www.jqueryscript.net/demo/jQuer ... select-js/
http://loudev.com/#demos
https://www.jqueryscript.net/demo/Tiny- ... -multi-js/

Plain HTML
https://www.w3schools.com/tags/tryit.as ... t_multiple

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

fgazza
Veteran Member
Posts: 205
Joined: 2019-04-30 17:37

Re: 5.80

Post by fgazza » 2019-06-06 20:38

Hi and thank you for your suggestions.
Can you give us an example (a prototype) of hook file whith the multi select function ready?
Thank you so much!
Fabiano

fgazza
Veteran Member
Posts: 205
Joined: 2019-04-30 17:37

Re: 5.80

Post by fgazza » 2019-06-06 20:50

Of course I intend multiselect from a lookup field!

Post Reply