You need to open/edit Dialog_InsertDocument.js file.
The following is the default function.
- function row_click(row)
- {
- var isdir;
- if(Browser_IsOpera())
- {
- isdir=row.getAttribute("isdir")=="true";
- }
- else
- {
- isdir=row.isdir;
- }
-
- if(isdir)
- {
-
- if(Event_GetSrcElement().nodeName=='INPUT')return;
-
- hiddenAction.value="changedir";
- hiddenActionData.value=row.getAttribute("path");
- window.PostBackAction();
- }
- else
- {
- var path=row.getAttribute("path");
- hiddenFile.value=path;
- var url=row.getAttribute("url");
- Window_GetElement(window,"TargetUrl",true).value=url;
-
- var htmlcode = row.getAttribute("htmlcode");
- if(htmlcode!=""&&htmlcode!=null)
- {
- do_preview(htmlcode);
- }
- else
- {
- try{
- Actualsize();
- }
- catch(x)
- {
- do_preview();
- }
- }
- }
- }
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx