Re: [xwiki-users] Antw: Re: Linking images in the wysiwyg editor

2011-05-31 Thread Mark Zimmermann
Hi, i get another error in the console on all pages, maybe it helps: Script ( https://intranet.trox.de/xwiki/wiki/intranet/jsx/AnnotationCode/Script?language=de )GET https://intranet.trox.de/xwiki/wiki/intranet/jsx/AnnotationCode/Script?language=de 403 (Forbidden) Settings (

[xwiki-users] WYSIWYG editor plugin

2011-05-31 Thread Legeinfo
Where to change the format of the image link? I want to change from: [[image.jpg]] to: image.jpg]]attach:image.jpg]] Volker -- View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-editor-plugin-tp6422160p6422160.html Sent from the XWiki- Users mailing list archive at

[xwiki-users] (no subject)

2011-05-31 Thread ricky jas
http://www.fantafox.com/find11.html ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] (no subject)

2011-05-31 Thread Ramon Gomes Brandão
Hey all, be careful, it's a bad site. * * * * *Ramon Gomes Brandão* Em 31/5/2011 01:12, ricky jas escreveu: http://www.glasgow-hornets.com/find11.html ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Timed auto refresh a page

2011-05-31 Thread Nicolas Hernandez
Hello, I am looking for doing a timed auto-refresh like a META HTTP-EQUIV=Refresh CONTENT=60 How could it be possible a xwiki article. It dos not work inserted as html. But someting sexiest should be possible ? Thanx None ___ users mailing list

[xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread andyp
Hi, Is it possible, if so, how can I link to different sections of one page from another one? Many thanks, Andy -- View this message in context: http://xwiki.475771.n2.nabble.com/Linking-to-different-sections-of-one-page-from-another-tp6422716p6422716.html Sent from the XWiki- Users mailing

Re: [xwiki-users] Timed auto refresh a page

2011-05-31 Thread Eduard Moraru
Hi Nicolas, You can use JavaScript by adding a JavaScriptExtension object to the page you want to refresh. In the content(Code) of the JavaScriptExtension object you can have something like: function timedRefresh(timeoutPeriod) { setTimeout(location.reload(true);,timeoutPeriod); }

Re: [xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread Vincent Massol
Hi Andy, On May 31, 2011, at 3:33 PM, andyp wrote: Hi, Is it possible, if so, how can I link to different sections of one page from another one? Yes it's possible, see http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HLinks Thanks -Vincent Many thanks, Andy

Re: [xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread Thomas Mortagne
On Tue, May 31, 2011 at 15:54, Thomas Mortagne thomas.morta...@xwiki.com wrote: On Tue, May 31, 2011 at 15:33, andyp andy_pi...@hotmail.com wrote: Hi, Is it possible, if so, how can I link to different sections of one page from another one? You have a section parameter in include macro.

Re: [xwiki-users] Timed auto refresh a page

2011-05-31 Thread Sergiu Dumitriu
On 05/31/2011 04:03 PM, Eduard Moraru wrote: Hi Nicolas, You can use JavaScript by adding a JavaScriptExtension object to the page you want to refresh. In the content(Code) of the JavaScriptExtension object you can have something like: function timedRefresh(timeoutPeriod) {

Re: [xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread andyp
Hi Thomas, Thanks for that link - I didn't know XWiki could do that (nice!). However, I don't want to include the content on the current page - just the link that jumps to a given section. Something like an HTML anchor link (I tried inserting the HTML macro but no joy). I noticed that there is

Re: [xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread Thomas Mortagne
On Tue, May 31, 2011 at 16:25, andyp andy_pi...@hotmail.com wrote: Hi Thomas, Thanks for that link - I didn't know XWiki could do that (nice!).  However, I don't want to include the content on the current page - just the link that jumps to a given section.  Something like an HTML anchor link

Re: [xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread andyp
Hi Thomas, Yes that did the trick!! Thanks very much for your help. And thanks to all the developers - XWiki is awesome, I love it!! Rgds, Andy -- View this message in context: http://xwiki.475771.n2.nabble.com/Linking-to-different-sections-of-one-page-from-another-tp6422716p6423006.html

Re: [xwiki-users] Linking to different sections of one page from another?

2011-05-31 Thread Thomas Mortagne
On Tue, May 31, 2011 at 16:41, andyp andy_pi...@hotmail.com wrote: Hi Thomas, Yes that did the trick!!  Thanks very much for your help. And thanks to all the developers - XWiki is awesome, I love it!! Thanks, always good to hear :D Rgds, Andy -- View this message in context:

Re: [xwiki-users] WYSIWYG editor plugin

2011-05-31 Thread Marius Dumitru Florea
Hi Volker, On 05/31/2011 01:27 PM, Legeinfo wrote: Where to change the format of the image link? I want to change from: [[image.jpg]] to: image.jpg]]attach:image.jpg]] Currently there's no option to automatically create a link when inserting an image so you have to manually select