This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package fr.gist.util; | |
| import java.lang.reflect.Method; | |
| import java.util.ResourceBundle; | |
| /* | |
| * Auto Label enums matching a label.properties message file | |
| * | |
| * The message key has the format : <type>.<name> | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>jQuery UI Menu - Contextmenu demo</title> | |
| <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> | |
| <script type="text/javascript" src="../../jquery-1.5.1.js"></script> | |
| <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> | |
| <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> |
NewerOlder