karthick2014 / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Support form reset buttons #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Something like this at the end of init():

$('form').bind('reset', function () {
    self.setContent(self.original.defaultValue);
});

Original issue reported on code.google.com by timdashryan@gmail.com on 13 Jul 2008 at 5:51

GoogleCodeExporter commented 8 years ago
Fixed at Revision 25

Original comment by joksnet on 26 Sep 2008 at 1:21