Sha256: a1d229fe26d45281ba062fa6c82ab9c01f6618eebae2e88428298f6910a5145e
Contents?: true
Size: 475 Bytes
Versions: 2
Compression:
Stored size: 475 Bytes
Contents
wysihtml.commands.fontSize = (function() { var REG_EXP = /wysiwyg-font-size-[0-9a-z\-]+/g; return { exec: function(composer, command, size) { wysihtml.commands.formatInline.exec(composer, command, {className: "wysiwyg-font-size-" + size, classRegExp: REG_EXP, toggle: true}); }, state: function(composer, command, size) { return wysihtml.commands.formatInline.state(composer, command, {className: "wysiwyg-font-size-" + size}); } }; })();
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wysihtml-rails-0.6.0.beta2 | vendor/assets/javascripts/wysihtml/extra_commands/fontSize.js |
wysihtml-rails-0.6.0.beta | vendor/assets/javascripts/wysihtml/extra_commands/fontSize.js |