close   


DokuwikiFCK is no longer being supported.
It has been superceded by fckgLite and ckgedit.
close   
namespace:
close   
All questions, bug fixes, and feature requests should go through the mailing list. To subscribe to the list, do one of the following:

1. Send an email to fckglite-request@freelists.org with 'subscribe' in the Subject field
2. Visit the fckgLite page at http://www.freelists.org/list/fckglite
3. Or click the subscribe link below

Subscribe
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nl:plugin_toepassen [2013/09/11 17:56]
nl:plugin_toepassen [2013/09/11 17:56] (current)
Line 1: Line 1:
 +===== Plugin toepassen =====
 +
 +
 +Als voorbeeld gebruiken we de tag plugin.
 +
 +
 +Wanneer je volgende code ingeeft:
 +
 +
 +<​code>​
 +{{tag>​books cds videos}}
 +</​code>​
 +
 +
 +Zal je na het opslaan en terug openen van de pagina het volgende zien:
 +
 +
 +<​code>​
 +{ {tag>​books cds videos} }
 +</​code>​
 +
 +
 +Er zijn nu spaties tussen de accolades te zien. Laat de code zoals ze is. Bij het opslaan wordt de syntax correct weggeschreven.
 +
 +
 +Wil je meer tags toevoegen, dan haal de je spaties wel weg en voeg je de nieuwe tags toe:
 +
 +
 +<​code>​
 +{{tag>​books cds videos songs}}
 +</​code>​
 +
 +
 +Of bewerk je complexe syntax in de plugin tekstverwerker.
 +
 +
 +    - Markeer de plugin syntax
 +    - Klik op de plugin tool
 +    - Vink “bewerk syntax plugin” aan
 +    - Wijzig de code.
 +
 +
 + \\ De plugin tekstverwerker is niet onfeilbaar omdat er te veel plugins met te veel syntax varianten bestaan. Dus bij bewerken van complexe plugin syntax steeds checken of de syntax correct is.
 +
 +
 +[[handleiding|Terug]]