Sha256: 22157a47a9dd7bbd4a05ff0ab7e0f0c54bf672c9cdc6adb8fa521610665af67b
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 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
3 entries across 3 versions & 1 rubygems