Sha256: 4d06f139ecc1df697b0494c60854c985b495a9c947d389ddf755ded3eeeec84f

Contents?: true

Size: 286 Bytes

Versions: 3

Compression:

Stored size: 286 Bytes

Contents

var WhowishWordHtmlHandler = WhowishWordContentHandler.extend({
	
  init: function(elem){
    this.element = elem;
  },
  
  setContent: function(content){
    $w(this.element).html(content);
  },
  
  getContent: function(){
    return $w(this.element).html();
  }
  
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whowish_word-0.1.6 lib/whowish_word/rails/public/javascripts/7_whowish_word_html_handler.js
whowish_word-0.1.5 lib/whowish_word/rails/public/javascripts/7_whowish_word_html_handler.js
whowish_word-0.1.4 lib/whowish_word/rails/public/javascripts/7_whowish_word_html_handler.js