otuatail Posted October 19, 2007 Share Posted October 19, 2007 I am a php developer with no knoledge of javascript. I am creating a CMS site and I am having a small problem with the TinyMCE interface. I was able to work out how to remove the bulit buttons. The problem is it creates <p> in the output and I have been trying to see if I could remove this in the javascript. It seems to have something to do with the replace() function. the code below states what it is doing but I cant work it out in the code. // need to make some things invalid. <hr /> gets converted to <hr>. h = h.replace(/\s\/>/g, '>'); // too many slashes and letters for me ! Quote Link to comment Share on other sites More sharing options...
fenway Posted October 19, 2007 Share Posted October 19, 2007 Work it out? What do you mean/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.