pungpoo / giix

Automatically exported from code.google.com/p/giix
0 stars 0 forks source link

Multiple Input Selection in Create Page with MANY_MANY relation #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate CRUD operations for a model which has MANY_MANY relation.
2. Open the create page 
3. If the relation list is very long. It gets hard to select what you want from 
checkbox list.

What is the expected output? What do you see instead?
gtc had a multiple input definition with a dropbox list and + - buttons. Can 
giix generate the same output?

What version of the product are you using? On what operating system?
Trunk Version.

Original issue reported on code.google.com by emrek...@gmail.com on 19 Apr 2011 at 9:40

GoogleCodeExporter commented 8 years ago
You mean that there are too many option in the select box?

If so, yes, you're right.
Thanks for the suggestion. Possible solutions are CJuiAutoComplete or a 
CJuiDialog with paging.
This has been included in the roadmap. Thanks!

Original comment by rodrigo.coelho@gmail.com on 19 Apr 2011 at 11:37

GoogleCodeExporter commented 8 years ago
When there are too many options in checkbox list it goes down to several page 
length. It would be much better if we can dynamically add more rows by pressing 
+ button and having a 2nd,3th dropdown list that shows the options to select. 

Yes those options are cool but it would be much better if giix support this 
built in ^_^

I liked the extension and started to use it on my projects! Thanks a lot

Original comment by emrek...@gmail.com on 19 Apr 2011 at 11:44

GoogleCodeExporter commented 8 years ago
Sorry for not being clear. Those possible solutions are more than suggestions 
for you: they are how I may solve the problem in the future. They're in the 
roadmap and will make it into giix.

And thank you very much for the support! Watch giix's forum topic 
[http://www.yiiframework.com/forum/index.php?/topic/13154-giix-%E2%80%94-gii-ext
ended/] to be notified of news.

Original comment by rodrigo.coelho@gmail.com on 19 Apr 2011 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by rodrigo.coelho@gmail.com on 4 May 2011 at 5:49

GoogleCodeExporter commented 8 years ago

Original comment by rodrigo.coelho@gmail.com on 1 Jun 2011 at 9:05

GoogleCodeExporter commented 8 years ago
I solved this by using CSS to make the list 4 columns wide instead of one.
Works like a charm.

Original comment by jholst...@gmail.com on 12 Dec 2011 at 12:54