minimize a part of the page with struts?!
minimize a part of the page with struts?!
(OP)
hi folks,
i'm coding a search functionality in struts with a search form on top and the search results below. since the search form is pretty big, the customer fancies a solution where he can maximise and minimize the search form to see more of the results on the screen without scrolling.
how can i do that with struts? i could set the visibility to hidden via javascript, but that doesn't solve the space problem as the invisible search form stays in its place and the search results don't "jump up"...
any suggestions?
thanks a lot!
caz.
i'm coding a search functionality in struts with a search form on top and the search results below. since the search form is pretty big, the customer fancies a solution where he can maximise and minimize the search form to see more of the results on the screen without scrolling.
how can i do that with struts? i could set the visibility to hidden via javascript, but that doesn't solve the space problem as the invisible search form stays in its place and the search results don't "jump up"...
any suggestions?
thanks a lot!
caz.
RE: minimize a part of the page with struts?!
CODE
Feherke.
http://rootshell.be/~feherke/
RE: minimize a part of the page with struts?!
thanks for your reply
of course i know the the actual displaying is done in jsp. but i was wondering (since i'm not so experienced with struts) if there was the possibility to realize that with certain struts tags.
you are right that it's more a client side html/javascript question, i just hoped struts would offer me readymade tags and properties for that kind of problem...
cheers anyway.