- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
I have a drop down box of a fixed width. That drop down box needs to contain some values that are longer than the desired width. I'm happy for those values to be truncated, but I would like to display the full text in a tooltip (one that I could … | |
The example code below produces two radio buttons, side by side, i.e. [B]O[/B] Keywords [B]O[/B] All Fields Without specifying a width for the selectOneRadio component (which I don't think is the best solution because of user controllable font sizes, etc), "All Fields" wraps across two lines to become: [B]O[/B] All … | |
Re: You can easily embed a Google Map on your website. [LIST=1] [*]Go to [url]http://www.google.com/maps[/url] [*]Select the "My Maps" tab [*]Click the "Create new map" button [*]Sign in (create a google account if you need to) [*]Pan, zoom and add placemarks/lines/shapes to create the map you want and save it [*]Select … | |
Re: This solution (only tested in IE) allows you to replicate type="input" components and apply separate styles to the text box and "Browse..." button. [CODE]<form action="#" onsubmit="hiddenFileUpload.disabled = true"> <input type="file" id="hiddenFileUpload" style="display: none;" size="50" accept="*.*" /> <input type="text" id="visibleTextArea" size="50" /> <input type="button" id="visibleBrowseButton" value="Browse..." onclick="hiddenFileUpload.click(); visibleTextArea.value = hiddenFileUpload.value;" /> … | |
I have a JSP page with some text boxes. The user fills out the form, clicks the Apply button, the inputs get saved to an Oracle 10.g database. The form can be viewed again and the text boxes are populated with the saved data so the entries can be edited … |
The End.