Hello,
I want to add link in the dhtmlxgrid . is it possible if yes ythen please tell me how it is possible.
this is the link i want to add in my code.
Create/ Open Window 3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
“http://www.w3.org/TR/html4/loose.dtd”>
<!-- addd for multiple select dropdown —>
<!-- addd for multiple select dropdown —>
|
||||||||||||||
| ||||||||||||||
<?php $res=mysql_connect(“localhost”,“root”,"");
mysql_select_db(“kanibrainnew1”);
require_once("…/dhtmlxConnector_php/codebase/grid_connector.php");
$grid = new GridConnector($res);
$grid->dynamic_loading(100);
// $grid->render_table(“products”,“nm”,“code,num_val,shotid,shotstatus,taskid,taskref,tasknote,userid,taskstatus,start_date,end_date,alloted_mandays,task_priority,next_sub,actual_manday”);
$projID=$_REQUEST[‘projid’];
//$grid->enable_log(“temp_log”,true);
//$grid->event->attach(“beforeUpdate”,myUpdate);
//function myUpdate($action){
/echo “kjgkjgk”.$action;
echo “
”;
echo “UPDATE shotTaskArtist SET userID=’{$action->get_value(‘name’)}’ WHERE id=’{$action->get_id()}’”;
exit;
mysql_query(“UPDATE shot SET userID=’{$action->get_value(‘name’)}’ WHERE id=’{$action->get_id()}’”);
$action->success();/
//}
//if($grid->is_select_mode()){//code for loading data
$grid->render_sql(“select * from shot,shotTaskArtist where shotTaskArtist.projID = shot.projID and shot.projID=‘om’ and shotTaskArtist.shotID = shot.shotID”,“shotID”,“shotID,shotStatus,taskID,TaskREF,task_note,mandays,userID,taskStatus,startDate,endDate,priority,naxt_sub,last_sub,actualMandays,supervisorName”);
//}
//else
//{
// $grid->render_sql(“select * from shot,shotTaskArtist where shotTaskArtist.projID = shot.projID and shot.projID=‘om’ and shotTaskArtist.shotID = shot.shotID”,“shotID”,“shotID,shotStatus,taskID,TaskREF,task_note,mandays,userID,taskStatus,startDate,endDate,priority,naxt_sub,last_sub,actualMandays,supervisorName”);
//}
?>
this is my code please reply me as soon as possible