Skip to content

Instantly share code, notes, and snippets.

View yooodooo's full-sized avatar
🏠
Working from home

Robin yooodooo

🏠
Working from home
  • JD
  • Chengdu China
View GitHub Profile
@yooodooo
yooodooo / easyui-editor-my97-datePicker
Created March 13, 2013 06:18
easyui add editor for my97 datePicker
$.extend($.fn.datagrid.defaults.editors, {
my97 : {
init : function(container, options) {
var input = $('<input class="Wdate" onclick="WdatePicker({dateFmt:\'yyyy-MM-dd\',readOnly:true});" />').appendTo(container);
return input;
},
getValue : function(target) {
return $(target).val();
},
setValue : function(target, value) {