dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] New widget selectArrayAjax


From: Laurent Destailleur (aka Eldy)
Subject: Re: [Dolibarr-dev] New widget selectArrayAjax
Date: Thu, 5 Nov 2015 22:41:00 +0100

Goal of the hook searchForm was to add a new input search box form among list of others. 
With new component, there is no more "list of search boxes" (except in mode "text browser with no _javascript_"), so hooks still exists but won't be triggerd because we don't need at all the old search boxes (except in mode "text browser with no _javascript_", in such cases, old hook searchForm is still supported. Hook was not removed).

But I recommand this:
- If you want to add your own search box, you can add just a new entry into the existing combo. A new hook is available for this, called addSearchEntry.
- And if you just want to add your own code on left menu, you should use the hook printLeftBlock also fully available.


2015-11-05 17:01 GMT+01:00 Maxime Kohlhaas <address@hidden>:
Just to add a little thing, it seems that the hook "searchForm" has disappeared :D

Bien cordialement,

--

 

Maxime Kohlhaas Consultant Associé
26 rue Barthélémy de Laffemas - 26000 Valence
address@hidden
Tél : 06 33 42 92 43
www.atm-consulting.fr

     


2015-11-05 15:54 GMT+01:00 Doursenaud, Raphaël <address@hidden>:
Great enhancement but it does not degrade well if _javascript_ is disabled or unavailable.
This makes it not accessible (does not work from a text based browser nor a screen reader).
Improvements are needed in this area.
I also find this trend of using HTML5 input placeholder as labels and removing labels annoying.
The placeholder is designed to give hints to the user, not to make the interface look good and replace labels.

2015-10-28 15:16 GMT+01:00 Ozit <address@hidden>:
Great widget, Just a note, when there is only one answer, why post it to the list ?
Thanks


Le 26/10/2015 22:10, Laurent Destailleur (aka Eldy) a écrit :
A new widget $form->selectArrayAjax is available in develop branch. Why ?

Take a look at this screenshot to have an example of what we can do with it. It is on the left side. All the search combo can be merged into one to save a lot of room on all pages...

Feel free to use it in other places of Dolibarr if it can enhance usability...



------------------------------------------------------------------------------------
Google+: https://plus.google.com/+LaurentDestailleur/
Facebook: https://www.facebook.com/Destailleur.Laurent
------------------------------------------------------------------------------------
* Dolibarr (Project leader): http://www.dolibarr.org (make a donation for Dolibarr project via Paypal: address@hidden)
* AWStats (Author) : http://awstats.sourceforge.net (make a donation for AWStats project via Paypal: address@hidden)
* AWBot (Author) : http://awbot.sourceforge.net
* CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net




_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev


_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev




--

Technopole Hélioparc
2 avenue du Président Pierre Angot
64053 PAU CEDEX 9
SARL GPC.solutions au capital de 7 500 € - R.C.S. PAU 528 995 921

_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev



_______________________________________________
Dolibarr-dev mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev




--
EMail: address@hidden
Web: http://www.destailleur.fr
------------------------------------------------------------------------------------
Google+: https://plus.google.com/+LaurentDestailleur/
Facebook: https://www.facebook.com/Destailleur.Laurent
Twitter: http://www.twitter.com/eldy10
------------------------------------------------------------------------------------
* Dolibarr (Project leader): http://www.dolibarr.org (make a donation for Dolibarr project via Paypal: address@hidden)
* AWStats (Author) : http://awstats.sourceforge.net (make a donation for AWStats project via Paypal: address@hidden)
* AWBot (Author) : http://awbot.sourceforge.net
* CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]