in IExplorer
Publicado: 01 Abr 2011 18:02
Hello everyone again
I have another question
How Can Open link in New Tab in IExplorer Plugin
When you press the right hand of the mouse ?
OnTitleText ... Script
....................................................................
[/b][/color]
if can Give me an example .apz
I have another question
How Can Open link in New Tab in IExplorer Plugin
When you press the right hand of the mouse ?
OnTitleText ... Script
....................................................................
Paragraph.SetProperties("Paragraph7", {TooltipText = e_TitleText});
--Button.SetEnabled("Tab1", false);
if (String.Length(e_TitleText) > 20) then
sz_titlestr = String.Right(" ".."ÚäæÇä ÇáÕÝÍÜÉ ".." "..e_TitleText, 150);
Paragraph.SetText("Paragraph7", " "..sz_titlestr);
else
Paragraph.SetText("Paragraph7", " "..e_TitleText);
end


