


I'm not a designer but if you need gif banners, I could propose something :)
// Mise à jour, le fichier n'est plus disponible au téléchargement
$h_oledrion_caddy->markCaddyAsNotDownloadableAnyMore($caddy);
CKEDITOR.on( 'instanceReady', function( ev )
{
ev.editor.dataProcessor.writer.setRules('p',
{
indent : false,
breakBeforeOpen : false,
breakAfterOpen : false,
breakBeforeClose: false,
breakAfterClose : false
}
);
ev.editor.dataProcessor.writer.setRules('ol',
{
indent : false,
breakBeforeOpen : false,
breakAfterOpen : false,
breakBeforeClose: false,
breakAfterClose : false
}
);
ev.editor.dataProcessor.writer.setRules('ul',
{
indent : false,
breakBeforeOpen : false,
breakAfterOpen : false,
breakBeforeClose: false,
breakAfterClose : false
}
);
ev.editor.dataProcessor.writer.setRules('li',
{
indent : true,
breakBeforeOpen : false,
breakAfterOpen : false,
breakBeforeClose: false,
breakAfterClose : false
}
);
});
/**
* Editor to use
*/
$cpto++;
$modversion['config'][$cpto]['name'] = 'bl_form_options';
$modversion['config'][$cpto]['title'] = "_MI_OLEDRION_FORM_OPTIONS";
$modversion['config'][$cpto]['description'] = '_MI_OLEDRION_FORM_OPTIONS_DESC';
$modversion['config'][$cpto]['formtype'] = 'select';
$modversion['config'][$cpto]['valuetype'] = 'text';
$modversion['config'][$cpto]['options'] = array(
_MI_OLEDRION_FORM_DHTML=>'dhtmltextarea',
_MI_OLEDRION_FORM_COMPACT=>'textarea',
_MI_OLEDRION_FORM_HTMLAREA=>'htmlarea',
_MI_OLEDRION_FORM_KOIVI=>'koivi',
_MI_OLEDRION_FORM_FCK=>'fckeditor',
_MI_OLEDRION_FORM_TINYEDITOR=>'tinyeditor',
// Addition
_MI_OLEDRION_FORM_CK=>'CKEditor',
'tinymce' => 'tinymce'
);
$modversion['config'][$cpto]['default'] = 'dhtmltextarea';
case 'ckeditor':
if ( is_readable(XOOPS_ROOT_PATH . '/class/ckeditor/ckeditor.php')) {
require_once(XOOPS_ROOT_PATH . '/class/ckeditor/ckeditor.php');
$editor = new XoopsFormFckeditor($caption, $name, $value);
}
break;
The standard chunk of Lorem Ipsum
used since the 1500s is reproduced below for those interested.
Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum"
by Cicero are also reproduced in their exact original form,
accompanied by English versions from the 1914 translation by H. Rackham.