::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 416 Location: A'dam/Diemen, The Netherlands
|
Posted: Fri Nov 16, 2007 8:29 pm Post subject: [solution] Using tinyMCE in only 1 or more specifies textareas |
|
|
The tinyMCE editor comes standard with:
Code: | tinyMCE.init({
...
mode : "textareas",
...
});
...
<textarea id="elm1" ... |
however, if you only want to start the editor for some prefined textareas, change the code to:
Code: | tinyMCE.init({
...
mode : "exact",
elements : "elm1,elm2"
});
...
<textarea id="elm1" ......
<textarea id="elm2" ......
<textarea id="no_tinymce" ... |
|
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Fri Nov 16, 2007 8:29 pm Post subject: [solution] Using tinyMCE in only 1 or more specifies textareas |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Fri Nov 16, 2007 8:29 pm Post subject: [solution] Using tinyMCE in only 1 or more specifies textareas |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|