mtoledo87 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

Add order support #156

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be finished if there would be order support, so that the POST/GET 
parsed options get ordered :)

Original issue reported on code.google.com by niickobr...@gmail.com on 25 Feb 2011 at 3:05

GoogleCodeExporter commented 8 years ago
Please explain your request more fully, I do not understand what you are asking 
for. The display order of items in the list is based on the order of the 
<OPTION> in the underlying <SELECT>. I do not understand what you mean by 
"POST/GET parsed options".

Original comment by womohun...@ittrium.com on 25 Feb 2011 at 3:39

GoogleCodeExporter commented 8 years ago
See my attached explanation, I hope it makes sense. If this is being realised 
it also has a technical solution for the plugin, right now it's just a design 
solution.

PS. the use in this example is too order by selected option values. The first 
selected option should be ordered first, the second selected option should be 
ordered after the first etc.

Original comment by niickobr...@gmail.com on 3 Mar 2011 at 1:44

Attachments:

GoogleCodeExporter commented 8 years ago
I have been giving this some thought and have decided that with the callback 
functions now available for both onItemClick and text formatting, I will not be 
adding anything more to address this issue.  In any case, the posting process 
is handled by the underlying Select field and DDCL has no influence on how the 
selection is ordered.

Original comment by womohun...@ittrium.com on 17 Jun 2011 at 4:35