Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listhighlight a search query result?highlight a search query result?
Previous
 
Next
New Post
12/9/2008 12:04 PM
 

I just have a couple of questions regarding UDT since i havent really done anything special with the module yet. Is there a way to highlight a search query result, or if its even possible (like when you search 'dog', the return highlights every instance of the word)? And the other question, maybe pretty easy, is there a way to automatically 'tab enter' after filling out a search field instead of clicking the enter button or 'tab enter'? Thanks a lot for any suggestions on these. A bit of a newbie here and just needed help. I appreciate the time.

 
New Post
12/9/2008 12:56 PM
 

ginger_ale, one answer to both questions: It is currently not possible.

If you think it is important, please add it as feature request to the support tracker (http://support.dotnetnuke.com)

 
New Post
12/9/2008 1:32 PM
 

Thanks Stefan. I just wanted to clarify the second question regarding the 'tab enter'. What i wanted to do is to be able to hit the 'enter' key after typing a search to get the results, rather than a two-step process (tab then enter or, mousing over and clicking the enter button). Isnt there a tabindex command you can add/edit or something? thank you. i wasnt really sure if i was clear on it..

 
New Post
12/9/2008 3:01 PM
 

You were clear on it.

And it is not that easy: http://www.beansoftware.com/asp.net-tutorials/accept-enter-key.aspx helps a bit into the right direction. I solved it by adding
 

txtSearch.Attributes("onkeydown") = " if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {__doPostBack('" + parent.cmdSearch.UniqueID + "','');return false;}} else {return true}; "

to  the Function SearchControl(ByVal ControlType As SearchControlTypes) inside SearchManager. Now if you are able to compile UDT3.x on your own, you can help yourself. I can't, I am not able to compile any Asp.Net 1.1 stuff anymore.

This enhancement will be included in "form and List", the upcoming successor of the User Defined Table


 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForm and ListForm and Listhighlight a search query result?highlight a search query result?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out