|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
menu or Drop Down w/ arbitrary HTML content?
by Kirk Israel-2
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message (Trying not to let my preconceived notions about old school
HttpRequest/Response style apps and/or hand coded DHTML javascript cloud my thinking, but it's not easy...) Sometimes I find myself longing for a more comprehensive wicket "cookbook"; wicket-examples starts to go down that road, but isn't as comprehensive as I hoped. There might be a CSS aspect to this question as well: I'm trying to make a kind of menu panel that is usually hidden, but contains arbitrary HTML (at least captions and checkboxes) and that shows updirectly underneath a label. The panel would appear over any HTML content beneath it, positioned under the label that the user clicked on. I've been browsing the usual suspects of wicket examples, I might not be looking for the right keywords; "Popups" are usually the moral equivalent of <a href="" target="_new">, "Dropdowns" usually refer to HTML select-boxish things, and ModalWindow is close, but I actually want clicking elsewhere to dismiss the dialog. Also, what happened to http://www.wicket-library.com/ ? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Wicket-user mailing list Wicket-user@... https://lists.sourceforge.net/lists/listinfo/wicket-user |
|
|
Re: menu or Drop Down w/ arbitrary HTML content?
by Eelco Hillenius
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message > (Trying not to let my preconceived notions about old school
> HttpRequest/Response style apps and/or hand coded DHTML javascript > cloud my thinking, but it's not easy...) > > Sometimes I find myself longing for a more comprehensive wicket > "cookbook"; wicket-examples starts to go down that road, but isn't as > comprehensive as I hoped. > > There might be a CSS aspect to this question as well: > > I'm trying to make a kind of menu panel that is usually hidden, but > contains arbitrary HTML (at least captions and checkboxes) and that > shows updirectly underneath a label. The panel would appear over any > HTML content beneath it, positioned under the label that the user > clicked on. > > I've been browsing the usual suspects of wicket examples, I might not > be looking for the right keywords; "Popups" are usually the moral > equivalent of <a href="" target="_new">, "Dropdowns" usually refer to > HTML select-boxish things, and ModalWindow is close, but I actually > want clicking elsewhere to dismiss the dialog. I think the best thing you can do is first find a good example and/ or Javascript & CSS library that does this, and then see how you can wrap that as a Wicket example. > Also, what happened to http://www.wicket-library.com/ ? http://wicketstuff.org/wicket13/ Eelco ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@... https://lists.sourceforge.net/lists/listinfo/wicket-user |
| Free Forum Powered by Nabble | Forum Help |