[webkit-dev] about script plugin

2009-09-29 Thread
Hello all     Now, I have a problem and I don't konw how to solve it, I hope you help me, thank you!     I have written a scripting plugin with NPAPI and this plugin has some properties and methods. it has a "intValue" property and two methods of "getValue" and "setValue". Now I

[webkit-dev] about WebCore\bindings\scripts documents

2009-03-18 Thread
Hi all In the webcore\bindings,there are some documents, but they are not c++ documents and I don't kown what they are. And what language they use. Now I want to konw their function, I hope you tell me! thank you zzh ___ 好玩贺卡等你发,邮

[webkit-dev] about the class of "jscell" and "jsvalueptr"

2009-03-23 Thread
Hi all Now I am learning at the JavaScriptCore, and I encounter some problems, Could you help me? 1. What data is stored in "JSCell", and how to print the data? 2. , if there is a js function, as follow: function test(){ alert(text1.value); } Is the value stored in the "JSValuePtr"?   Could you

[webkit-dev] Parse the identifier and 's ID

2009-03-24 Thread
Hi all There is a js function: function test(){ alert(text1.value); } when webkit obtains an identifier(e.g. text1),how does webkit parse the identifier and how to konw that the identifier is the 's ID? where is the 's ID stored? thank you & bast regards zzh ___

[webkit-dev] how to konw the identifier

2009-03-26 Thread
Hi all There is a js function: function test(){ alert(text1.value); } when webkit obtains an identifier(e.g. text1),how does webkit parse the identifier and how to konw that the identifier is the 's ID? where is the 's ID stored? thank you & bast regards zzh

[webkit-dev] how to create a mapping between 's ID and 's Value

2009-03-26 Thread
Hi all when open a webpage, the webkit will create a mapping between 's  ID and 's Value . Now I change the source code and shield the "m_elementsById" in the "Document.cpp" ,but they still have relationship. I don't kown how to establish the relation? Could you tell me? Thank you & best regards

Re: [webkit-dev] webkit-dev Digest, Vol 46, Issue 17

2009-04-03 Thread
Hi all I have a problem, and I don't understand it ,could you tell me ? In the input-element, "." takes the place of "Hello", but I don't know how to do it through C++ functions. Thank you & best regards zhang ___ webkit-dev mailing list webkit-dev@l