Closed GoogleCodeExporter closed 8 years ago
And it need search!!!!!!!!!!!!!!
Original comment by kickq...@gmail.com
on 20 Oct 2011 at 1:17
You can create your own password manager by using the FormSubmit events. If you
look at the arguments, it provides all the elements that have been edited by
the user and its values, so creating a password manager should be based on this
event.
As for Search, WebKit does not provide anything about search, so OWS is not
supposed to implement a search feature. This should be done by you. I can give
you some advice though and help you make a search method e.g. to search on
google you can navigate to http://www.google.com/search?q= + searchterm, in
yahoo to http://search.yahoo.com/search;_ylt=Ag_pyxsBjlxXPjazmKg7kF6bvZx4?p= +
term + &toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-372
Original comment by tsumalis96@gmail.com
on 20 Oct 2011 at 3:08
In search i have in mide . Search in opened web page looking for some fords
Original comment by kickq...@gmail.com
on 20 Oct 2011 at 3:12
webKitBrowser.Find(string word) will search and highlight the word you want.
You can also specify other parameters for Finding inside the page, such as
Match Case, Highlight etc.
Original comment by tsumalis96@gmail.com
on 22 Oct 2011 at 8:29
Original comment by tsumalis96@gmail.com
on 24 Nov 2011 at 5:49
Original issue reported on code.google.com by
kickq...@gmail.com
on 20 Oct 2011 at 12:32