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.100 seconds

This is what you call a component builder. I was able to master using this in a very short time and the resulting component works like a charm. Not just a basic component builder but a fully working component builder with forms fields tables all ready to go. You can make the list and item views to display in the front and back end. Also there is a great forum just starting to evolve and I'm sure this will grow very rapidly when you all realise how good this tool is.
Kevin (JED)

         

Get Started