Lines Matching refs:text

51 …"the text following the '<span style='font-weight:900'>&gt;</span>' will be inserted into the link…
52 …weight:600'>{NAME}</span>. When there is no place holder, the replacement text will be appended to…
394 var insertInternalLinkText = function (text)
396 if(!text) return;
400 text = text.replace(/^[\/\:]/,"");
401 text = text.replace(/\//g,':');
402 text = ':' + text;
403 document.getElementById(fckgInternalInputId).value = text;
408 var insertMediaLinkText = function (text)
410 if(!text) return;
411 text = text.replace(/^[\/\:]/,"");
412 text = text.replace(/\//g,':');
413 text = ':' + text;
414 document.getElementById(fckgMediaInputId).value = text;
631 type : 'text',
717 type : 'text',
733 type : 'text',
760 type : 'text',
822 type : 'text',
850 type : 'text',
872 type : 'text',
905 type : 'text',
1015 type : 'text',
1052 type : 'text',
1061 type : 'text',
1340 // Short mailto link text view (#5736).
1342 var text = new CKEDITOR.dom.text( data.type == 'email' ?
1345 ranges[0].insertNode( text );
1346 ranges[0].selectNodeContents( text );
1391 // Update text view when user changes protocol (#4612).
1394 // Short mailto link text view (#5736).
1403 text.setText(internal_text);
1405 else if(text && data.adv.advTitle) {
1406 text.setText(data.adv.advTitle);
1449 …lement("info", 'iwiki_shortcut'). disable(); //restricts attempts to enter filenames into text box
1502 // position relative to the text area
1517 …'<div>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></…