You can create document templates to be used in the rich text editor. This allows your admins to create HTML templates that users can select from a dropdown and insert into the editor textarea. If you create a lot of documents using a uniform layout, this saves you time and effort by creating a standard HTML template layout.
For a space
Templates created in a space can only be used when creating content in that space. You cannot share templates between spaces. If you want a template available in multiple spaces, you will need to create that template within each space.
For the top-level community
Templates created in the Control Panel can only be used when creating content in the top-level community.
We currently allow two variables to be used in rich editor templates.
Example usage:
Name: {$username} Date: {$todaysdate}
Name: {$username}
Date: {$todaysdate}
When a user selects the template, the variables will be replaced with actual values.
Here is a sample template for creating a 15Five report. To use the sample:
<div class="mceTmpl"> <p><strong>15Five Report</strong></p> <p><strong>Name:</strong> {$username}</p> <p><strong>Week ending:</strong> {$todaysdate}</p> <h2>Accomplishments for the week:</h2> <p>(List completed activities and notable accomplishments. In general, what is working? What is your current situation?)</p> <ul> <li>Start here</li> </ul> <h2>Priorities for next week:</h2> <p>(Be specific.)</p> <ul> <li>Start here </li> </ul> <h2>Challenges/Roadblocks:</h2> <p>(Describe potential challenges that may impede your intended tasks/goals.)</p> <ul> <li>Start here </li> </ul> <h2>Lessons Learned/Opportunities for Improvement:</h2> <p>(List any area that might benefit from improvement; questions you are trying to solve; lessons recently learned or relearned.)</p> <ul> <li>Start here </li> </ul> </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/26842/rich-editor-templates-guide
Your session has expired. You are being logged out.