Explain titleReplace.

This commit is contained in:
Michael Teeuw 2016-04-01 15:53:28 +02:00
parent 44c0f409a9
commit 2cc05e1878

View File

@ -96,6 +96,16 @@ The following properties can be configured:
<br><b>Default value:</b> <i>An example calendar.</i> <br><b>Default value:</b> <i>An example calendar.</i>
</td> </td>
</tr> </tr>
<tr>
<td><code>titleReplace</code></td>
<td>An object of textual replacements applied to the tile of the event. This allow to remove or replace certains words in the title.<br>
<br><b>Example:</b> <br>
<code>
titleReplace: {'Birthday of ' : '', 'foo':'bar'}
</code>
</td>
</tr>
</tbody> </tbody>
</table> </table>