1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
# =================================================
# PHP Manual CHM version context menu configuration
# =================================================
# Genaral functions
# -----------------
[context_item]
display = "Copy selection to clipboard"
implementation = "copySelection()"
[context_item]
display = "Select all"
implementation = "selectAll()"
[context_item]
display = "Print page"
implementation = "print()"
[context_item]
display = "Back"
implementation = "back()"
[context_item]
display = "Forward"
implementation = "forward()"
[context_item]
display = "Refresh"
implementation = "refresh()"
# Page jump options
# -----------------
[context_item]
display = "Manual TOC"
implementation = "index.html"
[context_item]
display = "Function Reference"
implementation = "funcref.html"
[context_item]
display = "HTML Help Edition"
implementation = "chmonly.html"
[context_item]
display = "Functions Index"
implementation = "indexes.html"
[context_item]
display = "PHP-GTK home"
implementation = "http://gtk.php.net/"
[context_item]
display = "PEAR home"
implementation = "http://pear.php.net/"
# Search engine quickforms and selections
# ---------------------------------------
[context_item]
display = "Google SearchBox"
implementation = "_GoogleSearch_"
[context_item]
display = "Google Search Selection"
implementation = "searchSelGoogle()"
[context_item]
display = "AlltheWeb SearchBox"
implementation = "_ATWSearch_"
[context_item]
display = "AlltheWeb Search Selection"
implementation = "searchSelATW()"
|