[TYPO3] TinyRTE and links button [trying to solve]

Tapio Markula tapio.markula at dnainternet.net
Fri May 26 19:57:34 CEST 2006


Cyprian Kowalczyk wrote:
> On Fri, 26 May 2006 16:42:23 +0200, Tapio Markula  
> <tapio.markula at dnainternet.net> wrote:
> 
>> well '&curURL[target]' is IMO ok - see 'curUrl[href]'
> 
> 
> curURL and curUrl are two separates arrays.

ok but I don't have found problems with target-attribute

>> Title is not necessary information.
> 
> It doesn't work if you try to edit the link and because it is available  
> I'd like to use it.
> So why there is a field called 'title' in the object browser?...

Ok it is handy if you don't beforehand select an area.
If inlinepopup doesn't exist the field doesn't exist.
Anyway this is not an important feature.

In fact using 4.0 there is the field 'title' but using 3.8.1 it
doesn't exit in the pop-up dialog for defining links.

You are right - this is a little bit problematic issue
and worse with 4.0. Using 3.8.1 doesn't matter because there
is not the field 'title' in the dialog.


>>   2. TinyRTE detects internal links in the wrong way, it checks:
>>     var fz=curr.indexOf("?")+4;
>> But if the external link is, f.e., www.sthng.com?id=123, it will be   
>> detected as internal link (because of '?' sign).
>>  I tested
>> http://www.mypress.fi/index.php?id=601
>>  No problem. External url, e-mail link and file don't work
>> if inlinepopup-folder exists. But I have not found
>> problems if the folder has been deleted.
> 
> 
> What Typo3 version do you use?

I have tested with 3.8.1 and 4.0.

some test with 4.0:

<a href="http://www.koe.fi/index.php?id=foo" target="_blank" 
class="undefined">external link</a><br />
<a href="http://www.mypress.fi/?id=682" class="undefined">internal link</a>

3.8.1 behaves the same way here

note that /?id= is fully functional. I don't have found really problems 
here.



More information about the TYPO3-english mailing list