[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Next Framework • Ver Tópico - Como usar "onclick" em campos tipo SELECT-ONE-RADIO

Como usar "onclick" em campos tipo SELECT-ONE-RADIO

Não deixe de perguntar, solucione aqui suas dúvidas...

Como usar "onclick" em campos tipo SELECT-ONE-RADIO

Mensagempor jtakata » Dom Out 09, 2011 9:06 pm

jtakata
 
Mensagens: 350
Data de registro: Seg Abr 26, 2010 11:04 pm

Re: Como usar "onclick" em campos tipo SELECT-ONE-RADIO

Mensagempor rogelgarcia » Sáb Out 15, 2011 5:58 pm

Não é possível associar eventos diferentes para cada radio. Terá que associar o mesmo a todos. Poderá pegar o valor selecionado com this.value e saber se está selecionado com this.selected

Exemplo:

<t:property name="simNao" type="SELECT-ONE-RADIO" includeBlank="false" onclick="alert('valor: '+this.value+' selected: '+this.selected) " ...

Se quiser eventos diferentes para cada opcao, terá que fazer cada opcao manualmente e entao colocar o valor desejado
rogelgarcia
Administrador
 
Mensagens: 674
Data de registro: Qua Jul 08, 2009 9:02 am

Re: Como usar "onclick" em campos tipo SELECT-ONE-RADIO

Mensagempor jtakata » Sáb Out 15, 2011 6:41 pm

É...
Acabei fazendo manualmente.
Mas vou testar a sua dica assim que possível.
Muito obrigado e abraços.
Jorge
jtakata
 
Mensagens: 350
Data de registro: Seg Abr 26, 2010 11:04 pm


Retornar para Dúvidas

Quem está online

Usuários vendo este fórum: Nenhum usuário registrado online e 3 visitantes

cron