Re: TabbedPanel with image tabs - how to contribute ?

2007-10-16 Thread Vit Rozkovec
to another (better location), but now I want to delete the the first article, because both are the same now. (ARTICLE I WANT TO DELETE IS http://cwiki.apache.org/confluence/display/WICKET/TabbedPanel+with+image+tabs) .. and there is a problem with message: You do not have permission Who can I

Re: TabbedPanel with image tabs - how to contribute ?

2007-10-12 Thread Stefan Simik
TO DELETE IS http://cwiki.apache.org/confluence/display/WICKET/TabbedPanel+with+image+tabs) .. and there is a problem with message: You do not have permission Who can I contact to delete the unwanted doubled article ? -- View this message in context: http://www.nabble.com/TabbedPanel-with-image-tabs

Re: TabbedPanel with image tabs - how to contribute ?

2007-10-11 Thread Erik van Oosten
Easy! Go to http://cwiki.apache.org/WICKET/, click on Edit page, get yourself an account. After you've logged in go back to the main page, then find the page called 'Reference Library', with at the bottom 'Wicket Reference'. Find a suitable place there to describe the TabbedPanel. Good

Re: TabbedPanel with image tabs

2007-10-10 Thread Stefan Simik
this message in context: http://www.nabble.com/TabbedPanel-with-image-tabs-tf4580281.html#a13132005 Sent from the Wicket - User mailing list archive at Nabble.com.

Re: TabbedPanel with image tabs

2007-10-10 Thread Erik van Oosten
Something for the wiki component reference? Regards, Erik. Stefan Simik wrote: Example for AjaxTabbedPanel: 1. create new Link with image - different for selected and different for unselected tab MyAjaxFallbackLink.java public class

Re: TabbedPanel with image tabs - how to contribute ?

2007-10-10 Thread Stefan Simik
very good idea :) How can I contribute ? ..or where can I send example with full sources ? -- View this message in context: http://www.nabble.com/TabbedPanel-with-image-tabs-tf4580281.html#a13142733 Sent from the Wicket - User mailing list archive at Nabble.com

Re: TabbedPanel with image tabs

2007-10-07 Thread Erik van Oosten
Hello Vitek, You can override a method on TabbedPanel to create the component that is put in the tab. I can not look it up now, but can do so later if you want. Regards, Erik. Vit Rozkovec schreef: Good day, I would like to have a possibility to have a small image next to the text in

Re: TabbedPanel with image tabs

2007-10-07 Thread Fabio Fioretti
On 10/7/07, Erik van Oosten [EMAIL PROTECTED] wrote: You can override a method on TabbedPanel to create the component that is put in the tab. I can not look it up now, but can do so later if you want. The method you are talking about is newLink. Kindest regards, Fabio Fioretti - WindoM

Re: TabbedPanel with image tabs

2007-10-07 Thread Vit Rozkovec
Thank you, I will have a look at it. Vitek Fabio Fioretti wrote: On 10/7/07, Erik van Oosten [EMAIL PROTECTED] wrote: You can override a method on TabbedPanel to create the component that is put in the tab. I can not look it up now, but can do so later if you want. The method you

TabbedPanel with image tabs

2007-10-06 Thread Vit Rozkovec
Good day, I would like to have a possibility to have a small image next to the text in tab in the TabbedPanel. How can I contribute this feature to Wicket? To have a constructor like public AbstractTab(IModel title, ResourceReference image)? Vitek