Sha256: 63a73d8ae295cb71df5b25fd182d4ba6cff51ac057997038431700169c23f7a8
Contents?: true
Size: 638 Bytes
Versions: 28
Compression:
Stored size: 638 Bytes
Contents
<div class="mceTmpl"> <h2>Example Template</h2> <p>Adding a new template is easy. Just add a line to mce_options.rb and a the corresponding template file to javascripts/tiny_mce/templates.</p> <p>For example, this template lives in javascripts/tiny_mce/templates/example.htm. The entry for the template is found in mce_options.rb and is as follows:</p> <pre> MuckContents.configuration.raw_mce_options = 'template_templates : [ { title : "Example Template", src : "/javascripts/tiny_mce/templates/example.htm", description : "An example of how to add a template." } ]' </pre> </div>
Version data entries
28 entries across 25 versions & 8 rubygems