RE: Modal dialog with two forms on separate tabbed panels intermittently not working

2010-07-04 Thread Chris Colman
[mailto:chr...@stepaheadsoftware.com] Sent: Sunday, 4 July 2010 10:25 AM To: users@wicket.apache.org Subject: Modal dialog with two forms on separate tabbed panels intermittently not working We have an authentication modal window that contains a tabbed panel with two tabs, each with their own form

Modal dialog with two forms on separate tabbed panels intermittently not working

2010-07-03 Thread Chris Colman
We have an authentication modal window that contains a tabbed panel with two tabs, each with their own form: one for log on and one for registering. The user can switch between the tabs and proceed with the one that is appropriate to them. This works fine for most of the time however there is an

Style implementation for Round Cornered Tabbed Panels

2008-06-24 Thread Francisco Diaz Trepat - gmail
Hi all, I need to make each tab on an AjaxTabbedPanel have round corners. No big deal so far: *div.tabpanel div.tab-row li* { background:url(my-round-corner-tab-background.png) no-repeat left top; } But what if I want to have a resizable round cornered tab. Therefore if i have a tab title

Re: Style implementation for Round Cornered Tabbed Panels

2008-06-24 Thread Brill Pappin
I've seen this done pretty much how you describe (in fact I think there is a demo inthe wicket examples) That use two images (left and right). the left one is narrow, just enough to contain the rounded corners, the right side however is extra long; long enough to fit pretty much any text

Re: Style implementation for Round Cornered Tabbed Panels

2008-06-24 Thread Matthew Young
The wicket tab panel example does exactly this http://www.wicket-library.com/wicket-examples/ajax/tabbed-panel.1 It uses the sliding door technique describe here: http://www.alistapart.com/articles/slidingdoors/ On Tue, Jun 24, 2008 at 5:02 PM, Brill Pappin [EMAIL PROTECTED] wrote: I've seen

Tabbed panels

2007-10-31 Thread Alexander Landsnes Keül
I have two questions regarding tabbed panels. I've read the example, so I've been able to create a navigation with it but it's a bit limited. First thing, is it possible to nest tabbed panels? I tried to do so, but then all the wickets in the panels stopped working. Way I set it up was create

Re: Tabbed panels

2007-10-31 Thread Igor Vaynberg
On 10/31/07, Alexander Landsnes Keül [EMAIL PROTECTED] wrote: I have two questions regarding tabbed panels. I've read the example, so I've been able to create a navigation with it but it's a bit limited. First thing, is it possible to nest tabbed panels? I tried to do so, but then all