Changes between Version 1 and Version 2 of Ticket #2042, comment 3
- Timestamp:
- 01/05/15 19:56:44 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2042, comment 3
v1 v2 2 2 3 3 A priori, externalMedia et noembedMedia, et peut-être d'autres, devront être repris si on ajoute ce paramètre à l'appel. 4 5 Ex : dans _admin.php de externalMedia, le callback du behaviour a comme signature : 6 7 {{{ 8 public static function adminPostEditor($editor='',$context='',array $tags=array()) 9 }}} 10 11 Si on appelle ça avec ('dcCKEditor','post',array('#post_content'),'xhtml'), ça va couiner sur le 4e argument (ou alors j'ai pas compris un truc ?)