PDA

View Full Version : Ability to change width of submit window for multiple words



John
04-15-2005, 07:47 PM
Is there a convenient way to widen the submit window so that multiple words can be seen without haveing to scroll the window?

wrensoft
04-16-2005, 02:20 AM
The size of the data entry field is determined by the following HTML code,

<input type="text" name="zoom_query" size="20" value="" class="zoom_searchbox" />

This HTML code is normally generated by the Zoom script. So you could either,

1/ Edit the script to create a custom version of the script. Which is probably not the next solution unless you are an expert scripter

2/ Or turn off the automatic form creating in Zoom and add in your own HTML form. See section 5.7, "How do I modify the search form on the search page?", of the User guide for more details,
http://www.wrensoft.com/ftp/zoom.pdf

------
David