-
16 Apr 2008 11:29 AM #1
[Stable 1.0] LovCombo - Simple List of Values Combo
[Stable 1.0] LovCombo - Simple List of Values Combo
Hi all,
I needed this control for my project. I know that madrabaz has written nice LOV field but that was an overkill as the primary usage should be simple selection of membership of users in several groups.
Give it a try at http://lovcombo.extjs.eu and let me know what you think.
Thanks,Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
16 Apr 2008 1:05 PM #2
any change it can transform a normal multiple select list and set the values from the select list (combo)
-
16 Apr 2008 1:08 PM #3
Try transform option of combo, however, I recommend against it. If your server can generate markup it can generate static data for simple store as well.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
16 Apr 2008 11:10 PM #4
Very useful field!!
Lotus Notes developers appreciate it!!
Excellent work Saki!!
-
17 Apr 2008 3:57 AM #5
very nice widget as always, saki

Thanks again for sharingExtensions:
Ext.ux.DatePickerPlus (Multimonth,Multiselect,...)
Ext.ux.menu.StoreMenu - Ajax Store as menu-item config
Extended Window - Aero Shadows, nested grayscaled modal windows
Ext.MessageBox.promptCombo/promptRadio/promptCheckbox
Ext.ux.plugin.triggerfieldTooltip (for Comboboxes, Datefields...)
Ext.util.MD5
Ext.util.Utf8 (encode/decode)
Ext.util.base64 (encode/decode)
Using:
ExtJS 3.4.1.1/4.2
XPsp3/W7sp1
IE8/9/10
FF 20
Chrome 26
-
17 Apr 2008 4:41 AM #6
Looks great but I can't open the example page
nslookup results in [...] can't find lovcombo.extjs.eu: Non-existent domain
-
17 Apr 2008 4:47 AM #7
Great extension!
Thanks for sharing, I was just about to start writing something similar. I'm going to use this in a project I'm currently working on. I'll post back if I come across anything.
Best Regards-
Mark
-
17 Apr 2008 5:05 AM #8Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video
-
17 Apr 2008 5:08 AM #9
Hi,
Thanks for great extension.
One thing didn't work for me - selected values were not written to a hidden field given by hiddenName option (as in normal Combo) - and so the field was submitted with empty value. I added following lines at the end of setValue method:
Regards,PHP Code:if(this.hiddenField){
this.hiddenField.value = this.value;
}
mh
-
17 Apr 2008 5:16 AM #10
You're right. I've corrected it and uploaded.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Grid MultiSearch Plugin Video


Reply With Quote