Can you make me this way to come at the click of a button, the calendar?
Will be sent by adding a source.
function eXcell_inputImg(a){
this.cell=a;this.grid=this.cell.parentNode.grid;this.edit=function(){};
this.isDisabled=function(){
return!0};this.detach=function(){};
this.setValue=function(a){
this.cell.val=a;
this.cell.innerHTML=“”;
this.cell.childNodes[1].onclick=function(){
alert(this.parentNode.parentNode.idd,this.parentNode._cellIndex)
}
};
this.getValue=function(){
return this.cell.childNodes[0].value; // get value
}
}
eXcell_inputImg.prototype=new eXcell;
here you can find the example of attaching the calendar to html input.