Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 22, 2010 02:50 PM by alaa9jo
Member
2 Points
13 Posts
Mar 22, 2010 05:48 AM|LINK
Hi,
Ala's Alnajjar........ Finally Everything works...... thanks..........
Regards,
Nagarjuna.Indukuri
Mar 22, 2010 05:59 AM|LINK
One more issue can i get on Mouse over..... to select the values..i.e on key press up and down arrows to navigate between
Items....
Star
11375 Points
2036 Posts
Mar 22, 2010 08:24 AM|LINK
Do you mean you want to navigate between the items using the arrows in the keyboard? I didn't get your question
Mar 22, 2010 12:58 PM|LINK
hi, Yes I want to Navigate between items in list...just like in Dropdownlist and also. I need to display scroll bar if items
exceed certain height.
Mar 22, 2010 02:50 PM|LINK
But it's already support keyboard navigation! Have you tried it?
INK_MCA I need to display scroll bar if items exceed certain height.
I need to display scroll bar if items
Unfortunatly,this feature is not implemented yet in that plugin.
But you have many ways to do what you want:
1)maxVisibleRows : 2,you can define the max number of rows to show,if you have more than 2 items a scroll will appear
2) use paging just as in the sample I used earlier.
3)override content class,this plugin uses a css class content,if you add at the top of your page:
<style type="text/css">
.content{height:50px !important;overflow:auto !important}
</style>
that should do it!
INK_MCA
Member
2 Points
13 Posts
Re: Dropdown list with Multiple Columns , Having Hirerachy Structure , Autocomplete
Mar 22, 2010 05:48 AM|LINK
Hi,
Ala's Alnajjar........ Finally Everything works...... thanks..........
Regards,
Nagarjuna.Indukuri
INK_MCA
Member
2 Points
13 Posts
Re: Dropdown list with Multiple Columns , Having Hirerachy Structure , Autocomplete
Mar 22, 2010 05:59 AM|LINK
Hi,
One more issue can i get on Mouse over..... to select the values..i.e on key press up and down arrows to navigate between
Items....
alaa9jo
Star
11375 Points
2036 Posts
Re: Dropdown list with Multiple Columns , Having Hirerachy Structure , Autocomplete
Mar 22, 2010 08:24 AM|LINK
Do you mean you want to navigate between the items using the arrows in the keyboard? I didn't get your question
Ala'a Alnajjar
----------------------------------------------------
My Webblog
INK_MCA
Member
2 Points
13 Posts
Re: Dropdown list with Multiple Columns , Having Hirerachy Structure , Autocomplete
Mar 22, 2010 12:58 PM|LINK
hi, Yes I want to Navigate between items in list...just like in Dropdownlist and also. I need to display scroll bar if items
exceed certain height.
Regards,
Nagarjuna.Indukuri
alaa9jo
Star
11375 Points
2036 Posts
Re: Dropdown list with Multiple Columns , Having Hirerachy Structure , Autocomplete
Mar 22, 2010 02:50 PM|LINK
But it's already support keyboard navigation! Have you tried it?
Unfortunatly,this feature is not implemented yet in that plugin.
But you have many ways to do what you want:
1)maxVisibleRows : 2,you can define the max number of rows to show,if you have more than 2 items a scroll will appear
2) use paging just as in the sample I used earlier.
3)override content class,this plugin uses a css class content,if you add at the top of your page:
<style type="text/css">
.content{height:50px !important;overflow:auto !important}
</style>
that should do it!
Ala'a Alnajjar
----------------------------------------------------
My Webblog