dialog.set_back_color("#F9F9F9");
dialog.set_title(editor.GetLangText("HOTSPOT"));
if(!option.nestedmode)self.set_visible(false);
if(option.nestedmode)self.set_visible(false);
instance.showfindurl(self);
tbhref.set_text(self.get_text());
tbhref.invoke_event("change");
setTimeout(self.delegate(self.initsynctext),100);
self.initsynctext();