Text::_('COM_TF_SELECT'),
'url' => $url,
'height' => '400px',
'width' => '800px',
'bodyHeight' => '70',
'modalWidth' => '80',
'footer' => '',
)
);
return $html;
}
public static function select_button($value, $id, $modal_id)
{
$html = '';
return $html;
}
public static function clear_button($value, $id)
{
$html = '';
return $html;
}
}