Categories
Related Products
Follow @expbuilder
Subscribe to to get latest news
|
| Visit ExpBuilder group |
ExpBuilder right click v1.0
Tweet
Hello every body, you can now create right click to your web applications and sites ...
Download form attachment, The attachment include demo file :)
good luck
Hello every body, you can now create right click to your web applications and sites ...

Source code :
<img id="img" src="http://www.oregon.gov/ODA/NRD/images/new_feature/river.jpg"></center>
<div id="clickimg">
<a href="javascript: void(0);" onclick="alert('Image Copied (TEST)');">Copy Image</a>
<a href="javascript: void(0);" onclick="alert('Editing (TEST)');">Edit Image</a>
<a href="javascript: void(0);" onclick="alert('Going to delete Image');">Delete Image</a>
<a href="javascript: void(0);">bla bla bla</a>
</div>
<script type="text/javascript">
$("#img").rclick('#clickimg');
</script>
good luck








