diff --git a/qml/articles/4.Adding_entry_to_the_web_context_menu.md b/qml/articles/4.Adding_entry_to_the_web_context_menu.md index 6736b2a..cb3d846 100644 --- a/qml/articles/4.Adding_entry_to_the_web_context_menu.md +++ b/qml/articles/4.Adding_entry_to_the_web_context_menu.md @@ -47,8 +47,9 @@ populateWebViewMenu: function(menu, webHitTestResult) { } ``` +## Arguments -### Argument: menu +### menu Menu to which the action will be added. The submenu can also be created, might be added later. For now just go see for yourself files @@ -56,7 +57,7 @@ see for yourself files and for exact implementation also look at [qmlmenu.cpp][qmlmenu_cpp_link] -### Argument: webHitTestResult +### webHitTestResult Result of a simple test, what is under the mouse? I have use a test for an image in my example, more information can be found in the code in file