Changes between Version 1 and Version 2 of DespoinaLog/2011/10/18
- Timestamp:
- 2011-10-19T16:27:11+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2011/10/18
v1 v2 1 jquery plugin : 1 jquery plugin : 2 2 3 1) Create your plugin 3 1) Create your plugin 4 4 5 2) Add function public String getCustomHtmlHeaders() in the plugin in order to change the HTML header .5 2) Add function public String getCustomHtmlHeaders() in the plugin in order to change the HTML header . 6 6 7 3) Add line return "<script src=\"res/jquery-plugins/datatables/js/jquery.js\"></script>\n"(or path to js file)7 3) Add line return "<script src=\"res/jquery-plugins/datatables/js/jquery.js\"></script>\n" (or path to js file) 8 8 9 9 ... 10 10 11 11 !http://www.javascripttoolbox.com/lib/mktree/documentation.php