Sha256: 54d823c51dd1e54a18e61c8ed7ee885e8d3aed4ed92d598c5b39680cfcfa468e
Contents?: true
Size: 360 Bytes
Versions: 33
Compression:
Stored size: 360 Bytes
Contents
var WhowishWordValueCreator = WhowishWordCommonCreator.extend({ identity: function() { return 'value'; }, getContent: function() { return $w(this.element).val(); }, setContent: function(content) { $w(this.element).val(content); }, instantiateAndGetContentHandler: function() { return new WhowishWordValueHandler(this.element); } });
Version data entries
33 entries across 33 versions & 1 rubygems