Page 1 of 1

5.80

Posted: 2018-09-19 09:53
by bescott53
Hi Ahmad, any news on 5.80 release?

Re: 5.80

Posted: 2018-09-26 12:09
by a.gneady
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.

Re: 5.80

Posted: 2018-09-26 13:34
by bescott53
thanks Ahmad

Re: 5.80

Posted: 2018-10-17 14:32
by toconnell
Ahmad,

Will you please add the multiple select option from a lookup field, please. This is necessary.

Re: 5.80

Posted: 2018-10-17 20:50
by toconnell
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.

Re: 5.80

Posted: 2018-10-18 05:35
by jsetzer
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 4809 times


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

xcrud
2018-10-18_07-23-59.gif
2018-10-18_07-23-59.gif (35.31 KiB) Viewed 4809 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

Re: 5.80

Posted: 2019-06-06 20:38
by fgazza
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

Re: 5.80

Posted: 2019-06-06 20:50
by fgazza
Of course I intend multiselect from a lookup field!