Top Poster
#1 ramon fincken 416
#2 Site admin 3
#3 Ber|Art 2
#4 braddmark 1
#5 accentmedia 1
#6 Xarzu 1
#7 khadish 1
#8 moxxx 1
#9 nistelrock 1
#10 Justin-ServerPilot 1
[solution] Using tinyMCE in only 1 or more specifies textareas



Rating : 3 / 5

 
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> HTML and other markup&programming languages
Beta
Want to be notified by email when this topic gets a reply?  
:: 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

PostPosted: Fri Nov 16, 2007 8:29 pm    Post subject: [solution] Using tinyMCE in only 1 or more specifies textareas Reply with quote

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
View user's profile Send private message Visit poster's website
Google adsense
Advertisement





PostPosted: 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





PostPosted: Fri Nov 16, 2007 8:29 pm    Post subject: [solution] Using tinyMCE in only 1 or more specifies textareas

Advertisement
Gravity Forms Plugin for WordPress
Back to top
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> HTML and other markup&programming languages All times are GMT
Page 1 of 1

 
Jump to:  
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
General forums
The world of freelance
Programming
Other projects
Poll
I love gifts

Yes goodies and presents! [3]
No but I love polls ! [1]

Related google ads