Sha256: 5fa0c74ea15eb3192d5dd3f2bb653cde4c6edc167fbb5852419dac9d827f9e18
Contents?: true
Size: 358 Bytes
Versions: 33
Compression:
Stored size: 358 Bytes
Contents
var WhowishWordHtmlCreator = WhowishWordCommonCreator.extend({ identity: function() { return 'html'; }, getContent: function() { return $w(this.element).html(); }, setContent: function(content) { $w(this.element).html(content); }, instantiateAndGetContentHandler: function() { return new WhowishWordHtmlHandler(this.element); } });
Version data entries
33 entries across 33 versions & 1 rubygems