Ticket #625 (new New Feature)

Opened 17 months ago

Last modified 8 months ago

Relative URLs

Reported by: calophi@… Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Confirmed HasPatch Cc: alfonsoml

Description

It would be nice if there was a way to put in a relative URL from the link dialog box without having to select the protocol type as "other". Perhaps adding "Relative URL" to the list of URL types along with email and anchor would be appropriate, and just have it bring up a div similar to the normal URL but without the protocol?


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1171898&group_id=75348&atid=543656

Attachments

fck_link.patch (0.7 KB) - added by dzahler 3 days ago.
Patch to add optional argument in SetUrl method. Argument allows setting protocol in link dialog when using custom link browser.

Change History

Changed 17 months ago by martinkou

  • reporter changed from martinkou to calophi@…

I've just changed the default option in fck_link.html and it works fine for me:

<select id="cmbLinkProtocol">
	<option value="http://">http://</option>
	<option value="https://">https://</option>
	<option value="ftp://">ftp://</option>
	<option value="news://">news://</option>
	<option value="" fckLang="DlgLnkProtoOther"
selected="selected">&lt;other&gt;</option>
</select>

No other changes are neccesary and I think that this is a better default as pasting a full link changes the option with the current js code.


Moved from SF. Original poster: alfonsoml

Changed 8 months ago by w.olchawa

  • keywords Confirmed HasPatch added

Changed 8 months ago by w.olchawa

#592 has been marked as DUP

#592 had the same request and also a request for relative/absolute URL's in the image dialog. Since we have more information about this issue here #592 has been closed.

Changed 3 days ago by dzahler

Patch to add optional argument in SetUrl method. Argument allows setting protocol in link dialog when using custom link browser.

Note: See TracTickets for help on using tickets.