Home Community Uploads
image

Cireson Partners, Customers and Community members share your customizations and examples here to help benefit the community as a whole to earn Kudos and badges.

DISCLAIMER

All files and projects located here are provided and come "as-is" and without any warranty or support. Use at your own risk. Your use of Community Uploads is subject to our Terms of Use.

Cireson does not and will not support or maintain these enhancements, extensions, and scripts.

For Team Cireson uploads click here.

Announcement Template Function

Mikkel_MadsenMikkel_Madsen Customer Advanced IT Monkey ✭✭✭

This one is inspired by @Justin_Workman and his KB Templates https://community.cireson.com/discussion/5136/kb-templates

I have added a template dropdown list to the announcement editor toolbar

Notes: This script uses the W3.CSS framework - add it to the top in your custom.ccs stylesheet to make it work correctly - se more: https://www.w3schools.com/w3css/default.asp

You can make your own templates and add them to the list by edit the variable

var templateFileNames = ["Ny driftsforstyrrelse", "Opdater status", "Fejlen er løst", "Planlagt driftsforstyrrelse"];

You can make intelligent timestamp in your templates by using {{timestamp}} or {{nextStatus}} in the template code.

Be careful not to use other html code than the announcement editor provides you with – else you can break the top announcement bar because it can’t render it

  

Sign In or Register to comment.