issue 987: fixed a bug of list writer

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9886 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-11-29 06:58:23 +00:00
parent 3511ca8248
commit 967a9b3014

View file

@ -1998,7 +1998,7 @@ var ListWriter = xe.createPlugin('ListWriter', {
.focus(function(event){ return self.onfocus(seq, event) });
},
new_item : function(returnObj) {
var html = '<li><input type="name" /></li>';
var html = '<li><input type="text" /></li>';
return returnObj?$(html):html;
},