View Single Post
  #17  
Unread 12-11-2010, 12:08 PM
Swabs Swabs is offline
A Brown Bear
 
Join Date: Oct 2010
Server: Unkown
Posts: 14
Default

Quote:
Originally Posted by Landiin View Post
It would look like a normal drop-down with out any info in it. The only thing that is hard coded is the data(names of your saved searches). The style(what it looks like) is not hard coded and there for you to see/change. The placement and look is not hard coded.

Incase you wanted the actull code and couldn't find it...

Code:
<Dropdownbox BackgroundOpacity="1.000" DataSource="FilterSource" Location="390,2" MaximumSize="16384,32" MinimumSize="50,32" Name="SearchFilter" RowTemplate="/CommonElements.Dropdown.data.dropdown_template" ScrollExtent="176,32" SelectedItemIndex="12" Size="176,32" Style="/CommonElements.Dropdown.data.style" />
Nope, there is no onselect in your code. The onselect is hardcoded. Your code was the first thing that I tried, it does nothing.

I am assuming I need something like (onselect= enter data in advance search feilds, press enter) but I have no idea how to do this.

Last edited by Swabs : 12-11-2010 at 12:14 PM.
Reply With Quote