Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] enumeration radio does not work

enumeration radio does not work 05 Dec 2016 03:14 #14814

  • jeisonsan
  • jeisonsan's Avatar
  • Offline
  • Junior Member
  • Posts: 25
  • Karma: 0
In the components I have already done, if you upgrade, the radio does not work anymore,
Error location
/libraries/jdom/html/form/input/select/radio.php on line 76
Last Edit: 07 Dec 2016 00:47 by jeisonsan.
The administrator has disabled public write access.

enumeration radio does not work 07 Dec 2016 00:45 #14816

  • jeisonsan
  • jeisonsan's Avatar
  • Offline
  • Junior Member
  • Posts: 25
  • Karma: 0
When the input is of type enumeration and format radio does not display anything.
I need to update some components and finish but without this working will harm me.
Last Edit: 07 Dec 2016 00:46 by jeisonsan.
The administrator has disabled public write access.

enumeration radio does not work 07 Dec 2016 12:30 #14819

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Ah... ok.
With enumeration, I didn't tried. That's why.

When you precise the context (PTL), it is always more easy for me to find out the bugs.
Hold on. I am fixing that.
Coding is now a piece of cake
The administrator has disabled public write access.

enumeration radio does not work 07 Dec 2016 13:14 #14822

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Fixed.

Also, when you use Bootstrap radio buttons, you can specify the color and Icon in your enumeration list (manual, but simple)
return array(
	'my_value' => array(
		'value' => 'my_value',
		'text' => 'MY_LANG_STRING_FOR_THE_TEXT',

// ICON
		'icon' => 'cog',

// BOOTSTRAP COLOR
		'color' => 'danger',
	),

	...
Coding is now a piece of cake
The administrator has disabled public write access.

enumeration radio does not work 07 Dec 2016 13:23 #14823

  • jeisonsan
  • jeisonsan's Avatar
  • Offline
  • Junior Member
  • Posts: 25
  • Karma: 0
Thank you
The administrator has disabled public write access.

enumeration radio does not work 17 Dec 2016 20:31 #14855

  • jeisonsan
  • jeisonsan's Avatar
  • Offline
  • Junior Member
  • Posts: 25
  • Karma: 0
Now it is no longer displayed as a radio, but as select
The administrator has disabled public write access.
Time to create page: 0.129 seconds

Get Started