Forum


11:13

Moderators
30/10/2007

Hello,
You can use the serch button here in the forum - word datepicker.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
I used that and found that, but it doesn't work(I can't see the datepicker window) :
jQuery(document).ready(function(){
jQuery(”#editgrid”).jqGrid({
url:'get.php',
datatype: “json”,
colNames:['Id','Havuz','Tarih', 'Giren', 'Çıkan','Ortalama','Açıklama'],
colModel:[
{name:'id',index:'id', width:40, align:"center"},
{name:'havuz',index:'havuz', width:90, align:"center", editable:true, editoptions:{size:5}},
{name:'tarih',index:'tarih', width:80, editable:true, editoptions:{size:10}, sorttype:"date"},
{name:'giren',index:'giren', width:90, editable:true, editoptions:{size:5}},
{name:'cikan',index:'cikan', width:60, align:"right", editable:true, editoptions:{size:5}},
{name:'ortalama',index:'ortalama', width:60, align:"right"},
{name:'aciklama',index:'aciklama', width:200, align:"right", editable:true, edittype:"textarea", editoptions:{rows:"2",cols:"20"}}
],
height:260,
width:600,
rowNum:10,
rowList:[10,20,30],
imgpath: 'themes/basic/images',
pager: jQuery('#pagered'),
sortname: 'id',
viewrecords: true,
sortorder: “desc”,
caption:”Yeni Kayıt Ekleme Formu”,
editurl:”ekle.php”
});
$(”#bedata”).click(function(){
jQuery(”#editgrid”).editGridRow(”new”, {addCaption: “Kayıt Ekle”, bSubmit: “Kaydet”, bCancel: “Vazgeç”, processData: “Kaydediyor…”});
onInitializeForm: function(formid) {
$(”#tarih”,formid).datepicker({dateFormat:”yy-mm-dd”,showOn:'focus'});
}
});
});
I'm sorry, the right code below 🙂 I found my problem.
$(”#bedata”).click(function(){
jQuery(”#editgrid”).editGridRow(”new”, {addCaption: “Kayıt Ekle”, bSubmit: “Kaydet”, bCancel: “Vazgeç”, processData: “Kaydediyor…”, onInitializeForm: function(formid) {
$("#tarih",formid).datepicker({dateFormat:"yy-mm-dd"});
Most Users Ever Online: 715
Currently Online:
69 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66