This requires some CSS knowledge and perhaps some JavaScript. You'll
have to search the web for some examples...

The shifting can be mitigated by increasing the z-index of the
embedded panel. But you will run into some other problems such as
input boxes peaking through, etc. I think you'd best take a look at
the autocompletetextbox's javascript and css to borrow ideas from.

Martijn

On 10/22/06, Mark Southern <[EMAIL PROTECTED]> wrote:
>
>
>
> That's a great start, thank you!
>
>  Being a panel, won't this shift all other page content down when the
> embedded panel appears?
>
>  Is there any simple way to do it with a floating panel? A bit like the Ajax
> AutoCompleteTextBox.
>
>  M.
>
>
>
>  -----Original Message-----
>  From: [EMAIL PROTECTED] on behalf
> of Martijn Dashorst
>  Sent: Sat 10/21/2006 5:03 PM
>  To: wicket-user@lists.sourceforge.net
>  Subject: Re: [Wicket-user] New Component Idea: TreeComboBox???
>
>  probably a panel with a input field, a link and an embedded panel.
>
>  the link will display the embedded panel (using ajax?) which contains your
> tree.
>
>  the treenode will on selection set the input field's model and render
>  the outer panel again using ajax.
>
>  Martijn
>
>  On 10/21/06, Mark Southern <[EMAIL PROTECTED]> wrote:
>  > I am seeking help in building a new Component, the Swing analog being a
>  > JTree renderer in a JComboBox (a screenshot to give you the idea is :
>  > http://freshmeat.net/screenshots/49281/52768/ )
>  >
>  > Problem is, i'm not sure where to start. Is there anyway I can complete
>  > this in pure java with existing components without needing to know any
>  > javascript or going too low level in the framework?
>  >
>  > Ideas, suggestions, contributions greatly appreciated.
>  >
>  > Best regards, Mark.
>  >
>  >
>  >
> -------------------------------------------------------------------------
>  > Using Tomcat but need to do more? Need to support web services, security?
>  > Get stuff done quickly with pre-integrated technology to make your job
> easier
>  > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
>  >
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>  > _______________________________________________
>  > Wicket-user mailing list
>  > Wicket-user@lists.sourceforge.net
>  > https://lists.sourceforge.net/lists/listinfo/wicket-user
>  >
>
>
>  --
>  <a
> href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
>  for <a
> href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket</a>
>  at the <a
> href="http://www.thebeststuffintheworld.com/";>Best Stuff in
>  the World!</a>
>
> -------------------------------------------------------------------------
>  Using Tomcat but need to do more? Need to support web services, security?
>  Get stuff done quickly with pre-integrated technology to make your job
> easier
>  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>  _______________________________________________
>  Wicket-user mailing list
>  Wicket-user@lists.sourceforge.net
>  https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


-- 
<a href="http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote</a>
for <a href="http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket</a>
at the <a href="http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!</a>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to