Opened 18 years ago
Closed 18 years ago
#521 closed New Feature (duplicate)
Make the Find/Replace Button work in Source mode
Reported by: | Arun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hi,all
Im using FCKEditor v2.4.2 i need to enable the find and replace button in source view and to work. I enabled the Find and Replace by
case 'Find':B=new FCKToolbarButton('Find',FCKLang.Find,null,null,true,null,16);break;case 'Replace':B=new FCKToolbarButton('Replace',FCKLang.Replace,null,null,true,null,17);break;
But its not working..
dup of #158