Feature #19598 » rtehtmlarea_feature_9775_2.patch
typo3/sysext/rtehtmlarea/mod3/class.tx_rtehtmlarea_browse_links.php (copie de travail) | ||
---|---|---|
return false;
|
||
}
|
||
';
|
||
// General "jumpToUrl" function:
|
||
// General "jumpToUrl" and launchView functions:
|
||
$JScode.='
|
||
function jumpToUrl(URL,anchor) {
|
||
var add_editorNo = URL.indexOf("editorNo=")==-1 ? "&editorNo='.$this->editorNo.'" : "";
|
||
... | ... | |
window.location.href = theLocation;
|
||
return false;
|
||
}
|
||
function launchView(url) {
|
||
var thePreviewWindow="";
|
||
thePreviewWindow = window.open("' . $GLOBALS['BACK_PATH'] . 'show_item.php?table="+url,"ShowItem","height=300,width=410,status=0,menubar=0,resizable=0,location=0,directories=0,scrollbars=1,toolbar=0");
|
||
if (thePreviewWindow && thePreviewWindow.focus) {
|
||
thePreviewWindow.focus();
|
||
}
|
||
}
|
||
';
|
||
return $JScode;
|
||
}
|
- « Previous
- 1
- 2
- Next »