edusis / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Needed things in OpenWebKitSharp #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think it need password manager

Original issue reported on code.google.com by kickq...@gmail.com on 20 Oct 2011 at 12:32

GoogleCodeExporter commented 9 years ago
And it need search!!!!!!!!!!!!!!

Original comment by kickq...@gmail.com on 20 Oct 2011 at 1:17

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by tsumalis96@gmail.com on 24 Nov 2011 at 5:49