Results 1 to 4 of 4

Thread: quick search in all modules

  1. #1
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Unhappy quick search in all modules

    hello all,
    there is a functionality of quick search in all modules, in which if we start writing in those particular fields all other fields become blocked.
    do anyone know where this functionality is defined??
    thanking u,
    Heta.


    Can anybody help me out with this problem??!!!
    Last edited by heta; 2007-12-17 at 04:43 AM.

  2. #2
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Smile Re: quick search in all modules

    Done

  3. #3
    HolmesA's Avatar
    HolmesA is offline Sugar Community Member
    Join Date
    Nov 2007
    Posts
    109

    Default Re: quick search in all modules

    Hi heta,

    Can you share your knowledge regarding this with the community?
    How did you fix the problem?
    Last edited by HolmesA; 2007-12-18 at 07:30 PM.

  4. #4
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Talking Re: quick search in all modules

    Hi all,

    you can find the functionality in include/javascript/quicksearch.js

    search for the function sqsFilledOut(sqs_id)

    if((document.getElementById(j).value == '')) // condition

    invert the condition n find the solution,

    if((document.getElementById(j).value != '')) // inverted condition

    I have done it for some particular reasons, but it is a functionality which helps you a lot, so check the need before implementing..

    Hope it helps someone..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Multiple Conditions for Quick Search
    By tturaider2night in forum Help
    Replies: 4
    Last Post: 2008-04-21, 01:03 AM
  2. Help! Quick Search for Contacts Full Name
    By tturaider2night in forum Help
    Replies: 2
    Last Post: 2007-09-05, 02:28 PM
  3. Replies: 0
    Last Post: 2006-03-26, 03:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •