-
Notifications
You must be signed in to change notification settings - Fork 2
/
right_click_menu.html
221 lines (189 loc) · 6.35 KB
/
right_click_menu.html
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
var tiki_cookie_jar = new Array();
tiki_cookie_jar = {
};
</script>
<script type="text/javascript" src="lib/tiki-js.js"></script><title>JGEX Documentation : The Main Menu</title>
<link rel="StyleSheet" href="lib/1.css" type="text/css">
<link rel="StyleSheet" href="styles/cindydoc.css" type="text/css">
<link rel="alternate" type="application/xml" title="RSS Wiki" >
<style type="text/css">
<!--
.style2 {font-size: 18px}
.STYLE4 {
font-size: 14px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000;"></div>
<script type="text/javascript" language="JavaScript" src="lib/overlib.js"></script>
<div id="tiki-clean">
<div id="tiki-mid">
<div class="wikitopline">
<table><tbody><tr>
<td style="vertical-align: top;">
</td>
</tr></tbody></table>
</div>
<div class="wikitext">
<ul>
<li><span class="wiki STYLE4">The Right Click Menu
</span>
<ul>
<li><span class="wiki"><strong>Basic</strong></span>
<ul>
<li> <span class="wiki">Cancel Action </span>
<ul>
<ul>
<li>Cancel the current action and set the current action to "move". </li>
</ul>
</ul>
</li>
<li> <span class="wiki">Move</span>
<ul>
<ul>
<li>Cancel the current Action and set the current action to Move Mode. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Color</span>
<ul>
<ul>
<li>Change the current selected object's color. </li>
</ul>
</ul>
</li>
<li> <span class="wiki">Property</span>
<ul>
<ul>
<li>Popup the Property Dialog and let the user can change the property of the element. </li>
</ul>
</ul>
</li>
</ul>
</li>
<li><span class="wiki"><strong>On a Point </strong></span>
<ul>
<li><span class="wiki">Freeze</span>
<ul>
<ul>
<li>Freeze the current point. That means the current point can not be draged. The position of this point can not be changed. This can be useful if the user have finished the drawing and don't want other people to change the diagram. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Trace</span>
<ul>
<ul>
<li>Trace the selected point. Please see the action <span class="wiki">Trace</span> for detail. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Stop Trace
</span>
<ul>
<ul>
<li>Stop to trace the point when a point is on tracing. This action make the program to stop tracing this point. </li>
</ul>
</ul>
</li>
<li><span class="wiki">X Coordinate
</span>
<ul>
<ul>
<li>Show the X Coordinate of the point. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Y Coordinate </span>
<ul>
<ul>
<li>Show the Y Coordinate of the point. </li>
</ul>
</ul>
</li>
</ul>
</li>
<li><span class="wiki"><strong>On Text </strong></span>
<ul>
<li><span class="wiki">Edit Text
</span>
<ul>
<ul>
<li>Popup a text window to edit this text. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Plain</span>
<ul>
<ul>
<li>Set the style of the font to be Plain. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Bold</span>
<ul>
<ul>
<li>Set the style of the font to be Bold. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Font Size
</span>
<ul>
<ul>
<li>Choose the font size of the text. </li>
</ul>
</ul>
</li>
</ul>
</li>
<li><span class="wiki"><strong>On Line </strong></span>
<ul>
<li><span class="wiki">Slope</span>
<ul>
<ul>
<li>Shows the slope of the selected line. </li>
</ul>
</ul>
</li>
</ul>
</li>
<li><span class="wiki"><strong>On Circle </strong></span>
<ul>
<li><span class="wiki">Radius</span>
<ul>
<ul>
<li>Shows the radius of the selected circle. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Girth</span>
<ul>
<ul>
<li>Shows the girth of the selected circle. </li>
</ul>
</ul>
</li>
<li><span class="wiki">Area</span>
<ul>
<ul>
<li>Shows the area of the selected circle. </li>
</ul>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<p class="editdate">JGEX Help </p>
</div>
</div>
</body></html>