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",
214 // Loads the parameters in a selected link to the link dialog fields.
251 // Protected email link as function call.
289 // Protected email link as encoded string.
535 linkLang = editor.lang.link;
537 //get link browser
719 label : translateItem('InternalLink'), //"internal link",
762 label : translateItem('InterwikiPlaceHolder'), //"interwiki link",
825 label : translateItem('MediaFileLink'), //"link to media file",
1081 // Fill in all the relevant fields if there's already one link selected.
1328 // Browser need the "href" fro copy/paste link to work. (#6641)
1340 // Short mailto link text view (#5736).
1377 // We're only editing an existing link, so just overwrite the attributes.
1388 if ( data.adv && data.adv.advName && CKEDITOR.plugins.link.synAnchorSelector )
1394 // Short mailto link text view (#5736).
1468 // Inital focus on 'url' field if link is of type URL.
1691 * as link title instead
1694 var link = doku_linkwiz.$entry.val(),
1696 if(!link) {
1699 link = ':' + link.replace(/^:/,"");
1700 //insert link into field
1702 dialog.getContentElement("info", "internal").setValue(link);
1741 * Show the link wizard
1755 * Hide the link wizard
1763 * Toggle the link wizard