Skip to content

Commit

Permalink
📝 APP #192 exemplo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Feb 12, 2021
1 parent bf4e4db commit ba0d281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appexemplo_v1.0/app/control/forms/fields/exe_TButton.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ public function __construct()
$buttonLateral->setParameter('conteudo','2222');
$buttonLateral->setPopover('Cortina Lateral','right',$msg.'2222');

$msg = $frm->addButton('Msg JS','msgjs','onSave1',null,'Devo executar?',true,false,'far:check-circle green');
$msg->setPopover('Mensagem JS','bottom','Botão com Confirmação em JS incluida');

//$frm->addButton($this,'Limpar', null, 'Limpar', null, null, false, false);
//$frm->addButton($this,'Exemplo 09 - img', null, 'act09', null, null, true, false,'joia.gif');
//$frm->addButton($this,'Exemplo 09 - img desabilitado', null, 'act09d', null, null, true, false,'joia.gif','joia_desabilitado.gif');
Expand Down

0 comments on commit ba0d281

Please sign in to comment.