Warning: Undefined array key "path" in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 53

Warning: Trying to access array offset on value of type null in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 53

Warning: Undefined array key "path" in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 54

Warning: Trying to access array offset on value of type null in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 54

Warning: Undefined array key "path" in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 55

Warning: Trying to access array offset on value of type null in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 55

Warning: Undefined array key "path" in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 56

Warning: Trying to access array offset on value of type null in /www/wwwroot/dev.fotoferia.pl/public/js/tinymce-3.5.8/plugins/tinybrowser/config_tinybrowser.php on line 56
function tinyBrowser (field_name, url, type, win) { /* If you work with sessions in PHP and your client doesn't accept cookies you might need to carry the session name and session ID in the request string (can look like this: "?PHPSESSID=88p0n70s9dsknra96qhuk6etm5"). These lines of code extract the necessary parameters and add them back to the filebrowser URL again. */ var cmsURL = "/js/tinymce-3.5.8/plugins/tinybrowser/tinybrowser.php"; // script URL - use an absolute path! if (cmsURL.indexOf("?") < 0) { //add the type as the only query parameter cmsURL = cmsURL + "?type=" + type; } else { //add the type as an additional query parameter // (PHP session ID is now included if there is one at all) cmsURL = cmsURL + "&type=" + type; } tinyMCE.activeEditor.windowManager.open({ file : cmsURL, title : 'Tiny Browser', width : 770, height : 480, resizable : "yes", scrollbars : "yes", inline : "yes", // This parameter only has an effect if you use the inlinepopups plugin! close_previous : "no" }, { window : win, input : field_name }); return false; }