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

Version Path
whowish_word-0.1.6 lib/whowish_word/rails/public/javascripts/6_whowish_word_value_creator.js
whowish_word-0.1.5 lib/whowish_word/rails/public/javascripts/6_whowish_word_value_creator.js
whowish_word-0.1.4 lib/whowish_word/rails/public/javascripts/6_whowish_word_value_creator.js