Changes between Version 7 and Version 8 of TicketNavPlugin


Ignore:
Timestamp:
May 13, 2011, 12:22:22 PM (13 years ago)
Author:
Franz
Comment:

Added examples of configuration

Legend:

Unmodified
Added
Removed
Modified
  • TicketNavPlugin

    v7 v8  
    124124== Example ==
    125125
    126 Displays ticket in HTML
     126=== Sample configuration of `TextAreaDescription` ===
     127
     128{{{
     129descr_template = <div style="white-space: normal; height: 250px; overflow:auto;text-align:left;" class="system-message">%s<div>
     130description_descr = <div style="font-weight: bold">Folgende Fragen sollen beantworten werden:<br/></div><ul><li>Was wurde gemacht?</li></ul>
     131}}}
     132
     133=== Sample configuration of `HtmlContent` ===
     134
     135{{{
     136[ticket]
     137description_format = html
     138editor_source = site/js/ckeditor/ckeditor.js
     139editor_replace = <script type="text/javascript">CKEDITOR.replace('@FIELD_NAME@', {toolbar: 'custom'});</script>
     140additional_css = site/css/add_ticket.css
     141}}}
    127142
    128143== Recent Changes ==