Baidu Ueditor is really a very strong editor, powerful! But the actual development requirements are complex, there will always be a variety of non-conforming requirements, such as want to cancel multi-image upload "Image search" tab (this image search is really difficult to use)!
Take Ueditor 1.4.3 as an example:
1. Open ueditor1.4.3\dialogs\image\image.html
2. Delete Line 25th
<class= "tab" data-content-id= "Search">< ID= "Lang_tab_search"></var></span >
3. Delete line 101th to 114th:
<DivID= "Search"class= "Panel"><Divclass= "Searchbar"><inputID= "Searchtxt"class= "Searchtxt text"type= "text" /><SelectID= "SearchType"class= "SearchType"><optionvalue= "&s=4&z=0"></option><optionvalue= "&s=1&z=19"></option><optionvalue= "&s=2&z=0"></option><optionvalue= "&s=3&z=0"></option></Select><inputID= "Searchreset"type= "button" /><inputID= "Searchbtn"type= "button" /></Div><DivID= "SearchList"class= "SearchList"><ulID= "Searchlistul"></ul></Div></Div>
Save it!
Baidu Ueditor Editor Cancel image search in multi-image upload dialog box