Forums

how to call a button or function from php code

attiliomilli 09 Jan, 2021
I am in cc6 and I would like to call a task button as a popup within the code I wrote in an custom html, how can I do?
$note=$this->get("rep_assistenze.row.tb_assistenze.note");

if($note!=""){
echo "<i class='icon sticky note outline red' title='".$note."'></i>";
//echo "<a href='#' title='".$note."'><i class='icon sticky note outline red' title='".$note."'></i></a>";
}

For now I have used TITLE but I would like a popup button.
thanks
Max_admin 20 Jan, 2021
Answer
what do you mean by calling a popup ? if you want to disable any view then you just use
{view:view_name}
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
You need to login to be able to post a reply.