2015년 5월 17일 일요일 오전 9시 45분 9초 UTC+9,
al...@wedosoft.net 님의 말:
Hi Pankaj,
I've got one more question.
I'm trying to use history widget in custom widget.
custom widget id: id_dialog
history widget id : id_revisions
To get comment history, I used getCompleteHistory method.
var temp = id_dialog.id_revisions.getCompleteHistory();
for (i=0;i<temp.length;i++) {
window.console.log(temp[i].comment);
}
Attached file is sample history widget. In this case, temp[0] returns null. temp[1~3] is ok.
I wonder the reason why getCompleateHistory method doesn't return [0] point.
Could you check this?
If I got missing, please let me know.
Regards,
Alan.