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

Although I found this tool some time ago I just started learning experimenting and building this first component on Monday and now on Thursday afternoon it's already online. Although I already had a working version done with another tool this is much easier to build and at the end you have the freedom to own your own component. Once you know how to use Cook you will boost your productivity as the learning curve is really moderate compared to many other tools.
Giori (Forum)

Get Started