-
-
Save cupertinobr/fac0e9b5657dec9d9f718589d7d13e7e to your computer and use it in GitHub Desktop.
Add texto no footer - addFooterWidget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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