Цитата:
Цитата Iska
Сделан ли в Копирование ссылки с текстом в BB-code такой функционал для Opera? »
|
делается без проблем, хоть в бб-код хоть в html
У меня это реализовано в виде подменю:
Для этого сделано подменю отдельной секцией:
Код:
[Copy page link menu]
Item, "Копировать ссылку на страницу"=Copy document address
Item, "Ссылка на страницу в BBcode"=External action,,,, "Copy" | Go to page, "javascript:(function(){var t=document.createElement('textarea');t.style='position:fixed;left:0;top:0;';t.value=''+document.title+'';document.documentElement.appendChild(t);t.focus();t.setSelectionRange(0, t.value.length);setTimeout(function(){document.documentElement.removeChild(t)},200)})()" & Delay, 100 & Copy
Item, "Ссылка на страницу в HTML"=External action,,,, "Copy" | Go to page, "javascript:(function(){var t=document.createElement('textarea');t.style='position:fixed;left:0;top:0;';t.value='<a target=\x22_blank\x22 href=\x22'+location.href+'\x22>'+document.title+'</a>';document.documentElement.appendChild(t);t.focus();t.setSelectionRange(0, t.value.length);setTimeout(function(){document.documentElement.removeChild(t)},200)})()" & Delay, 100 & Copy
Item, "Ссылка на страницу в BBcode (перевод)"=External action,,,, "Copy" | Go to page, "javascript:(function(){var t=document.createElement('textarea');t.style='position:fixed;left:0;top:0;';t.value=''+document.title+' (с переводом)';document.documentElement.appendChild(t);t.focus();t.setSelectionRange(0, t.value.length);setTimeout(function(){document.documentElement.removeChild(t)},200)})()" & Delay, 100 & Copy
А в секцию [Document Popup Menu] это подменю добавлено след. строкой:
Код:
Submenu, "Копирование ссылки", Copy page link menu
P.S. Кстати пункт меню для копирования ссылки в бб-коде добавляю не только в секции [Link Popup Menu], но и в [Link Selection Popup Menu] для того, чтобы даже при выделении ссылки в меню можно было ее скопировать, а то там даже обычного копирования ссылки нет, которое можно добавить:
Код:
Item, MI_IDM_POPUP_LINK_ADDRESS="Copy link, -2, "urlinfo""
|