________________________________
EDIT:
It appeats I can't write "java script:" without the space, or the forum will change it into (tammairanslip).
Please remove the spaces yourself.
________________________________
The XoopsFormButton is defined in /class/xoopsform/formbutton.php like this:
function XoopsFormButton($caption, $name, $value="", $type="button")
The type of the button can be "submit", "reset" or "button" Button is default.
The name string is also used for the ID.
Here's an example on how to add it to your form:
$my_button = new XoopsFormButton('My test button', 'SomeName', 'ValueOrCode', 'button');
$form->addElement($my_button);
Since you want a popup, I suggest you add some javascript to the value string.
Something like this:
$my_button = new XoopsFormButton('My test button', 'SomeName', 'java script:openWithSelfMain("".XOOPS_URL."index.php","MySite",450,380);', 'button');
$form->addElement($my_button);
Note; The above code is untested - but should be pretty close to the real deal.
Hope it helps.
I'm Danish, so portuguese isn't my storng side...
Luckily translate.google.com provided this translation:
*******************************************************
________________________________
EDITAR:
Ele appeats eu não posso escrever de “o certificado java: ” sem o espaço, ou o forum mudá-lo-á em (tammairanslip). Remover por favor os espaços você mesmo.
________________________________
O XoopsFormButton é definido em /class/xoopsform/formbutton.php como este:
function XoopsFormButton($caption, $name, $value="", $type="button")
O tipo da tecla pode ser “submit”, "RESET" ou tecla da “button” é o defeito.
A corda conhecida é usada também para o ID.
Está aqui um exemplo em como adicioná-la a seu formulário:
$my_button = new XoopsFormButton('My test button', 'SomeName', 'ValueOrCode', 'button');
$form->addElement($my_button);
Desde que você quer um popup, eu sugiro que você adiciona algum Javascript à corda do valor.
Qualquer outra coisa semelhante:
$my_button = new XoopsFormButton('My test button', 'SomeName', 'java script:openWithSelfMain("".XOOPS_URL."index.php","MySite",450,380);', 'button');
$form->addElement($my_button);
Nota; O código acima é untested - mas deve ser bonito perto do negócio real.
Esperança que ajuda.