• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

ListOfValues Dialog

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any component which provides LOV(List Of Values) search dialog functionality?

Basically this is to implement a search functionality,
1. The page will have a text box and a button
2. On click of that button, it should open a search dialog as popup
3. In the popup search dialog, user can do some search and select a row of the search results
4. Once a row is selected in the search dialog, its corresponding value should be displayed in the text field of parent window and the pop up window should be closed.

I feel its a very generic requirement but I couldn't find a custom component to implement the same.

can anybody please point out any resouces to handle this requirement...
 
He's giving us the slip! Quick! Grab this tiny ad!
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic