[Typo3-typo3org] Need help for further developement

Thomas Schulze thomas.schulze at outraxx.de
Fri Nov 18 10:26:59 CET 2005


Hi List,

if i select in the Typo3-Filebrowser a link (to a Typo3-Page for example),
i´ll get back the ID from this page, no matter if the SimulateStaticDocument
is set or any "realURL"-EXT is loaded.

There is following code in the Filebrowser:

<-- Snip -->

function updateValueInMainForm(input) { //
  var field = checkReference();
  if (field) {
   field.value = input;

 window.opener.setTheValue('data[tt_content][10][bodytext]',input);
 window.opener.TBE_EDITOR_fieldChanged('tt_content','10','bodytext','data[tt_content][10][bodytext]');  } }<-- snip -->The codeelement "setTheValue" is my own, transmitted in the URL totheFilebrowser. But what i mean is in the varibable "input". Because thisthe"Returnvalue" from the HTML-Code (The list of pages).Any Hints?--Gruß/RegardsThomashttp://www.outraxx.de | http://www.hosting4typo3.de




More information about the TYPO3-team-typo3org mailing list