Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Search field shows searched value... 18 Jul 2013 21:55 #10520

Hi,

is it possible to have a search field showing searched value when the result is displayed ?

It would help the user to recall what he asked for...

Thanks in advance,
Best regards,

Fred

Please Log in or Create an account to join the conversation.

Search field shows searched value... 27 Jul 2013 13:26 #10608

Not many answers...

Here is the solution I found :
	$varstr = $this->filters['search_instsearch1']->input;
	if ($this->state->get('search.instsearch1'))
	{ 
		$varstr = str_replace("- Search -", $this->state->get('search.instsearch1'), $varstr);
	}
	echo $varstr;

I don't like it much... Not a very clean trick. If someone hjas a better solution, I'll eat it! If not, hope my solution will help someone.

Best regards,
Fred

Please Log in or Create an account to join the conversation.

Last edit: by Frederic. Reason: typo

Search field shows searched value... 16 Aug 2013 15:18 #10792

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.

Files changed : view.html.php of your concerned views.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Search field shows searched value... 29 Aug 2013 10:53 #10923

Effectivement. Merci !

Fred

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.063 seconds

I jumped and started to work on a demo component... but 2 days later this demo component became the real component. I just showed today the end result to my customer and he turned to me and said... "this is more than I expected"... All of this is because Cook did cut about 70% of my work and provided me more ways to improve the usability of the component. The end result was 17 tables all related between than to generate a full dashboard for the travel agents. Thanks for Cook developers for such great tool. This component would not be possible to be done at short time with all the features in it
Griiettner (Forum)  

Get Started