Hi,
I would like to add a Popup link type to the link plugin. So that it automatically adds an
onClick="window.open(this.href);return false;"
to the <a> tag.
An alternative would be to include an onClick input field once more, where you can enter the popup command by hand. I remember v3 where you could set the target and a bunch of other things in the edit dialog of a link. Since target is no valid in all recent html versions the onClick solution would be nice.
Since this is probably an often asked for feature, but I still wasn't able to find a patch. Do you know of one or do I actually have to write it myself?
Regards
Armin
OK, I took a look at config
OK, I took a look at config.linkShowAdvancedTab and config.linkShowTargetTab they seem to be what I am looking for. Anyways they don't work.
I'm using 4.0.2 and both are supposed to be set to true by default and they are both true when I query them from the console. Guess I'll update to latest version and hope it will fix the problem.
If you know of a different reason why this might not work, please let me know.
//edit
I just noticed that the target tab is working here when editing a post, so it works in 4.1.2 (Standard).
//edit 2
4.1.2 fixed my problem.
Regards
Armin