DrupalBin
Submit Code
About
Recent Posts
Code
15 min 51 sec
ago
Fix for Code
1 hour 29 min
ago
Code
1 hour 30 min
ago
example array
1 hour 41 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
TinyMCE
html friendly tynicme configuration
May 26, 2008 - 5:37am — Anonymous
<script
type
=
"text/javascript"
>
tinyMCE.init({
convert_newlines_to_brs : true,
force_br_newlines : true,
force_p_newlines : false,
convert_fonts_to_spans : true,
cleanup : true,
TinyMCE
Read more
enable / disable TinyMCE via template.php (Login/Logout Fix)
March 25, 2008 - 1:20am —
Ricc
<?php
/**
* Customize a TinyMCE theme.
*
* @param init
* An array of settings TinyMCE should invoke a theme. You may override any
* of the TinyMCE settings. Details here:
*
template.php
TinyMCE
Read more