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
$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