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

TOPIC:

groupBy in Form 10 Nov 2013 18:18 #11566

  • ewajoom
  • ewajoom's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 36
  • Thank you received: 2
hi,

Serval errors in generated code for my component when I use FK select in a form.
$fieldSet['jform_idscale_target']->jdomOptions = array(
			'groupBy' => ,
			'list' => $this->lists['fk']['idscale_target']
);

That I had to modify :
$fieldSet['jform_idscale_target']->jdomOptions = array(
			'list' => $this->lists['fk']['idscale_target']
);

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

groupBy in Form 17 Nov 2013 00:55 #11650

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.
Coding is now a piece of cake

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

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

Hi guys Before I ask for help just like to say I tried the tutorials on how to make a 2.5 component WOW.... HECTIC!! J-Cook is really amazing in its simplicity!!
Dorac (Forum)  

Get Started