Skip to content

Instantly share code, notes, and snippets.

@fayqLs
Created September 20, 2024 19:23
Show Gist options
  • Save fayqLs/455989854373484dcf3bc4f7818f4001 to your computer and use it in GitHub Desktop.
Save fayqLs/455989854373484dcf3bc4f7818f4001 to your computer and use it in GitHub Desktop.
AÇÃO DE SAÍDA DO TSpinner
<?php
// CONSTRUCT
$quantidade = new TSpinner('exemplo');
$quantidade->setExitAction(new TAction([$this,'onFuncao','static'=>1]));
//<userCustomFunctions>
public static function onFuncao($param = null)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment