i Used Below coding but not showing:
Procedure Form3.DataTableClick(Event: TDOMEvent);
var
datatable:array of string;
Begin
// Pickvalue(container1.GetCtrlHTMLID);
pop('datatable');
End;
Function pop(datatable:array of string);['optimize=false','obfuscate=false']; Javascript;
(*!
webix.ui({
view:"window",
height:250,
width:300,
left:50, top:50,
move:true,
head:"This window can be moved",
body:webix.copy(datatable)
}).show();
*)