Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Frank Bille
You can use Link.setBeforeDisabledLink and Link.setAfterDisabledLink to specify how the disabled link should look like. Frank On 10/24/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hallo there, I would like to change the output class of the em element for autoenabled links. Currently I

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Erik van Oosten
You can give the em tag custom style by doing something like: span.menu em { font-style: normal; } But I would go for Frank's solution. Regards, Erik. [EMAIL PROTECTED] schreef: Hallo there, I would like to change the output class of the em element for autoenabled links. Currently

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Igor Vaynberg
there is also a global switch in settings-IgorOn 10/23/06, Erik van Oosten [EMAIL PROTECTED] wrote:You can give the em tag custom style by doing something like: span.menu em { font-style: normal; }But I would go for Frank's solution.Regards, Erik.[EMAIL PROTECTED] schreef: Hallo there, I would

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread bednarz-hannover
/wicket:panel /body /html Thanks again, M.A.Bednarz -Ursprüngliche Nachricht- Von: wicket-user@lists.sourceforge.net Gesendet: 24.10.06 09:12:50 An: wicket-user@lists.sourceforge.net Betreff: Re: [Wicket-user] Autoenabled links and custom style for em element

Re: [Wicket-user] Autoenabled links and custom style for em element

2006-10-24 Thread Eelco Hillenius
When my portal is online, I will publish some aspects or even a large part of this as constribution. I think that in the next time I will get some problems with instances and memory management. As I have seen, Wicket creates a lot of new Instances for each page visit, but this seems to be

[Wicket-user] Autoenabled links and custom style for em element

2006-10-23 Thread bednarz-hannover
Hallo there, I would like to change the output class of the em element for autoenabled links. Currently I use the following code to create a link: Link link = new BookmarkablePageLink(link, pageClass).setAutoEnable(true); After rendering such a link I get a href=/portal class=menuSub 1/a