You are not logged in.
Pages: 1
Hi.
I need to make the FindReplace plugin work in textmode. I've modified the button config to this:
cfg.registerButton("FR-findreplace", this._lc("Find and Replace"),
editor.imgURL("ed_find.gif", "FindReplace"), true,
function(editor) { self.buttonPress(editor); });
cfg.addToolbarElement(["FR-findreplace","separator"], ["formatblock","fontsize","fontname"], -1);
}
With this code the button is enable in textmode, but when i click, it does nothing.
Does anyone know where do i have to modify the js to make it work. I need to change a lot of code and I don't want to copy it to another program to do it.
(Sorry for my english )
Sinceresly Thanks.
Offline
Sorry, but this plugin was developed to work only in html mode. It uses HTML tags to highlight the search terms.
Last edited by caugb (2007-01-24 12:18:32)
Offline
Pages: 1