Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7549515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:57:48+00:00 2026-05-30T09:57:48+00:00

where I want tu put an initial value. I have seen that quicksearch has

  • 0

where I want tu put an initial value.
I have seen that quicksearch has ‘q’ element but I can’t access it, for example this does not find the q element:

$quickSearch->getElement('q');

How can I access the quicksearch in order to set an initial value?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T09:57:49+00:00Added an answer on May 30, 2026 at 9:57 am

    Looking at the source of it can help you find things out. Agile Toolkit is designed in a way where developer should take advantage of the knowledge of the source code.

    QuickSearch is derived from Filter which is derived from Form, so there should be addField somewhere. Looking at the QuickSearch, you’ll find it inside recallAll() function. There are no calls to this functions so we should look into the parent class – Filter.

    Filter sets up a hook in api to call recallAll after initialization have been finished. That means to be able to access the field you can either redefine a method or add a hook yourself.

    Hook:

    $this->api->addHook('post-init',function() use($quickSearch){
        $quickSearch->getElement('q')->set('hello');
    });
    

    Extending

    class MyQuicksearch extends QuickSearch {
        function recallAll(){
            parent::recallAll();
            $this->getElement('q')->set('hello');
        }
    }
    

    Finally you can take advantage of knowing where recallAll is loading their default values from and simply do this:

    $quicksearch->memorize('q','hello');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hey, hi i want put limit on object creation means a class can have
I have a page layout for my MOSS '07 site that I want put
How to put into applet initial parameters without using this: <param name=foo value=bar></param> I
I want to write an application which has 2 EJBs. This application can run
I want to put a sharpen filter on an image. I have found a
i want to put the id into the colorbox below this code nom works
I have a set of objects I want to put into an array and
I have recently learned that you can use a neat switch statement with fallthrough
I've projected an Intranet Ajax application and I want put it in a full
I want to put a copyright notice in the footer of a web site,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.