Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 3:43 am (All times are UTC )

 




Post new topic Reply to topic  [ 1 post ] 
Author Message
Posted: Mon Nov 17, 2008 1:05 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Oct 10, 2007 12:39 pm
Posts: 4
Hey all,

I try to make a radiolist using the Joomla! 1.5 functions. One of them is yesnoRadioList which uses radioListArr. Something goes wrong at radioListArr (bug??).

I tried different things, but somehow the value attribute stays empty (value=""). I searched for an exsample in an other component, but I couldn't find one. What's let me think it's a bug, because it is not used by anyone else. ;)

Does anybody know what I'm doing wrong, or is it a bug?

Thnx!!


Edit:
Solved!!:

I use this now:
Code:
   $arr = array( 'Redirect','Button' );
            
   $optios=array();
   $options[]=JHTML::_('select.option','0','Button');
   $options[]=JHTML::_('select.option','1','Redirect');
   
   echo JHTML::_('select.booleanlist', $this->payment_code.'_REDIRECT', 'class="inputbox"', $conf_data[$this->payment_code .'_REDIRECT'], 'Redirect', 'Button' ) ;


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group