-
Hi all
I just made some updates in the wick script. I was looking for the owner email or some other contact, but I didn’t find it. Also I tried the CVS repository with out success.
BTW I have uploaded the new version to the rapidshare.com, for who ever is interested on it. Feel free to modify it or add a new release.
The download link is...
2009-01-22 13:31:15 UTC by danielosneto
-
Hi all
I just made some updates in the wick script. I was looking for the owner email or some other contact, but I didn’t find it. Also I tried the CVS repository with out success.
BTW I have uploaded the new version to the rapidshare.com, for who ever is interested on it. Feel free to modify it or add a new release.
The download link is...
2009-01-22 13:30:06 UTC by danielosneto
-
This error occurs in Firefox 3.0.4 and IE 7.
2008-12-17 22:43:27 UTC by nobody
-
After typing 'some', a javascript error occurs in the simplify(s) function. It is caused by an undefined value being passed in, but it is quite strange since it seems to only happen with the word 'some'.
2008-12-17 22:41:43 UTC by nobody
-
I see this as a relatively major flaw. If you hover over (mouseover) a selection while entering an address the cursor flashes quickly and does not update the auto complete box.
Say you are typing Aza and the list of addresses shows up. Mouseover one of the selections and hit delete a few times and try searching for a different name. They will not show up and only the ones beginning with...
2007-10-05 20:47:23 UTC by tommyboy123x
-
Current version does not support application/xhtml+xml content type because of the use of document.write, which is not valid in an XML DOM.
I replaced the document.write code for the following equivalent XHTML DOM valid code:
// BEGIN CODE
var smartInputFloater = document.createElement("table");
smartInputFloater.id = "smartInputFloater";
smartInputFloater.className = "floater";...
2007-04-04 15:05:03 UTC by rvallee
-
When using IE Tab add-on for Firefox the "ontextchanged" event doesn't work and the list of addresses doesn't get updated.
2007-03-20 14:57:36 UTC by nobody
-
After the download, I could not extract the files. Sorry about my english.
Please send the files to my e-mail.
rafaeldelpiero@yahoo.com.br.
2007-01-09 13:08:34 UTC by nobody
-
I can't display commas in the WICK drop down.
I have an array of strings for WICK but I have a comma in one of the strings. For example:
'John Doe, DDS',
But in the drop down it just shows:
John Doe
How do I get that comman to display in the drop down so it should look like:
John Doe, DDS
I know for apostrophes you can do the following:
O\'Brien
But it doesn't work for...
2006-12-17 20:58:31 UTC by nobody
-
Hello All,
I have implemented wick field on my JSP page
and I need the following support.
- In search menu, the wick is limited to 20 or so
entries in dropdown, regardless of whether there's
more to see
I Should be able to scroll down the additional options
too
Can you please let me know as to how can i add a
scrollbar into wick drop-down?
Thankyou
Arpit.
2006-08-14 13:53:25 UTC by nobody