[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/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/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/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 - radio com t:property
Página 1 de 1

radio com t:property

MensagemEnviado: Seg Jan 23, 2012 10:48 am
por marcofarnezi
Bom dia. Teria como montar uma lista de radio usan do uma tag t:property?

Att.

Re: radio com t:property

MensagemEnviado: Seg Jan 23, 2012 12:27 pm
por jtakata
Basta ter uma tabela ou List
<t:property name="cor" type="SELECT-ONE-RADIO" />
<t:property name="cor" type="SELECT-ONE-RADIO" itens="suascores"/>
Se você não especifica o type, o default é um combobox

Re: radio com t:property

MensagemEnviado: Seg Jan 23, 2012 8:36 pm
por rogelgarcia

Re: radio com t:property

MensagemEnviado: Ter Jan 24, 2012 9:22 am
por marcofarnezi

Re: radio com t:property

MensagemEnviado: Ter Jan 24, 2012 4:09 pm
por jtakata
Já tive esse problema também.
É só colocar includeBlank="false"

Re: radio com t:property

MensagemEnviado: Ter Jan 24, 2012 4:35 pm
por marcofarnezi

Re: radio com t:property

MensagemEnviado: Qua Jan 25, 2012 6:26 pm
por rogelgarcia