#2432: Unknown parser tag has brackets changed to < and >
--------------------------------------------+-------------------------------
  Reporter:  djb                            |       Owner:                   
      Type:  Bug                            |      Status:  new              
  Priority:  Normal                         |   Milestone:                   
 Component:  Project : MediaWiki+FCKeditor  |     Version:  FCKeditor 2.6.3  
Resolution:                                 |    Keywords:  Confirmed Review?
--------------------------------------------+-------------------------------
Changes (by arczi):

  * keywords:  Confirmed => Confirmed Review?


Comment:

 Usage:
 Add in LocalSettings.php:

 $RTEprotectedTags[ 'mytag' ] = array(
         'protect' => true, //false=wiki parsing, true=protect content as
 <special>
 );

 To define custom tag with attributes:

 $RTEprotectedTags[ 'source' ] = array(
         'args' => array('lang','arg2','arg3'),[[BR]]

         'protect' => true,
 );

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2432#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to