Source code
function() {
var value = top.getSelection();
if (!value || value == "") {
value = "";
}
var url = "BASE" + "/topics/.suggest?value=" + encodeURIComponent(value);
var win = window.open(url,'topincs-dialog', 'width=600,height=300,left=100,top=100,resizable=yes');
setTimeout(function() {win.focus();}, 1000);
}
Details of this statement
Usage
*Allows you to create a new topic from any web page that you are visiting in your browser.*
Select some text on the web page you are visiting. This text will become the name of the new topic. A dialog will pop up, in which you are prompted for additional information (e.g. of which type the topic is). Only after committing this dialog, the topic is created.
Language: English Details of this statement
|
Other web pages about this subject |