Re: Help Files - Custom Action

2012-08-17 Thread jwa
Thanks for the suggestion Stephen - but that doesn't seem to have done the trick. The help question mark logo has now disappeared. Any other ideas? Jamie. On Thursday, 16 August 2012 21:54:55 UTC+1, jwa wrote: > > Hi Folks, > > I'm writing a custom action, and I can't get help files to work! I'

Re: Help Files - Custom Action

2012-08-17 Thread Stephen Connolly
On 16 August 2012 21:54, jwa wrote: > Hi Folks, > > I'm writing a custom action, and I can't get help files to work! I've > tried using the help attribute on the f:entry. It shows the help icon, but > when clicked it doesn't show the details: > > help="/plugin/PluginN

Re: Help Files - Custom Action

2012-08-17 Thread jwa
Hi Michael, Thanks for your help, just a note for future readers - the directory should not have a trailing "s", i.e. " src/main/webapp". I can see that this is uploaded to the server, and looks a lot better, from the root of Jenkins I now have: ./plugins/PluginName/help-comments.html Howe

Re: Help Files - Custom Action

2012-08-17 Thread Michaël Pailloncy
Hi, You must add your help files to src/main/webapps/ (directly in this directory) instead of src/main/resources/your/package/.. Michaël 2012/8/16 jwa > Hi Folks, > > I'm writing a custom action, and I can't get help files to work! I've > tried using the help attribute on the f:entry. It show

Help Files - Custom Action

2012-08-16 Thread jwa
Hi Folks, I'm writing a custom action, and I can't get help files to work! I've tried using the help attribute on the f:entry. It shows the help icon, but when clicked it doesn't show the details: And th