Skip to content

Instantly share code, notes, and snippets.

@cupertinobr
Last active April 22, 2023 11:26
Show Gist options
  • Save cupertinobr/fac0e9b5657dec9d9f718589d7d13e7e to your computer and use it in GitHub Desktop.
Save cupertinobr/fac0e9b5657dec9d9f718589d7d13e7e to your computer and use it in GitHub Desktop.
Add texto no footer - addFooterWidget
<?php
....
//Adicionar um texto ao footer do form
$addText = new TTextDisplay(FormService::getByAndAt($object), 'gray', 10, 'i');
$this->form->addFooterWidget($addText);
#contribuição https://github.com/fabricio-dev-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment