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

TOPIC:

JDOM: Label for radio input field 05 Sep 2013 13:08 #10998

Hi,
I noticed a little conflict when more radio fields with the same name (but different group) are in the same form.
example:
jform[mygroup1][published]

and
jform[mygroup2][published]

they are different but the labels are generated with the same name, and this cause a bug.

quick and dirty solution (as usual :) ):
the line 110 on \dom\html\form\input\radio.php :
$id = $this->dataKey . '_' . $i;

should be:
$id = "<%DOM_ID%>_" . $i;
The following user(s) said Thank You: admin

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

Last edit: by Tomaselli.

JDOM: Label for radio input field 05 Sep 2013 13:39 #11003

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

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

JDOM: Label for radio input field 05 Sep 2013 13:39 #11004

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Not dirty at all.

Thanks. K++
Coding is now a piece of cake
The following user(s) said Thank You: Tomaselli

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

JDOM: Label for radio input field 06 Sep 2013 08:24 #11011

thanks for the fix.

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

  • Page:
  • 1
Time to create page: 0.079 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