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 ! Link to comment https://forums.phpfreaks.com/topic/73942-simple-java-replace-help/ Share on other sites More sharing options...
fenway Posted October 19, 2007 Share Posted October 19, 2007 Work it out? What do you mean/ Link to comment https://forums.phpfreaks.com/topic/73942-simple-java-replace-help/#findComment-373239 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.