Lines Matching refs:link

11 CKEDITOR.dialog.add( 'link', function( editor )
16 var plugin = CKEDITOR.plugins.link;
32 InternalLink: "internal link",
36 MediaFileLink: "link to media file",
49 …style='font-weight:600'>[[wp&gt;Shakespeare]]</span>, which will create a link to the English Wiki…
50 "The <span style='font-weight:600'>wp</span> part designates a link pattern; " +
51 …the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link, replacing a place…
52 …hen there is no place holder, the replacement text will be appended to the end of the link.</div>",
53 MediaFileLink: "link to media file",
197 // Loads the parameters in a selected link to the link dialog fields.
237 // Protected email link as function call.
275 // Protected email link as encoded string.
536 linkLang = editor.lang.link;
538 //get link browser
726 label : translateItem('InternalLink'), //"internal link",
769 label : translateItem('InterwikiPlaceHolder'), //"interwiki link",
840 label : translateItem('MediaFileLink'), //"link to media file",
1096 // Fill in all the relevant fields if there's already one link selected.
1341 // Browser need the "href" fro copy/paste link to work. (#6641)
1353 // Short mailto link text view (#5736).
1389 // We're only editing an existing link, so just overwrite the attributes.
1400 if ( data.adv && data.adv.advName && CKEDITOR.plugins.link.synAnchorSelector )
1406 // Short mailto link text view (#5736).
1516 // Inital focus on 'url' field if link is of type URL.
1739 * as link title instead
1742 var link = doku_linkwiz.$entry.val(),
1744 if(!link) {
1747 link = ':' + link.replace(/^:/,"");
1748 //insert link into field
1750 dialog.getContentElement("info", "internal").setValue(link);
1757 var link_ar = link.split(':',link);
1758 link = link_ar.pop();
1760 dialog.getContentElement("info", "internal_text").setValue(link);
1800 * Show the link wizard
1814 * Hide the link wizard
1822 * Toggle the link wizard