|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Autolink Plugin ProblemHello,
I'm new to EditLive for Java and am trying to use the autolink plug-in, but am unsuccessful so far. It seems that I have it installed properly, but it doesn't appear to do anything. I copy autolink.jar and autolink.xml into a web directory, then in my code I do this: var elj1; elj1 = new EditLiveJava("common", "700", "400"); elj1.addPlugin("/elj-code/plugins/autolink.xml"); elj1.addPlugin("/elj-code/plugins/dragdrop.xml"); When the applet opens, I get the Security Warning (How do I get rid of this?), then I type is a link, such as "http://www.amazon.com", but it is not automatically converted into a link, either at this time or when I save the information. Has anyone else used this plug-in? Any idea what I might be doing wrong? Thanks, -Rob _______________________________________________ LiveWorks mailing list LiveWorks@... http://liveworks.ephox.com/mailing-list/ |
|
|
Re: Autolink Plugin ProblemHi, Rob,
That's strange. I haven't used the plugin, personally, but other team members have. Can you please email us a java console log (instructions at http://www.ephox.com/support/request/ELJreplication.html)? I suspect there's an exception in there somewhere. Also, can you please send us a screenshot of the security warning, so we know exactly what you're referring to. Can you please send these to support@...? If/when we fix it, we'll post a solution to the liveworks list. Kind regards, Dylan Just Software Engineer Global: +1 (650) 292 9659 x705 Australia: +61 (7) 3858 0100 www.ephox.com -----Original Message----- From: liveworks-bounces@... [mailto:liveworks-bounces@...] On Behalf Of Rob Stoecklein Sent: Tuesday, 8 January 2008 6:51 AM To: liveworks@... Subject: [Liveworks] Autolink Plugin Problem Hello, I'm new to EditLive for Java and am trying to use the autolink plug-in, but am unsuccessful so far. It seems that I have it installed properly, but it doesn't appear to do anything. I copy autolink.jar and autolink.xml into a web directory, then in my code I do this: var elj1; elj1 = new EditLiveJava("common", "700", "400"); elj1.addPlugin("/elj-code/plugins/autolink.xml"); elj1.addPlugin("/elj-code/plugins/dragdrop.xml"); When the applet opens, I get the Security Warning (How do I get rid of this?), then I type is a link, such as "http://www.amazon.com", but it is not automatically converted into a link, either at this time or when I save the information. Has anyone else used this plug-in? Any idea what I might be doing wrong? Thanks, -Rob _______________________________________________ LiveWorks mailing list LiveWorks@... http://liveworks.ephox.com/mailing-list/ _______________________________________________ LiveWorks mailing list LiveWorks@... http://liveworks.ephox.com/mailing-list/ |
|
|
Re: Autolink Plugin ProblemHi, Rob,
I just tried out the autolink plugin. I found that the text changed to the link after you type a URL, then press space or ")". Looking at the code - it intends to also add the link after a newline, but this doesn't seem to work. I think the enter key event is handled before it gets to the KeyListener. If its not inserting the link at all, then it could be that you've got the plugin URL wrong somewhere, which you could see in the logs. Has anyone else tried out the autolink plugin or any of the other liveworks plugins? If so, we'd be interested to hear your experiences. Or, if anyone's developed any other interesting plugins, we'd love to hear about them. Kind regards, Dylan Just Software Engineer Global: +1 (650) 292 9659 x705 Australia: +61 (7) 3858 0100 www.ephox.com -----Original Message----- From: liveworks-bounces@... [mailto:liveworks-bounces@...] On Behalf Of Dylan Just Sent: Tuesday, 8 January 2008 7:43 AM To: LiveWorks Discussion Subject: Re: [Liveworks] Autolink Plugin Problem Hi, Rob, That's strange. I haven't used the plugin, personally, but other team members have. Can you please email us a java console log (instructions at http://www.ephox.com/support/request/ELJreplication.html)? I suspect there's an exception in there somewhere. Also, can you please send us a screenshot of the security warning, so we know exactly what you're referring to. Can you please send these to support@...? If/when we fix it, we'll post a solution to the liveworks list. Kind regards, Dylan Just Software Engineer Global: +1 (650) 292 9659 x705 Australia: +61 (7) 3858 0100 www.ephox.com -----Original Message----- From: liveworks-bounces@... [mailto:liveworks-bounces@...] On Behalf Of Rob Stoecklein Sent: Tuesday, 8 January 2008 6:51 AM To: liveworks@... Subject: [Liveworks] Autolink Plugin Problem Hello, I'm new to EditLive for Java and am trying to use the autolink plug-in, but am unsuccessful so far. It seems that I have it installed properly, but it doesn't appear to do anything. I copy autolink.jar and autolink.xml into a web directory, then in my code I do this: var elj1; elj1 = new EditLiveJava("common", "700", "400"); elj1.addPlugin("/elj-code/plugins/autolink.xml"); elj1.addPlugin("/elj-code/plugins/dragdrop.xml"); When the applet opens, I get the Security Warning (How do I get rid of this?), then I type is a link, such as "http://www.amazon.com", but it is not automatically converted into a link, either at this time or when I save the information. Has anyone else used this plug-in? Any idea what I might be doing wrong? Thanks, -Rob _______________________________________________ LiveWorks mailing list LiveWorks@... http://liveworks.ephox.com/mailing-list/ _______________________________________________ LiveWorks mailing list LiveWorks@... http://liveworks.ephox.com/mailing-list/ _______________________________________________ LiveWorks mailing list LiveWorks@... http://liveworks.ephox.com/mailing-list/ |
| Free Forum Powered by Nabble | Forum Help |