Skip to content

Instantly share code, notes, and snippets.

@carlosleonam
Forked from cupertinobr/.php
Created April 22, 2023 11:26
Show Gist options
  • Save carlosleonam/2fba4bf0a2400ed506cef9682f67fcdc to your computer and use it in GitHub Desktop.
Save carlosleonam/2fba4bf0a2400ed506cef9682f67fcdc 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